diff --git a/src/views/dataBoard/cpts/map/popup.vue b/src/views/dataBoard/cpts/map/popup.vue index bb5968153..a6b44472d 100644 --- a/src/views/dataBoard/cpts/map/popup.vue +++ b/src/views/dataBoard/cpts/map/popup.vue @@ -199,7 +199,7 @@ {{ info.holder_phone || "--" }}
- 房主身份证: + 房主证件号: {{ info.holder_idcard || "--" }}
diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index fe8702f91..61bf5ac60 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -25,7 +25,7 @@ :load="lazyLoadTree" > - + /> --> @@ -43,7 +43,7 @@ {{ data.showNum }} {{ ")" }} --> - {{ data.showName }} + {{ data.showName }} @@ -153,7 +153,7 @@ - + - + +
- + --> diff --git a/src/views/modules/base/community/roomDetail.vue b/src/views/modules/base/community/roomDetail.vue index 20ea4f0ef..2ea3c8f56 100644 --- a/src/views/modules/base/community/roomDetail.vue +++ b/src/views/modules/base/community/roomDetail.vue @@ -126,7 +126,7 @@ export default { rentFlag: 0, //房屋状态【是:1,否:0】 出租1、闲置2、自住 0 ownerPhone: "", //联系方式 ownerName: "", //房主名字 - ownerIdCard: "", //房主身份证 + ownerIdCard: "", //房主证件号 remark: "", // realPerson: 0, coding: "", @@ -219,7 +219,7 @@ export default { rentFlag: 0, //是否出租【是:1,否:0】 ownerPhone: "", //联系方式 ownerName: "", //房主名字 - ownerIdCard: "", //房主身份证 + ownerIdCard: "", //房主证件号 remark: "", // 备注 coding: "", sysCoding: "", diff --git a/src/views/modules/base/community/roomForm.vue b/src/views/modules/base/community/roomForm.vue index 507ea3642..3c5d2aa60 100644 --- a/src/views/modules/base/community/roomForm.vue +++ b/src/views/modules/base/community/roomForm.vue @@ -157,11 +157,11 @@ v-model="dataForm.ownerPhone"> - @@ -217,7 +217,7 @@ export default { rentFlag: 0,//房屋状态【是:1,否:0】 出租1、闲置2、自住 0 ownerPhone: '', //联系方式 ownerName: '', //房主名字 - ownerIdCard: '', //房主身份证 + ownerIdCard: '', //房主证件号 remark: '', // realPerson: 0, coding: '', @@ -403,7 +403,7 @@ export default { rentFlag: 0,//是否出租【是:1,否:0】 ownerPhone: '', //联系方式 ownerName: '', //房主名字 - ownerIdCard: '', //房主身份证 + ownerIdCard: '', //房主证件号 remark: '', // 备注 coding: '', sysCoding: '' diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index aa8fbd85f..771cb20b8 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -194,7 +194,7 @@ ? `${scope.row.idNum.substr(0, 11)}` + "******" + `${scope.row.idNum.substr(16, 2)}` - : "" + : "--" }}
@@ -203,7 +203,7 @@ ? `${scope.row.mobile.substr(0, 3)}` + "******" + `${scope.row.mobile.substr(7, 4)}` - : "" + : "--" }}
@@ -696,6 +696,7 @@ export default { }, queryConditions: [], + searchFlag:false }; }, @@ -787,7 +788,7 @@ export default { let obj = this.$refs.myResiSearch.form; let categoryArr = this.$refs.myResiSearch.form.categoryKey; let agencyId = this.$refs.myResiSearch.form.agencyId; - + this.searchFlag = true if ( typeof obj.categoryKey == "object" && obj.categoryKey.length != 0 @@ -1009,7 +1010,11 @@ export default { obj.agencyId = ""; } this.currentPage = val; + if(this.searchFlag){ this.getTableData(obj); + }else{ + this.getTableData(); + } this.$refs.myResiSearch.form.categoryKey = categoryArr; this.$refs.myResiSearch.form.agencyId = agencyId; }, @@ -1026,6 +1031,7 @@ export default { }, resetSearchForm() { + this.searchFlag = false for (const n in this.$refs.myResiSearch.form) { this.$refs.myResiSearch.form[n] = ""; diff --git a/src/views/modules/base/roomForm.vue b/src/views/modules/base/roomForm.vue index bc69aa45c..88692f1a6 100644 --- a/src/views/modules/base/roomForm.vue +++ b/src/views/modules/base/roomForm.vue @@ -145,12 +145,12 @@ v-model="dataForm.ownerPhone"> - @@ -206,7 +206,7 @@ export default { rentFlag: 0,//房屋状态【是:1,否:0】 出租1、闲置2、自住 0 ownerPhone: '', //联系方式 ownerName: '', //房主名字 - ownerIdCard: '', //房主身份证 + ownerIdCard: '', //房主证件号 remark: '', // realPerson: 0, coding: '', @@ -357,7 +357,7 @@ export default { rentFlag: 0,//是否出租【是:1,否:0】 ownerPhone: '', //联系方式 ownerName: '', //房主名字 - ownerIdCard: '', //房主身份证 + ownerIdCard: '', //房主证件号 remark: '', // 备注 coding: '', sysCoding: '' diff --git a/src/views/modules/home/cpts/fangwu-info.vue b/src/views/modules/home/cpts/fangwu-info.vue index 272489744..99ae18721 100644 --- a/src/views/modules/home/cpts/fangwu-info.vue +++ b/src/views/modules/home/cpts/fangwu-info.vue @@ -86,7 +86,7 @@ {{ dataForm.ownerPhone }} - - + + diff --git a/src/views/modules/plugins/rent/renthouse.vue b/src/views/modules/plugins/rent/renthouse.vue index 199d69e9a..6d628d7b8 100644 --- a/src/views/modules/plugins/rent/renthouse.vue +++ b/src/views/modules/plugins/rent/renthouse.vue @@ -221,7 +221,7 @@ - +