|
@@ -193,7 +193,7 @@
|
|
|
<div class="item">所属居委:{{ nowPoint.properties["所属居委"] }}</div>
|
|
<div class="item">所属居委:{{ nowPoint.properties["所属居委"] }}</div>
|
|
|
<div class="item">所属地址:{{ nowPoint.properties["项目表-小区地址"] }}</div>
|
|
<div class="item">所属地址:{{ nowPoint.properties["项目表-小区地址"] }}</div>
|
|
|
<div class="item">小区编码:{{ nowPoint.properties["小区编码"] }}</div>
|
|
<div class="item">小区编码:{{ nowPoint.properties["小区编码"] }}</div>
|
|
|
- <div class="item">总数:{{ nowPoint.properties["count"] }}</div>
|
|
|
|
|
|
|
+ <div class="item">快递总数:{{ nowPoint.properties["count"] }}</div>
|
|
|
<div>
|
|
<div>
|
|
|
<el-table :data="nowPoint.properties.data" style="width: 100%" max-height="330px">
|
|
<el-table :data="nowPoint.properties.data" style="width: 100%" max-height="330px">
|
|
|
<el-table-column type="index" width="50" />
|
|
<el-table-column type="index" width="50" />
|
|
@@ -480,6 +480,7 @@ export default {
|
|
|
pointRedItemArr:[],
|
|
pointRedItemArr:[],
|
|
|
pointBlueItemArr:[],
|
|
pointBlueItemArr:[],
|
|
|
areaDataItemArr:[],
|
|
areaDataItemArr:[],
|
|
|
|
|
+ kdwlPointTCHandle:1,
|
|
|
|
|
|
|
|
yhfkForm: {
|
|
yhfkForm: {
|
|
|
name: "",
|
|
name: "",
|
|
@@ -1195,7 +1196,10 @@ export default {
|
|
|
}else {
|
|
}else {
|
|
|
this.getxqAreaData(judge, params)
|
|
this.getxqAreaData(judge, params)
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ if(this.kdwlPointTCHandle == 1){ //
|
|
|
|
|
+ this.pointTCHandle();
|
|
|
|
|
+ }
|
|
|
|
|
+ this.kdwlPointTCHandle = 2;
|
|
|
},
|
|
},
|
|
|
getxqAreaData(judge,params){
|
|
getxqAreaData(judge,params){
|
|
|
let that = this;
|
|
let that = this;
|
|
@@ -1252,7 +1256,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
this.areaDataItemArr = []
|
|
this.areaDataItemArr = []
|
|
|
}
|
|
}
|
|
|
- this.pointTCHandle();
|
|
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
getNFPointData(judge, params){
|
|
getNFPointData(judge, params){
|
|
|
let that = this;
|
|
let that = this;
|
|
@@ -1275,7 +1279,6 @@ export default {
|
|
|
this.kdwlInfoDialogShow = false;
|
|
this.kdwlInfoDialogShow = false;
|
|
|
this.nowPoint = null
|
|
this.nowPoint = null
|
|
|
}
|
|
}
|
|
|
- // this.pointTCHandle();
|
|
|
|
|
},
|
|
},
|
|
|
getHzpPointData(judge, params){
|
|
getHzpPointData(judge, params){
|
|
|
let that = this;
|
|
let that = this;
|
|
@@ -1298,7 +1301,6 @@ export default {
|
|
|
this.kdwlInfoDialogShow = false;
|
|
this.kdwlInfoDialogShow = false;
|
|
|
this.nowPoint = null
|
|
this.nowPoint = null
|
|
|
}
|
|
}
|
|
|
- // this.pointTCHandle();
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
getPointInfo(result,itemType,itemImag){
|
|
getPointInfo(result,itemType,itemImag){
|