diff --git a/src/views/components/resiInfo.vue b/src/views/components/resiInfo.vue index 33ea0585d..b06f2935a 100644 --- a/src/views/components/resiInfo.vue +++ b/src/views/components/resiInfo.vue @@ -11,7 +11,8 @@ -
本地户籍:
{{resiDetailObj.localResidenceFlag?resiDetailObj.localResidenceFlag==1?'是':'否':'--'}}
+
本地户籍:
{{resiDetailObj.localResidenceFlag==1?'是':resiDetailObj.localResidenceFlag==0?'否':'--'}} +
@@ -33,7 +34,7 @@
联系电话:
{{resiDetailObj.showMobile?resiDetailObj.showMobile:resiDetailObj.mobile?`${resiDetailObj.mobile.substr(0,3)}`+ "****" +`${resiDetailObj.mobile.substr(7,5)}`:'--'}}
-
居民分类:
-
+
失独老人 慢病 失智老人 @@ -87,39 +88,33 @@ 志愿者
-
--
+
--
其他信息
-
文化程度:
{{educationText}}
-
备注:
{{eduInfoDto.eduRemark?eduInfoDto.eduRemark:'--'}}
+
+
文化程度:
+ {{educationText}} +
+
+
备注:
+ {{eduInfoDto.eduRemark?eduInfoDto.eduRemark:'--'}} +
-
- 失独老人 - 慢病 - 失智老人 - 残疾 - 失能老人 - 空巢老人 - 保障房人员 - 育龄妇女 - 流动人口 - 独居老人 - 老年人 - 党员 - 信访人员 - 大病 - 特殊人群 - 低保 - 统战人员 - 租户 - 失业 - 退役军人 - 志愿者 - +
+
兴趣分类 :
+
+ + {{item}} + + +
+ + -- +
@@ -133,98 +128,136 @@ -
宗教:
{{residentReligionObj.religion?residentReligionObj.religion:'--'}}
-
备注:
{{residentReligionObj.religionRemark?residentReligionObj.religionRemark:'--'}}
+
+
宗教:
+ {{residentReligionObj.religion?residentReligionObj.religion:'--'}} +
+
+
备注:
+ {{residentReligionObj.religionRemark?residentReligionObj.religionRemark:'--'}} +
-
残疾类别:
-- - +
+
残疾类别:
+ {{ categoryText }}
-
残疾等级:
-- - +
+
残疾等级:
+ {{disabilityLevelText}}
-
残疾证号:
{{resiHealthInfonObj?resiHealthInfonObj.disabilityNum?resiHealthInfonObj.disabilityNum:'--':'--'}} +
+
残疾证号:
+ {{resiHealthInfonObj?resiHealthInfonObj.disabilityNum?resiHealthInfonObj.disabilityNum:'--':'--'}}
-
残疾说明:
{{resiHealthInfonObj?resiHealthInfonObj.disabilityDesc?resiHealthInfonObj.disabilityDesc:'--':'--'}} +
+
残疾说明:
+ {{resiHealthInfonObj?resiHealthInfonObj.disabilityDesc?resiHealthInfonObj.disabilityDesc:'--':'--'}}
-
监护人:
{{resiHealthInfonObj.guardianFlag?resiHealthInfonObj.guardianFlag==1?'有':'无':'--'}} +
+
监护人:
+ {{resiHealthInfonObj.guardianFlag?resiHealthInfonObj.guardianFlag==1?'有':'--':'无'}}
-
技能特长:
{{resiHealthInfonObj.specialSkillFlag?resiHealthInfonObj.specialSkillFlag==1?'有':'无':'--'}} +
+
技能特长:
+ {{resiHealthInfonObj.specialSkillFlag?resiHealthInfonObj.specialSkillFlag==1?'有':'--':'无'}}
-
劳动能力:
{{resiHealthInfonObj.workCapacityFlag?resiHealthInfonObj.workCapacityFlag==1?'有':'无':'--'}} +
+
劳动能力:
+ {{resiHealthInfonObj.workCapacityFlag?resiHealthInfonObj.workCapacityFlag==1?'有':'--':'无'}}
-
非义务教育阶段助学:
{{resiHealthInfonObj.voluntaryEducationFlag?resiHealthInfonObj.voluntaryEducationFlag==1?'有':'无':'--'}} +
+
非义务教育阶段助学:
+ {{resiHealthInfonObj.voluntaryEducationFlag!=''?resiHealthInfonObj.voluntaryEducationFlag==1?'有':'--':'无'}}
-
所患大病:
-- +
+
所患大病:
+ {{illnessText}}
- -
大病患病时间:
{{resiHealthInfonObj.illnessTime?resiHealthInfonObj.illnessTime?resiHealthInfonObj.illnessTime:'--':'--'}} +
+
大病患病时间:
+ {{resiHealthInfonObj.illnessTime?resiHealthInfonObj.illnessTime?resiHealthInfonObj.illnessTime:'--':'--'}}
-
所患慢性病:
-- - +
+
所患慢性病:
+ {{chronicText}}
-
慢病患病时间:
{{resiHealthInfonObj.chronicDiseaseTime?resiHealthInfonObj.chronicDiseaseTime?resiHealthInfonObj.chronicDiseaseTime:'--':'--'}} +
+
慢病患病时间:
+ {{resiHealthInfonObj.chronicDiseaseTime?resiHealthInfonObj.chronicDiseaseTime?resiHealthInfonObj.chronicDiseaseTime:'--':'--'}}
-
是否参保:
{{resiHealthInfonObj.insuredFlag?resiHealthInfonObj.insuredFlag==1?'是':'否':'--'}} +
+
是否参保:
+ {{resiHealthInfonObj.insuredFlag==1?'是':resiHealthInfonObj.insuredFlag==0?'否':'--'}}
-
自付金额:
{{resiHealthInfonObj?resiHealthInfonObj.selfPayAmount?resiHealthInfonObj.selfPayAmount:'--':'--'}} +
+
自付金额:
+ {{resiHealthInfonObj?resiHealthInfonObj.selfPayAmount?resiHealthInfonObj.selfPayAmount:'--':'--'}}
-
救助金额:
{{resiHealthInfonObj?resiHealthInfonObj.deliveranceAmount?resiHealthInfonObj.deliveranceAmount:'--':'--'}} +
+
救助金额:
+ {{resiHealthInfonObj?resiHealthInfonObj.deliveranceAmount?resiHealthInfonObj.deliveranceAmount:'--':'--'}}
-
救助时间:
{{resiHealthInfonObj?resiHealthInfonObj.deliveranceTime?resiHealthInfonObj.deliveranceTime:'--':'--'}} +
+
救助时间:
+ {{resiHealthInfonObj?resiHealthInfonObj.deliveranceTime?resiHealthInfonObj.deliveranceTime:'--':'--'}}
-
享受救助明细序号:
{{resiHealthInfonObj?resiHealthInfonObj.deliveranceNum?resiHealthInfonObj.deliveranceNum:'--':'--'}} +
+
享受救助明细序号:
+ {{resiHealthInfonObj?resiHealthInfonObj.deliveranceNum?resiHealthInfonObj.deliveranceNum:'--':'--'}}
-
备注:
{{resiHealthInfonObj?resiHealthInfonObj.healthRemark?resiHealthInfonObj.healthRemark:'--':'--'}} +
+
备注:
+ {{resiHealthInfonObj?resiHealthInfonObj.healthRemark?resiHealthInfonObj.healthRemark:'--':'--'}}
@@ -232,31 +265,43 @@ -
工作单位:
{{residentWorkInfoObj?residentWorkInfoObj.workUnit?residentWorkInfoObj.workUnit:'--':'--'}} +
+
工作单位:
+ {{residentWorkInfoObj?residentWorkInfoObj.workUnit?residentWorkInfoObj.workUnit:'--':'--'}}
-
职业:
{{residentWorkInfoObj?residentWorkInfoObj.occupation?residentWorkInfoObj.occupation:'--':'--'}} +
+
职业:
+ {{residentWorkInfoObj?residentWorkInfoObj.occupation?residentWorkInfoObj.occupation:'--':'--'}}
-
离退休时间:
{{residentWorkInfoObj?residentWorkInfoObj.retireTime?residentWorkInfoObj.retireTime:'--':'--'}} +
+
离退休时间:
+ {{residentWorkInfoObj?residentWorkInfoObj.retireTime?residentWorkInfoObj.retireTime.substr(0,10):'--':'--'}}
-
备注:
{{residentWorkInfoObj?residentWorkInfoObj.workRemark?residentWorkInfoObj.workRemark:'--':'--'}} +
+
备注:
+ {{residentWorkInfoObj?residentWorkInfoObj.workRemark?residentWorkInfoObj.workRemark:'--':'--'}}
-
退休金额:
{{resiEconomyObj?resiEconomyObj.retirementAmount?resiEconomyObj.retirementAmount:'--':'--'}} +
+
退休金额:
+ {{resiEconomyObj?resiEconomyObj.retirementAmount?resiEconomyObj.retirementAmount:'--':'--'}}
-
月收入:
{{resiEconomyObj?resiEconomyObj.monthIncome?resiEconomyObj.monthIncome:'--':'--'}} +
+
月收入:
+ {{resiEconomyObj?resiEconomyObj.monthIncome?resiEconomyObj.monthIncome:'--':'--'}}
@@ -265,26 +310,35 @@ -
籍贯:
{{residentResideInfoObj?residentResideInfoObj.nativePlace?residentResideInfoObj.nativePlace:'--':'--'}} +
+
籍贯:
+ {{residentResideInfoObj?residentResideInfoObj.nativePlace?residentResideInfoObj.nativePlace:'--':'--'}}
-
户籍所在地:
{{residentResideInfoObj?residentResideInfoObj.placeOfDomicile?residentResideInfoObj.placeOfDomicile:'--':'--'}} +
+
户籍所在地:
+ {{residentResideInfoObj?residentResideInfoObj.placeOfDomicile?residentResideInfoObj.placeOfDomicile:'--':'--'}}
-
现居住地:
{{residentResideInfoObj?residentResideInfoObj.currentResidence?residentResideInfoObj.currentResidence:'--':'--'}} +
+
现居住地:
+ {{residentResideInfoObj?residentResideInfoObj.currentResidence?residentResideInfoObj.currentResidence:'--':'--'}}
-
人户状况:
- +
+
人户状况:
+ {{householdText}}
-
备注:
{{residentResideInfoObj?residentResideInfoObj.resiRemark?residentResideInfoObj.resiRemark:'--':'--'}} +
+
备注:
+ {{residentResideInfoObj?residentResideInfoObj.resiRemark?residentResideInfoObj.resiRemark:'--':'--'}}
@@ -293,45 +347,56 @@ -
与户主关系 :
{{residentFamilyInfoObj?residentFamilyInfoObj.houseHolderRel?residentFamilyInfoObj.houseHolderRel:'--':'--'}} - +
+
与户主关系 :
+ {{relationshipText}}
-
居住情况 :
{{residentFamilyInfoObj?residentFamilyInfoObj.placeOfDomicile?residentFamilyInfoObj.placeOfDomicile:'--':'--'}} - +
+
居住情况 :
+ {{resideText}}
-
婚姻状况 :
{{residentFamilyInfoObj?residentFamilyInfoObj.marriage?residentFamilyInfoObj.marriage:'--':'--'}} - +
+
婚姻状况 :
+ {{categoryDictText}}
-
有无赡养人 :
{{residentFamilyInfoObj.elderlyFlag?residentFamilyInfoObj.elderlyFlag==1?'有':'无':'--'}} - +
+
有无赡养人 :
+ {{residentFamilyInfoObj?residentFamilyInfoObj.elderlyFlag==1?'有':'--':'无'}}
-
与赡养人关系 :
{{residentFamilyInfoObj?residentFamilyInfoObj.elderlyRelation?residentFamilyInfoObj.elderlyRelation:'--':'--'}} - +
+
与赡养人关系 :
+ {{elderlyRelationText}}
-
赡养人联系电话 :
{{residentFamilyInfoObj?residentFamilyInfoObj.dependantMobile?residentFamilyInfoObj.dependantMobile:'--':'--'}} +
+
赡养人联系电话 :
+ {{residentFamilyInfoObj?residentFamilyInfoObj.dependantMobile?residentFamilyInfoObj.dependantMobile:'--':'--'}}
-
配偶情况 :
{{residentFamilyInfoObj?residentFamilyInfoObj.spouseSituation?residentFamilyInfoObj.spouseSituation:'--':'--'}} +
+
配偶情况 :
+ {{spouseText}}
-
备注 :
{{residentFamilyInfoObj?residentFamilyInfoObj.familyInfoRemark?residentFamilyInfoObj.familyInfoRemark:'--':'--'}} +
+
备注 :
+ {{residentFamilyInfoObj?residentFamilyInfoObj.familyInfoRemark?residentFamilyInfoObj.familyInfoRemark:'--':'--'}}
@@ -339,56 +404,58 @@ -
入党时间 :
{{residentPartyMemberInfoObj.joinTime?residentPartyMemberInfoObj.joinTime?residentPartyMemberInfoObj.joinTime:'--':'--'}} +
+
入党时间 :
+ {{residentPartyMemberInfoObj.joinTime?residentPartyMemberInfoObj.joinTime.substr(0,10):'--'}}
-
转正时间 :
{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.positiveTime?residentPartyMemberInfoObj.positiveTime:'--':'--'}} +
+
转正时间 :
+ {{residentPartyMemberInfoObj?residentPartyMemberInfoObj.positiveTime?residentPartyMemberInfoObj.positiveTime.substr(0,10):'--':'--'}}
-
所属支部 :
{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.branchId?residentPartyMemberInfoObj.branchId:'--':'--'}} +
+
所属支部 :
+ {{residentPartyMemberInfoObj?residentPartyMemberInfoObj.branchId?residentPartyMemberInfoObj.branchId:'--':'--'}}
+ -
入党时间 :
{{residentPartyMemberInfoObj.flowFlag?residentPartyMemberInfoObj.flowFlag==1?'是':'否':'--'}} -
-
- -
流动党员活动证号 :
{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.flowActNum?residentPartyMemberInfoObj.flowActNum:'--':'--'}} -
-
- -
职务 :
{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.partyJob?residentPartyMemberInfoObj.partyJob:'--':'--'}} - -
-
-
- - -
是否退休 :
{{residentPartyMemberInfoObj.retiredFlag?residentPartyMemberInfoObj.retiredFlag==1?'是':'否':'--'}} +
+
是否退休 :
+ {{residentPartyMemberInfoObj.retiredFlag==1?'是':residentPartyMemberInfoObj.retiredFlag==0?'否':'--'}}
-
是否党员中心户 :
{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.centerFlag?residentPartyMemberInfoObj.centerFlag:'--':'--'}} +
+
是否党员中心户 :
+ {{residentPartyMemberInfoObj.centerFlag==1?'是':residentPartyMemberInfoObj.centerFlag==0?'否':'--'}}
-
入党时所在党支部 :
{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.joinBranchName?residentPartyMemberInfoObj.joinBranchName:'--':'--'}} +
+
入党时所在党支部 :
+ {{residentPartyMemberInfoObj?residentPartyMemberInfoObj.joinBranchName?residentPartyMemberInfoObj.joinBranchName:'--':'--'}}
-
组织关系转入社区时间 :
{{residentPartyMemberInfoObj?residentPartyMemberInfoObj.joinCommunityTime?residentPartyMemberInfoObj.joinCommunityTime:'--':'--'}} +
+
组织关系转入社区时间 :
+ {{residentPartyMemberInfoObj?residentPartyMemberInfoObj.joinCommunityTime?residentPartyMemberInfoObj.joinCommunityTime.substr(0,10):'--':'--'}}
-
是否请长假 :
{{residentPartyMemberInfoObj.longHolidayFlag?residentPartyMemberInfoObj.longHolidayFlag==1?'是':'否':'--'}} +
+
是否请长假 :
+ {{residentPartyMemberInfoObj.longHolidayFlag==1?'是':residentPartyMemberInfoObj.longHolidayFlag==0?'否':'--'}}
@@ -396,27 +463,35 @@ -
住房性质 :
{{residentEnsureHouseObj?residentEnsureHouseObj.housingNature?residentEnsureHouseObj.housingNature:'--':'--'}} - +
+
住房性质 :
+ {{houseText}}
-
保障类型 :
{{residentEnsureHouseObj?residentEnsureHouseObj.securityType?residentEnsureHouseObj.securityType:'--':'--'}} +
+
保障类型 :
+ {{residentEnsureHouseObj?residentEnsureHouseObj.securityType?residentEnsureHouseObj.securityType:'--':'--'}}
-
发证日期 :
{{residentEnsureHouseObj?residentEnsureHouseObj.certificateDate?residentEnsureHouseObj.certificateDate:'--':'--'}} - +
+
发证日期 :
+ {{residentEnsureHouseObj?residentEnsureHouseObj.certificateDate?residentEnsureHouseObj.certificateDate.substr(0,10):'--':'--'}}
-
补贴编号 :
{{residentEnsureHouseObj?residentEnsureHouseObj.subsidyNum?residentEnsureHouseObj.subsidyNum:'--':'--'}} +
+
补贴编号 :
+ {{residentEnsureHouseObj?residentEnsureHouseObj.subsidyNum?residentEnsureHouseObj.subsidyNum:'--':'--'}}
-
补贴金额 :
{{residentEnsureHouseObj?residentEnsureHouseObj.subsidyAmount ?residentEnsureHouseObj.subsidyAmount :'--':'--'}} +
+
补贴金额 :
+ {{residentEnsureHouseObj?residentEnsureHouseObj.subsidyAmount ?residentEnsureHouseObj.subsidyAmount :'--':'--'}}
@@ -425,44 +500,62 @@ -
原工作单位 :
{{residentUnemployedObj?residentUnemployedObj.originWorkUnit?residentUnemployedObj.originWorkUnit:'--':'--'}} +
+
原工作单位 :
+ {{residentUnemployedObj?residentUnemployedObj.originWorkUnit?residentUnemployedObj.originWorkUnit:'--':'--'}}
-
失业时间 :
{{residentUnemployedObj?residentUnemployedObj.unemploymentTime?residentUnemployedObj.unemploymentTime:'--':'--'}} +
+
失业时间 :
+ {{residentUnemployedObj?residentUnemployedObj.unemploymentTime?residentUnemployedObj.unemploymentTime.substr(0,10):'--':'--'}}
-
失业证号 :
{{residentUnemployedObj?residentUnemployedObj.unemploymentNum?residentUnemployedObj.unemploymentNum:'--':'--'}} +
+
失业证号 :
+ {{residentUnemployedObj?residentUnemployedObj.unemploymentNum?residentUnemployedObj.unemploymentNum:'--':'--'}}
-
再就业优惠证号 :
{{residentUnemployedObj?residentUnemployedObj.employmentNum?residentUnemployedObj.employmentNum:'--':'--'}} +
+
再就业优惠证号 :
+ {{residentUnemployedObj?residentUnemployedObj.employmentNum?residentUnemployedObj.employmentNum:'--':'--'}}
-
技术特长 :
{{residentUnemployedObj?residentUnemployedObj.specialSkill?residentUnemployedObj.specialSkill:'--':'--'}} +
+
技术特长 :
+ {{residentUnemployedObj?residentUnemployedObj.specialSkill?residentUnemployedObj.specialSkill:'--':'--'}}
-
失业原因 :
{{residentUnemployedObj?residentUnemployedObj.unemploymentReason?residentUnemployedObj.unemploymentReason:'--':'--'}} +
+
失业原因 :
+ {{unemploymentText}}
-
再就业优惠证号 :
{{residentUnemployedObj?residentUnemployedObj.employmentNum?residentUnemployedObj.employmentNum:'--':'--'}} +
+
再就业优惠证号 :
+ {{residentUnemployedObj?residentUnemployedObj.employmentNum?residentUnemployedObj.employmentNum:'--':'--'}}
-
是否就业困难对象 :
{{residentUnemployedObj.employmentHardFlag?residentUnemployedObj.employmentHardFlag==1?'是':'否':'--'}} +
+
是否就业困难对象 :
+ {{residentUnemployedObj.employmentHardFlag==1?'是':residentUnemployedObj.employmentHardFlag==0?'否':'--'}}
-
劳动能力就业愿望 :
{{residentUnemployedObj?residentUnemployedObj.employmentWish?residentUnemployedObj.employmentWish:'--':'--'}} +
+
劳动能力就业愿望 :
+ {{residentUnemployedObj?residentUnemployedObj.employmentWish?residentUnemployedObj.employmentWish:'--':'--'}}
@@ -471,49 +564,69 @@ -
入伍时间 :
{{residentVeteranObj?residentVeteranObj.joinArmyTime?residentVeteranObj.joinArmyTime:'--':'--'}} +
+
入伍时间 :
+ {{residentVeteranObj?residentVeteranObj.joinArmyTime?residentVeteranObj.joinArmyTime.substr(0,10):'--':'--'}}
-
退伍时间 :
{{residentVeteranObj?residentVeteranObj.leaveArmyTime ?residentVeteranObj.leaveArmyTime :'--':'--'}} +
+
退伍时间 :
+ {{residentVeteranObj?residentVeteranObj.leaveArmyTime ?residentVeteranObj.leaveArmyTime.substr(0,10) :'--':'--'}}
-
服役单位 :
{{residentVeteranObj?residentVeteranObj.serviceUnit?residentVeteranObj.serviceUnit:'--':'--'}} +
+
服役单位 :
+ {{residentVeteranObj?residentVeteranObj.serviceUnit?residentVeteranObj.serviceUnit:'--':'--'}}
-
接收单位 :
{{residentVeteranObj?residentVeteranObj.receiveUnit?residentVeteranObj.receiveUnit:'--':'--'}} +
+
接收单位 :
+ {{residentVeteranObj?residentVeteranObj.receiveUnit?residentVeteranObj.receiveUnit:'--':'--'}}
-
待安置补助金 :
{{residentVeteranObj?residentVeteranObj.settlementAmount ?residentVeteranObj.settlementAmount :'--':'--'}} +
+
待安置补助金 :
+ {{residentVeteranObj?residentVeteranObj.settlementAmount ?residentVeteranObj.settlementAmount :'--':'--'}}
-
培训状况 :
{{residentVeteranObj?residentVeteranObj.trainDesc?residentVeteranObj.trainDesc:'--':'--'}} +
+
培训状况 :
+ {{residentVeteranObj?residentVeteranObj.trainDesc?residentVeteranObj.trainDesc:'--':'--'}}
-
参战时间开始日期 :
{{residentVeteranObj?residentVeteranObj.joinWarStartTime?residentVeteranObj.joinWarStartTime:'--':'--'}} +
+
参战时间开始日期 :
+ {{residentVeteranObj?residentVeteranObj.joinWarStartTime?residentVeteranObj.joinWarStartTime.substr(0,10):'--':'--'}}
-
参战时间截止日期 :
{{residentVeteranObj?residentVeteranObj.joinWarEndTime ?residentVeteranObj.joinWarEndTime :'--':'--'}} +
+
参战时间截止日期 :
+ {{residentVeteranObj?residentVeteranObj.joinWarEndTime ?residentVeteranObj.joinWarEndTime.substr(0,10):'--':'--'}}
-
现就业情况 :
{{residentVeteranObj?residentVeteranObj.employmentSituation?residentVeteranObj.employmentSituation:'--':'--'}} +
+
现就业情况 :
+ {{residentVeteranObj?residentVeteranObj.employmentSituation?residentVeteranObj.employmentSituation:'--':'--'}}
-
是否办理公益性岗位 :
{{residentVeteranObj.pubWelfareJobFlag?residentVeteranObj.pubWelfareJobFlag==1?'是':'否':'--'}} +
+
是否办理公益性岗位 :
+ {{residentVeteranObj.pubWelfareJobFlag==1?'是':residentVeteranObj.pubWelfareJobFlag==0?'否':'--'}}
@@ -522,24 +635,37 @@ -
职务 :
{{residentUnitedFrontObj?residentUnitedFrontObj.duty?residentUnitedFrontObj.duty:'--':'--'}} +
+
职务 :
+ {{residentUnitedFrontObj?residentUnitedFrontObj.duty?residentUnitedFrontObj.duty:'--':'--'}}
-
探亲情况 :
{{residentUnitedFrontObj?residentUnitedFrontObj.visitation ?residentUnitedFrontObj.visitation :'--':'--'}} +
+
探亲情况 :
+ {{residentUnitedFrontObj?residentUnitedFrontObj.visitation ?residentUnitedFrontObj.visitation :'--':'--'}}
-
志愿者类别 :
-
- -- -
- +
+
志愿者类别 :
+
+ + {{item}} + + +
+ + -- + +
-
备注 :
{{residentVolunteerObj?residentVolunteerObj.volunteerRemark?residentVolunteerObj.volunteerRemark:'--':'--'}} +
+
备注 :
+ {{residentVolunteerObj?residentVolunteerObj.volunteerRemark?residentVolunteerObj.volunteerRemark:'--':'--'}}
@@ -547,45 +673,154 @@ -
高龄补助 :
{{residentOldPeopleObj?residentOldPeopleObj.oldSubsidy?residentVolunteerObj.oldSubsidy:'--':'--'}} +
+
高龄补助 :
+ {{residentOldPeopleObj.oldSubsidy?residentOldPeopleObj.oldSubsidy:'--'}}
-
特殊人群类别 :
+
+
特殊人群类别 :
+
+ + {{item}} + + +
+ + -- + +
-
出生地 :
{{residentBirthRecordObj?residentBirthRecordObj.birthplace?residentBirthRecordObj.birthplace:'--':'--'}} +
+
出生地 :
+ {{residentBirthRecordObj?residentBirthRecordObj.birthplace?residentBirthRecordObj.birthplace:'--':'--'}}
-
父亲姓名 :
{{residentBirthRecordObj?residentBirthRecordObj.father ?residentBirthRecordObj.father :'--':'--'}} +
+
父亲姓名 :
+ {{residentBirthRecordObj?residentBirthRecordObj.father ?residentBirthRecordObj.father :'--':'--'}}
-
母亲姓名 :
{{residentBirthRecordObj?residentBirthRecordObj.mother?residentBirthRecordObj.mother:'--':'--'}} +
+
母亲姓名 :
+ {{residentBirthRecordObj?residentBirthRecordObj.mother?residentBirthRecordObj.mother:'--':'--'}}
-
胎次 :
{{residentBirthRecordObj?residentBirthRecordObj.count?residentBirthRecordObj.count:'--':'--'}} +
+
胎次 :
+ {{residentBirthRecordObj?residentBirthRecordObj.count?residentBirthRecordObj.count:'--':'--'}}
-
申报日期 :
{{residentBirthRecordObj?residentBirthRecordObj.reportDate ?residentBirthRecordObj.reportDate :'--':'--'}} +
+
申报日期 :
+ {{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:'--':'--'}} +
+
+
@@ -623,8 +858,23 @@ export default { residentPartyMemberInfoObj:{},//党员 residentResideInfoObj:{},//居住 residentFamilyInfoObj:{},//家庭 + residentDeathRecordObj:{},//死亡 resiEconomyObj:{}, - educationDicton:[] + residentMoveOutRecordObj:{},//迁出 + // 字典分割线 + educationDictonArr:[], + disability_levelArr:[], + illnessArr:[], + householdArr:[], + houseArr:[], + unemploymentArr:[], + chronicArr:[], + resideArr:[], + marriageArr:[], + specialDtoArr:[], + spouseArr:[], + relationshipArr:[], + categoryDictArr:[] } }, computed: { @@ -648,7 +898,26 @@ export default { }, educationText(){ let text = '--' - this.educationDicton.forEach(item=>{ + this.educationDictonArr.forEach(item=>{ + if(item.value == this.eduInfoDto.cultureLevel){ + text = item.label + } + }) + return text + + }, + hobbyCodeArr(){ + let arr = [] + if(this.hobbyInfoObj.hobbyCode){ + arr = this.hobbyInfoObj.hobbyCode.split(',') + }else{ + arr = [] + } + return arr + }, + educationText(){ + let text = '--' + this.educationDictonArr.forEach(item=>{ if(item.value == this.eduInfoDto.cultureLevel){ text = item.label } @@ -656,6 +925,162 @@ export default { return text }, + resiClass(){ + let flag = true + var num = 0 + if(this.resiDetailObj.categoryInfo != 'undefined'){ + for (let key in this.resiDetailObj.categoryInfo) { + if(this.resiDetailObj.categoryInfo[key] == 0){ + num++ + if(num >= 21){ + flag = false + }else { + flag = true + } + } + } + }else{ + flag = false + } + return flag + }, + categoryText(){ + let text = '--' + this.categoryDictArr.forEach(item=>{ + if(item.value == this.resiHealthInfonObj.disabilityCategoryCode){ + text = item.label + } + }) + return text + + }, + disabilityLevelText(){ + let text = '--' + this.disability_levelArr.forEach(item=>{ + if(item.value == this.resiHealthInfonObj.disabilityLevel){ + text = item.label + } + }) + return text + + }, + illnessText(){ + let text = '--' + this.illnessArr.forEach(item=>{ + if(item.value == this.resiHealthInfonObj.illnessCode){ + text = item.label + } + }) + return text + }, + chronicText(){ + let text = '--' + this.chronicArr.forEach(item=>{ + if(item.value == this.resiHealthInfonObj.chronicDiseaseCode){ + text = item.label + } + }) + return text + }, + householdText(){ + let text = '--' + this.householdArr.forEach(item=>{ + if(item.value == this.residentResideInfoObj.householdSituation){ + text = item.label + } + }) + return text + }, + relationshipText(){ + let text = '--' + this.relationshipArr.forEach(item=>{ + if(item.value == this.residentFamilyInfoObj.houseHolderRel){ + text = item.label + } + }) + return text + }, + elderlyRelationText(){ + let text = '--' + this.relationshipArr.forEach(item=>{ + if(item.value == this.residentFamilyInfoObj.elderlyRelation){ + text = item.label + } + }) + return text + }, + resideText(){ + let text = '--' + this.resideArr.forEach(item=>{ + if(item.value == this.residentFamilyInfoObj.resideSituation){ + text = item.label + } + }) + return text + }, + categoryDictText(){ + let text = '--' + this.marriageArr.forEach(item=>{ + if(item.value == this.residentFamilyInfoObj.marriage){ + text = item.label + } + }) + return text + }, + spouseText(){ + let text = '--' + this.spouseArr.forEach(item=>{ + if(item.value == this.residentFamilyInfoObj.spouseSituation){ + text = item.label + } + }) + return text + }, + houseText(){ + let text = '--' + this.houseArr.forEach(item=>{ + if(item.value == this.residentEnsureHouseObj.housingNature){ + text = item.label + } + }) + return text + }, + unemploymentText(){ + let text = '--' + console.log(this.unemploymentArr); + this.unemploymentArr.forEach(item=>{ + if(item.value == this.residentUnemployedObj.unemploymentReason){ + text = item.label + } + }) + return text + }, + volunteerCategoryArr(){ + let arr = [] + if(this.residentVolunteerObj.volunteerCategory){ + arr = this.residentVolunteerObj.volunteerCategory.split(',') + }else{ + arr = [] + } + return arr + }, + specialDtoArrText(){ + let arr = [] + let temp = [] + if(this.residentSpecialObj.specialCategoryCode){ + arr = this.residentSpecialObj.specialCategoryCode.split(',') + for (let i of arr) { + for(let tab of this.specialDtoArr){ + if(i == tab.value){ + temp.push(tab.label) + } + } + } + }else{ + temp = [] + } + return temp + }, }, watch: { @@ -664,19 +1089,21 @@ export default { this. getResiDetail() this.getEduInfoDtoObj() this.getEducation() + this.getdisabilityNationClass() }, methods: { getResiDetail(){ this.$http.post(`/actual/base/residentBaseInfo/detail/${this.resiId}`).then(res=>{ this.resiDetailObj = res.data.data - console.log(resiDetailObj); }).catch(err =>{ console.log(err); }) }, + handleClick(tab){ if(tab.index==0){ + this.getEducation() this.getEduInfoDtoObj() }else if(tab.index == 1){ this.getResidentHobbyInfoObj() @@ -684,20 +1111,31 @@ export default { else if(tab.index == 2){ this.getResidentReligionObj() }else if(tab.index == 3){ + this.getdisabilityNation() + this.getillnessNation() + this.getchronicNation() + this.getHealthInfoDetailById() }else if (tab.index == 4){ this.getResidentWorkInfoObj() }else if (tab.index == 5){ this.getEconomyDetailById() }else if (tab.index == 6){ + this.getHouseholdNation() this.getResideInfoDetailById() }else if(tab.index == 7){ + this.getrelationshipArr() + this.getSpouse() + this.getMarriageNation() + this.getResideNation() this.getFamilyInfoDetailById() }else if(tab.index == 8){ this.getResidentPartyMemberInfo() }else if(tab.index == 9){ + this.getHousing() this.getResidentEnsureHouse() }else if(tab.index == 10){ + this.getUnemployment() this.getResidentUnemployed() }else if (tab.index == 11){ this.getVeteranDetailById() @@ -708,11 +1146,15 @@ export default { }else if(tab.index == 14){ this.getOldPeopleDetailById() }else if(tab.index == 15){ + this.getResidentNation() this.getresidentSpecial() }else if(tab.index == 16){ this.getResidentBirthRecord() + }else if(tab.index == 17){ + this.getResidentDeathRecord() + }else if (tab.index == 18){ + this.getResidentMoveOutRecord() } - }, async getEduInfoDtoObj(){ try { @@ -726,6 +1168,7 @@ export default { console.log(error); } }, + //获取兴趣爱好 async getResidentHobbyInfoObj(){ try { @@ -790,6 +1233,32 @@ export default { } catch (error) { console.log(error); } + }, + //获取死亡人员详情 + async getResidentDeathRecord(){ + try { + const {data} = await this.$http.post(`/actual/base/residentDeathRecord/detail/${this.resiId}`) + if(data.data == null){ + this.residentDeathRecordObj = {} + }else{ + this.residentDeathRecordObj = data.data + } + } catch (error) { + console.log(error); + } + }, + //获取迁出详情 + async getResidentMoveOutRecord(){ + try { + const {data} = await this.$http.post(`/actual/base/residentMoveOutRecord/detail/${this.resiId}`) + if(data.data == null){ + this.residentMoveOutRecordObj = {} + }else{ + this.residentMoveOutRecordObj = data.data + } + } catch (error) { + console.log(error); + } }, //获取工作信息 async getResidentWorkInfoObj(){ @@ -808,11 +1277,8 @@ export default { async getResidentPartyMemberInfo(){ try { const {data} = await this.$http.get(`/actual/base/residentPartyMemberInfo/detail/${this.resiId}`) - if(data.data == null){ - this.residentPartyMemberInfoObj = {} - }else{ + this.residentPartyMemberInfoObj = data.data - } } catch (error) { console.log(error); } @@ -869,6 +1335,68 @@ export default { console.log(error); } }, + async getHousing(){ + try { + let { data } = await this.$http.post('sys/dict/data/house',{formCode: "resi_base_info"}) + this.houseArr = data.data + } catch (error) { + console.log(error,'获取住房性质字典'); + } + + }, + //获取残疾类别字典 + async getdisabilityNation(){ + try { + const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'disability_category_code'}) + + this.categoryDictArr = data.data + + } catch (error) { + console.log(error,'获取残疾类别字典'); + }}, + async getResidentNation(){ + try { + const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'resident_category'}) + this.specialDtoArr=data.data + } catch (error) { + console.log(error,'获取特殊人群字典'); + } + }, + async getMarriageNation(){ + try { + const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'marriage'}) + this.marriageArr = data.data + } catch (error) { + console.log(error,'获取婚姻状况字典'); + } + }, + // 获取残疾等级字典 + async getdisabilityNationClass(){ + try { + const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'disability_level'}) + this.disability_levelArr = data.data + + } catch (error) { + console.log(error,'获取残疾等级字典'); + } + }, + async getSpouse(){ + try { + const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'spouse_situation'}) + this.spouseArr = data.data + } catch (error) { + console.log(error,'获取配偶情况字典'); + } + }, + async getrelationshipArr(){ + try { + const { data } = await this.$http.post('sys/dict/data/relationship',{formCode: "resi_base_info"}) + this.relationshipArr = data.data + } catch (error) { + console.log(error,'获取户主关系字典'); + } + + }, //获取老年人信息详情 async getOldPeopleDetailById(){ try { @@ -882,6 +1410,14 @@ export default { console.log(error); } }, + async getillnessNation(){ + try { + const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'illness_code'}) + this.illnessArr = data.data + } catch (error) { + console.log(error,'获取所患大病字典'); + } + }, //居住 async getResideInfoDetailById(){ try { @@ -938,12 +1474,44 @@ export default { try { let { data } = await this.$http.post('sys/dict/data/education',{formCode: "resi_base_info"}) - this.educationDicton = data.data + this.educationDictonArr = data.data } catch (error) { console.log(error,'获取学历字典'); } }, + async getchronicNation(){ + try { + const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'chronic_disease_code'}) + this.chronicArr = data.data + } catch (error) { + console.log(error,'获取所患慢病字典'); + } + }, + async getHouseholdNation(){ + try { + const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'household_situation'}) + this.householdArr = data.data + } catch (error) { + console.log(error,'获取人户状况字典'); + } + }, + async getResideNation(){ + try { + const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'reside_situation'}) + this.resideArr = data.data + } catch (error) { + console.log(error,'获取居住情况字典'); + } + }, + async getUnemployment(){ + try { + const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'unemployment_reason'}) + this.unemploymentArr = data.data + } catch (error) { + console.log(error,'获取失业原因字典'); + } + }, async handleTuomin (type) { const url = "/data/aggregator/epmetuser/detailByType"; @@ -1003,7 +1571,8 @@ export default { } .f-labels{ width: 100px; - text-align: center; + text-align: right; + margin-right: 10px; } \ No newline at end of file diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index cae2f99f8..6117e18c7 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -174,20 +174,18 @@ {{ scope.row.gender == 1 ? "男" : "女" }}
- {{ scope.row.birthday.substr(0, 10) }} + {{scope.row.birthday?scope.row.birthday.substr(0, 10):'' }}
- {{ - `${scope.row.idNum.substr(0, 11)}` + + {{ scope.row.idNum?`${scope.row.idNum.substr(0, 11)}` + "******" + - `${scope.row.idNum.substr(16, 2)}` - }} + `${scope.row.idNum.substr(16, 2)}`:''}}
{{ - `${scope.row.mobile.substr(0, 3)}` + + scope.row.mobile?`${scope.row.mobile.substr(0, 3)}` + "******" + - `${scope.row.mobile.substr(7, 4)}` + `${scope.row.mobile.substr(7, 4)}`:'' }}
@@ -566,7 +564,7 @@ export default { { columnName: "gridName", label: "所属网格" }, { columnName: "homeName", label: "所属房屋" }, { columnName: "idNum", label: "证件号", width: 200 }, - { columnName: "categoryInfo", label: "居民类别", width: 200 }, + { columnName: "categoryInfo", label: "居民分类", width: 200 }, { columnName: "mobile", label: "联系电话", width: 150 }, ], tabsList: [], @@ -692,7 +690,6 @@ export default { }, handleSearchFrom() { let obj = this.$refs.myResiSearch.form - console.log(obj,'1'); if (typeof obj.categoryKey == 'object'&&obj.categoryKey .length != 0) { obj.categoryKey = obj.categoryKey.join(',') } else { @@ -832,12 +829,23 @@ export default { handleSizeChange(val) { console.log(`每页 ${val} 条`); this.pageSize = val; - this.getTableData(); + this.getTableData() }, handleCurrentChange(val) { console.log(`当前页: ${val}`); + let obj = this.$refs.myResiSearch.form + if (typeof obj.categoryKey == 'object'&&obj.categoryKey .length != 0) { + obj.categoryKey = obj.categoryKey.join(',') + } else { + obj.categoryKey = ""; + } + if (typeof obj.agencyId == 'object'&&obj.agencyId .length != 0) { + obj.agencyId = obj.agencyId.join(',') + } else { + obj.agencyId = ""; + } this.currentPage = val; - this.getTableData(); + this.getTableData(obj); }, handleFilterSpan(row, item) { let _val = "";