From 1d195ca29773ee6c74f60dcdc1dc52eb2a99f708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=BB=B6=E4=B9=89?= Date: Thu, 22 Sep 2022 15:14:22 +0800 Subject: [PATCH] * Finish task #70095. --- module/task/js/recordestimate.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/task/js/recordestimate.js b/module/task/js/recordestimate.js index bac93375f7..49b656efc9 100644 --- a/module/task/js/recordestimate.js +++ b/module/task/js/recordestimate.js @@ -43,4 +43,9 @@ $(function() } }); }); + + $('#recordForm .input-group-addon').on('click', function() + { + $(this).prev().datetimepicker('show'); + }); })