From 58a0b166aa92ac699a469f12745728b30769c093 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 29 十一月 2023 10:25:04 +0800 Subject: [PATCH] 修改时间显示 --- src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html index 970fa84..47522e9 100644 --- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html +++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html @@ -541,12 +541,6 @@ }); } - $("input[name='findTime']").datetimepicker({ - format: "yyyy-mm-dd", - minView: "month", - autoclose: true - }); - /*核查人 选择 start*/ function selectExamineUser() { var url = ctx + "system/user/selectUserListByParentSonCompany"; @@ -706,6 +700,11 @@ format: "yyyy-mm-dd hh:ii", autoclose: true }); + $("input[name='findTime']").datetimepicker({ + format: "yyyy-mm-dd", + minView: "month", + autoclose: true + }); }); @@ -796,6 +795,7 @@ // } // }); // }); + layui.use('upload', function() { var $ = layui.jquery; upload = layui.upload; -- Gitblit v1.9.2