From 8f9597ffeccd2d69e422b823bad32d64de84ef63 Mon Sep 17 00:00:00 2001 From: zouyx <1798599149@qq.com> Date: Fri, 13 Dec 2024 18:07:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E7=9D=A3=E7=AB=AF-=E6=89=A7=E6=B3=95?= =?UTF-8?q?=E5=88=86=E6=9E=90-=E5=AF=BC=E5=87=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/code/registration/staticRegistration.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html index be22e116..cb158181 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/staticRegistration.html @@ -14,20 +14,20 @@
执法部门:
- +执法人员:
- +企业名称:
- +检查事项:
- +区域:
@@ -468,7 +468,7 @@ params.startTime="2024-08-24"; beginDate=new Date("2024-08-24"); }else{ - beginDate=new Date($('#startTime').val()); + endDate=new Date($('#startTime').val()); } if($('#endTime').val()==null||$('#endTime').val()==""){ params.endTime=endDate.getFullYear()+"-"+(endDate.getMonth()+1)+"-"+endDate.getDate();