* Finish task #70095.

This commit is contained in:
曹延义
2022-09-22 15:14:22 +08:00
parent 3aefc5bee0
commit 1d195ca297
+5
View File
@@ -43,4 +43,9 @@ $(function()
}
});
});
$('#recordForm .input-group-addon').on('click', function()
{
$(this).prev().datetimepicker('show');
});
})