diff --git a/packages/jianping/AppHelpedResident/AppHelpedResident.vue b/packages/jianping/AppHelpedResident/AppHelpedResident.vue
index 5e146579..522a50ed 100644
--- a/packages/jianping/AppHelpedResident/AppHelpedResident.vue
+++ b/packages/jianping/AppHelpedResident/AppHelpedResident.vue
@@ -30,7 +30,7 @@ export default {
"yesOrNo", "fpLaborSkills", "fpEducation", "fpType", "fpPoliticalOutlook","fpType", "fpRiskType", "fpAssistanceMeasures",
"fpPublicWelfarePostAssistance","fpHealthAssistance","fpFnancialAssistance","fpEmploymentAssistance","fpEducationalAssistance",
"fpIndustrialAssistance","fpSocialAssistance", "fpRiskEliminationMethod", "fpNaturalDisaster", "fpHouseType", "fpHouseRoadType",
- "fpFuelType", "fpDisabilityType",)
+ "fpFuelType", "fpDisabilityType", "fpEmploymentChannels")
}
}
diff --git a/packages/jianping/AppHelpedResident/hrAdd.vue b/packages/jianping/AppHelpedResident/hrAdd.vue
index 68545dbf..6b023f21 100644
--- a/packages/jianping/AppHelpedResident/hrAdd.vue
+++ b/packages/jianping/AppHelpedResident/hrAdd.vue
@@ -75,13 +75,13 @@
-
+
-
+
@@ -90,7 +90,7 @@
-
+
@@ -213,10 +213,10 @@
-
+
-
+
编辑
- 纳入监测
- 纳入监测审批
- 纳入监测
- 纳入监测审批
+
+ 纳入监测
+ 纳入监测审批
+
+ 纳入监测
解除风险
解除风险审批
- 纳入监测
- 申请纳入监测
- 申请纳入监测
+ 申请纳入监测
申请解除风险
- 删除
+
+ 删除
+
@@ -64,7 +65,7 @@
{{dict.getLabel("fpLaborSkills", detail.labourStatus)}}
{{dict.getLabel("fpYesOrNo", detail.mandarin)}}
{{detail.workeMonths}}
- {{detail.employmentChannels}}
+ {{dict.getLabel("fpEmploymentChannels", detail.employmentChannels)}}
{{detail.migrantEnterprises}}
{{detail.publicWelfarePosts}}
{{dict.getLabel("fpYesOrNo", detail.foreignWorkers)}}
@@ -259,7 +260,7 @@
-
+
@@ -336,7 +337,7 @@
{{dict.getLabel("fpLaborSkills", familyInfo.labourStatus)}}
{{dict.getLabel("fpYesOrNo", familyInfo.mandarin)}}
{{familyInfo.workeMonths}}
- {{familyInfo.employmentChannels}}
+ {{dict.getLabel("fpEmploymentChannels", familyInfo.employmentChannels)}}
{{familyInfo.migrantEnterprises}}
{{familyInfo.publicWelfarePosts}}
{{dict.getLabel("fpYesOrNo", familyInfo.foreignWorkers)}}
@@ -557,6 +558,9 @@ export default {
this.form.age = ''
this.form.currentAreaId = ''
this.form.currentAddress = ''
+ this.form.nation = ''
+ this.form.education = ''
+ this.form.politicsStatus = ''
return
}
this.form.name = e.name
@@ -564,6 +568,9 @@ export default {
this.form.phone = e.phone
this.form.currentAreaId = e.currentAreaId
this.form.currentAddress = e.currentAddress
+ this.form.nation = e.nation
+ this.form.education = e.education
+ this.form.politicsStatus = e.politicsStatus
this.handleIdNumberAutocomplete(e.idNumber)
this.isSelectUser = true
},
diff --git a/packages/jianping/AppHelpedResident/hrList.vue b/packages/jianping/AppHelpedResident/hrList.vue
index 98f39d3a..d12cd9b7 100644
--- a/packages/jianping/AppHelpedResident/hrList.vue
+++ b/packages/jianping/AppHelpedResident/hrList.vue
@@ -18,9 +18,9 @@
-
+
+ -->