diff --git a/src/views/components/resiInfo.vue b/src/views/components/resiInfo.vue
index 276a376be..30d13cac2 100644
--- a/src/views/components/resiInfo.vue
+++ b/src/views/components/resiInfo.vue
@@ -97,7 +97,7 @@
其他信息
-
+
文化程度:
{{educationText}}
@@ -107,7 +107,7 @@
{{eduInfoDto.eduRemark?eduInfoDto.eduRemark:'--'}}
-
+
兴趣分类 :
@@ -131,7 +131,7 @@
-
+
宗教:
{{residentReligionObj.religion?residentReligionObj.religion:'--'}}
@@ -141,7 +141,7 @@
{{residentReligionObj.religionRemark?residentReligionObj.religionRemark:'--'}}
-
+
@@ -268,7 +268,7 @@
-
+
@@ -350,7 +350,7 @@
-
+
@@ -407,7 +407,168 @@
-
+
+
+
+
+
+
出生地 :
+
{{residentBirthRecordObj?residentBirthRecordObj.birthplace?residentBirthRecordObj.birthplace:'--':'--'}}
+
+
+
+
+
父亲姓名 :
+
{{residentBirthRecordObj?residentBirthRecordObj.father ?residentBirthRecordObj.father :'--':'--'}}
+
+
+
+
+
母亲姓名 :
+
{{residentBirthRecordObj?residentBirthRecordObj.mother?residentBirthRecordObj.mother:'--':'--'}}
+
+
+
+
+
+
+
胎次 :
+
{{residentBirthRecordObj?residentBirthRecordObj.count?residentBirthRecordObj.count:'--':'--'}}
+
+
+
+
+
申报日期 :
+
{{residentBirthRecordObj?residentBirthRecordObj.reportDate ?residentBirthRecordObj.reportDate :'--':'--'}}
+
+
+
+
+
+
+
+
+
死亡时间 :
+
{{residentDeathRecordObj?residentDeathRecordObj.deathDate?residentDeathRecordObj.deathDate.substr(0,10):'--':'--'}}
+
+
+
+
+
加入原因 :
+
{{residentDeathRecordObj?residentDeathRecordObj.deathReason ?residentDeathRecordObj.deathReason :'--':'--'}}
+
+
+
+
+
移除时间 :
+
{{residentDeathRecordObj?residentDeathRecordObj.removeDate ?residentDeathRecordObj.removeDate.substr(0,10) :'--':'--'}}
+
+
+
+
+
+
+
移除原因 :
+
{{residentDeathRecordObj?residentDeathRecordObj.removeReason?residentDeathRecordObj.removeReason:'--':'--'}}
+
+
+
+
+
+
+
+
+
迁出日期 :
+
{{residentMoveOutRecordObj?residentMoveOutRecordObj.outOfTime?residentMoveOutRecordObj.outOfTime.substr(0,10):'--':'--'}}
+
+
+
+
+
迁出类型 :
+
{{residentMoveOutRecordObj?residentMoveOutRecordObj.type ?residentMoveOutRecordObj.type :'--':'--'}}
+
+
+
+
+
迁出原因 :
+
{{residentMoveOutRecordObj?residentMoveOutRecordObj.reason ?residentMoveOutRecordObj.reason:'--':'--'}}
+
+
+
+
+
+
+
迁出至组织 :
+
{{residentMoveOutRecordObj?residentMoveOutRecordObj.deptId?residentMoveOutRecordObj.deptId:'--':'--'}}
+
+
+
+
+
小区 :
+
{{residentMoveOutRecordObj?residentMoveOutRecordObj.villageName ?residentMoveOutRecordObj.villageName :'--':'--'}}
+
+
+
+
+
楼号 :
+
{{residentMoveOutRecordObj?residentMoveOutRecordObj.buildName ?residentMoveOutRecordObj.buildName:'--':'--'}}
+
+
+
+
+
+
+
单元 :
+
{{residentMoveOutRecordObj?residentMoveOutRecordObj.unitName ?residentMoveOutRecordObj.unitName :'--':'--'}}
+
+
+
+
+
房屋 :
+
{{residentMoveOutRecordObj?residentMoveOutRecordObj.homeName ?residentMoveOutRecordObj.homeName :'--':'--'}}
+
+
+
+
+
外迁地址 :
+
{{residentMoveOutRecordObj?residentMoveOutRecordObj.address ?residentMoveOutRecordObj.address:'--':'--'}}
+
+
+
+
+
+
+
+
+
+
+
+ {{ handleFilterSpan(scope.row, item) }}
+
+
+
+
+
+
@@ -464,7 +625,7 @@
-
+
@@ -501,7 +662,7 @@
-
+
@@ -563,7 +724,7 @@
-
+
@@ -634,7 +795,7 @@
-
+
@@ -650,7 +811,7 @@
-
+
志愿者类别 :
@@ -672,7 +833,7 @@
-
+
@@ -682,7 +843,7 @@
-
+
特殊人群类别 :
@@ -696,167 +857,6 @@
-
-
-
-
-
出生地 :
-
{{residentBirthRecordObj?residentBirthRecordObj.birthplace?residentBirthRecordObj.birthplace:'--':'--'}}
-
-
-
-
-
父亲姓名 :
-
{{residentBirthRecordObj?residentBirthRecordObj.father ?residentBirthRecordObj.father :'--':'--'}}
-
-
-
-
-
母亲姓名 :
-
{{residentBirthRecordObj?residentBirthRecordObj.mother?residentBirthRecordObj.mother:'--':'--'}}
-
-
-
-
-
-
-
胎次 :
-
{{residentBirthRecordObj?residentBirthRecordObj.count?residentBirthRecordObj.count:'--':'--'}}
-
-
-
-
-
申报日期 :
-
{{residentBirthRecordObj?residentBirthRecordObj.reportDate ?residentBirthRecordObj.reportDate :'--':'--'}}
-
-
-
-
-
-
-
-
-
死亡时间 :
-
{{residentDeathRecordObj?residentDeathRecordObj.deathDate?residentDeathRecordObj.deathDate.substr(0,10):'--':'--'}}
-
-
-
-
-
加入原因 :
-
{{residentDeathRecordObj?residentDeathRecordObj.deathReason ?residentDeathRecordObj.deathReason :'--':'--'}}
-
-
-
-
-
移除时间 :
-
{{residentDeathRecordObj?residentDeathRecordObj.removeDate ?residentDeathRecordObj.removeDate.substr(0,10) :'--':'--'}}
-
-
-
-
-
-
-
移除原因 :
-
{{residentDeathRecordObj?residentDeathRecordObj.removeReason?residentDeathRecordObj.removeReason:'--':'--'}}
-
-
-
-
-
-
-
-
-
迁出日期 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.outOfTime?residentMoveOutRecordObj.outOfTime.substr(0,10):'--':'--'}}
-
-
-
-
-
迁出类型 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.type ?residentMoveOutRecordObj.type :'--':'--'}}
-
-
-
-
-
迁出原因 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.reason ?residentMoveOutRecordObj.reason:'--':'--'}}
-
-
-
-
-
-
-
迁出至组织 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.deptId?residentMoveOutRecordObj.deptId:'--':'--'}}
-
-
-
-
-
小区 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.villageName ?residentMoveOutRecordObj.villageName :'--':'--'}}
-
-
-
-
-
楼号 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.buildName ?residentMoveOutRecordObj.buildName:'--':'--'}}
-
-
-
-
-
-
-
单元 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.unitName ?residentMoveOutRecordObj.unitName :'--':'--'}}
-
-
-
-
-
房屋 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.homeName ?residentMoveOutRecordObj.homeName :'--':'--'}}
-
-
-
-
-
外迁地址 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.address ?residentMoveOutRecordObj.address:'--':'--'}}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ handleFilterSpan(scope.row, item) }}
-
-
-
-
-
@@ -865,6 +865,7 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue
index 29f223fc7..c6d73f8c9 100644
--- a/src/views/modules/base/resi.vue
+++ b/src/views/modules/base/resi.vue
@@ -661,6 +661,7 @@ export default {
obj.agencyId = "";
}
this.currentPage = 1
+ console.log(obj);
this.getTableData(obj)
},
@@ -1033,17 +1034,17 @@ export default {
await this.residentBaseInfo();
},
// 获取详情
- residentBaseInfo () {
- this.$http.post(`/actual/base/residentBaseInfo/detail/${this.editUserId}`).then(({ data: res }) => {
- if (res.code !== 0) {
- return this.$message.error(res.msg);
- } else {
- this.$refs.baseForm.old_from(res.data);
- }
- }).catch((err) => {
- return this.$message.error("网络错误");
- });
- },
+ // residentBaseInfo () {
+ // this.$http.post(`/actual/base/residentBaseInfo/detail/${this.editUserId}`).then(({ data: res }) => {
+ // if (res.code !== 0) {
+ // return this.$message.error(res.msg);
+ // } else {
+ // this.$refs.baseForm.old_from(res.data);
+ // }
+ // }).catch((err) => {
+ // return this.$message.error("网络错误");
+ // });
+ // },
handlerReset() {
this.$refs.baseForm.resetForm();
},