From 6c596cf92d8976cfe6a6101486c46697346a8724 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 19 六月 2024 15:52:32 +0800 Subject: [PATCH] 添加专项检查任务 --- src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html b/src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html index f3dcba7..8a4c897 100644 --- a/src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html +++ b/src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html @@ -73,7 +73,7 @@ var minute = now.getMinutes(); //获取当前分钟数(0-59) var second = now.getSeconds(); //获取当前秒数(0-59) $("input[name='checkDate']").datetimepicker({ - format: "yyyy-mm-dd" + ' ' + hour.toString().padStart(2, '0') + ':' + minute.toString().padStart(2, '0') + ':' + second.toString().padStart(2, '0'), + format: "yyyy-mm-dd" + ' ' + '12:00:00', minView: "month", autoclose: true }); -- Gitblit v1.9.2