From 54d9f34b55545546af3b9325fa0df645e95344fd Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期日, 07 四月 2024 14:23:27 +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