diff --git a/src/views/components/resiChangeTransfer.vue b/src/views/components/resiChangeTransfer.vue index 363da052..33bafc8f 100644 --- a/src/views/components/resiChangeTransfer.vue +++ b/src/views/components/resiChangeTransfer.vue @@ -283,9 +283,7 @@ export default { this.dataForm.idCard = row.ID_CARD this.dataForm.mobile = row.MOBILE - this.dataForm.oldDept = row.GRID_ID - this.dataForm.oldAddress = row.HOME_ID - this.dataForm.ownerName = row.NAME + await this.loadHouseInfo(row.HOME_ID) this.dataForm.name = row.NAME this.dataForm.gender = row.GENDER @@ -296,6 +294,18 @@ export default { await this.getAgencylist() }, + async loadHouseInfo (homeId) { + const url = "/gov/org/ichouse/" + homeId + const { data, code, msg } = await requestGet(url) + if (code === 0) { + this.dataForm.oldDept = '' + this.dataForm.oldAddress = row.houseName + this.dataForm.ownerName = row.ownerName + } else { + this.$message.error(msg) + } + + }, //根据人员id获取根组织信息 async loadRootAgency () { diff --git a/src/views/modules/plugins/change/changedeath.vue b/src/views/modules/plugins/change/changedeath.vue index 965084d6..357c5247 100644 --- a/src/views/modules/plugins/change/changedeath.vue +++ b/src/views/modules/plugins/change/changedeath.vue @@ -70,7 +70,11 @@ - + + + {{scope.row.name}} + + diff --git a/src/views/modules/plugins/change/changerelocation.vue b/src/views/modules/plugins/change/changerelocation.vue index b5fc3f4e..b628ddc2 100644 --- a/src/views/modules/plugins/change/changerelocation.vue +++ b/src/views/modules/plugins/change/changerelocation.vue @@ -166,7 +166,11 @@ align="center" width="50"> - + + + {{scope.row.name}} + + @@ -190,6 +194,10 @@ + @@ -197,6 +205,8 @@ diff --git a/src/views/modules/plugins/rent/renthouseForm.vue b/src/views/modules/plugins/rent/renthouseForm.vue new file mode 100644 index 00000000..a6058463 --- /dev/null +++ b/src/views/modules/plugins/rent/renthouseForm.vue @@ -0,0 +1,606 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 出租 + 闲置 + 自住 + + + + + + + + + + + + + + + + + + 更新房屋信息 + + + + + + 取 消 + 确 定 + + + + + +