From d3752ec85644e0740506659e82d1d8c6a7a4e4cb Mon Sep 17 00:00:00 2001
From: zouyx <1798599149@qq.com>
Date: Thu, 12 Dec 2024 10:59:02 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E7=9D=A3=E7=AB=AF-=E6=89=A7=E6=B3=95?=
=?UTF-8?q?=E6=A3=80=E6=9F=A5=E7=BB=9F=E8=AE=A1-=E8=81=94=E5=90=88?=
=?UTF-8?q?=E6=A3=80=E6=9F=A5=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../project/code/registration/registration.html | 13 +++++--------
.../java/com/zdxt/code/domain/StatisticsSort.java | 0
2 files changed, 5 insertions(+), 8 deletions(-)
delete mode 100644 lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/java/com/zdxt/code/domain/StatisticsSort.java
diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html
index 2b12670f..481afca9 100644
--- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html
+++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html
@@ -277,7 +277,6 @@
//console.log(uniteNumber);
//console.log(checkCategory);
var data1=[];
- var enforcementRegistration={};
window.onload = function () {
$("#quarter").hide();
$("#month").hide();
@@ -376,8 +375,7 @@
formatter:function (value,row,index) {
if(value !=null && value!=''){
/*return "是";*/
- enforcementRegistration=row;
- return ''+'是'+'';
+ return ''+'是'+'';
}else{
return "否";
}
@@ -1204,15 +1202,14 @@
function closeC(){
$('#detail').hide();
}
- function selectUnite(){
- console.log(enforcementRegistration);
+ function selectUnite(index){
$.ajax({
url:prefix+'/selectUnite',
type:'POST',
data:{
- 'jd':enforcementRegistration.jd,
- 'qy':enforcementRegistration.qy,
- 'uniteCheck':enforcementRegistration.uniteCheck,
+ 'jd':data1.rows[index].jd,
+ 'qy':data1.rows[index].qy,
+ 'uniteCheck':data1.rows[index].uniteCheck,
},
success: function (response) {
$('#detail2').show();
diff --git a/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/java/com/zdxt/code/domain/StatisticsSort.java b/lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/java/com/zdxt/code/domain/StatisticsSort.java
deleted file mode 100644
index e69de29b..00000000