@@ -513,6 +539,7 @@
-
+
{{dict.dictLabel}}
@@ -590,6 +624,7 @@
-
+
是
@@ -649,7 +690,7 @@
-
+
是
@@ -657,7 +698,7 @@
-
+
是
@@ -665,7 +706,7 @@
-
+
是
@@ -674,6 +715,7 @@
-
@@ -936,13 +987,14 @@
-
+
农业
@@ -950,14 +1002,14 @@
-
+
{{dict.dictLabel}}
-
+
是
@@ -966,6 +1018,7 @@
-
+
是
@@ -1020,7 +1079,7 @@
-
+
是
@@ -1029,6 +1088,7 @@
@@ -1214,7 +1275,7 @@
coordinate:"",
checked:[],
checkAllFlag: false,//全选判断标识
- CheckedAllArr: [],//全选数组
+ CheckedAllArr: false,//全选数组
sx:"",
dataList:[],
//搜索---start
@@ -1333,11 +1394,11 @@
let params = {
"deptId" : this.item.deptId,
"houseDataConfirmStatus" : "UNCONFIRMED",
- "pageNum": this.countywhc+1,
+ "pageNum": this.countwhc+1,
"pageSize":10,
}
listZjdzd(params).then((response) => {
- if(response.rows.lenght>0&&this.list2.length0&&this.list2.length {
this.list2.unshift(res)
})
@@ -1549,6 +1610,8 @@
}else{
addNh(this.nhform).then(
response => {
+ this.totalR+=1
+ this.totalH+=1
let _this =this
this.$toast({
icon: 'success', // 找到自己需要的图标
@@ -1833,6 +1896,28 @@
this.list = response.rows
}
});
+ let params1 = {
+ "deptId" : this.item.deptId,
+ "houseDataConfirmStatus" : "CONFIRMED",
+ "pageNum": 1,
+ "pageSize":10,
+ }
+ listZjdzd(params1).then((response) => {
+ if (response.code == 200) {
+ this.yhcNums = response.total
+ }
+ });
+ let params2 = {
+ "deptId" : this.item.deptId,
+ "houseDataConfirmStatus" : "UNCONFIRMED",
+ "pageNum": 1,
+ "pageSize":10,
+ }
+ listZjdzd(params2).then((response) => {
+ if (response.code == 200) {
+ this.whcNums = response.total
+ }
+ });
}
},
onConfirm(){},
@@ -3386,7 +3471,7 @@
if ($("#info .featureInfo .featureInfo").text() == "t_house_survey_zjdzd") {
that.mapHasDateStatus = 2;
let obj = {};
- let trs = $("#info .featureInfo").find("tr:eq(1)");
+ let trs = $("#info .featureInfo").find("tr:eq(1)");
let zjdXq = trs.find("td").eq(0).text();
let zjdIdNum = zjdXq.replace("t_house_survey_zjdzd.", "");
obj.id = zjdIdNum; // 主键id