diff --git a/src/components/ebiz/occipation/data/occupation.js b/src/components/ebiz/occipation/data/occupation.js
index cc72e6e35..9bfaf52d2 100644
--- a/src/components/ebiz/occipation/data/occupation.js
+++ b/src/components/ebiz/occipation/data/occupation.js
@@ -7860,7 +7860,14 @@ let occupationList = [
lifeGrade: '6',
healthGrade: '2'
},
- { code: '8000102', name: '武术学校学生', lifeGrade: '6', healthGrade: '2' }
+ { code: '8000102', name: '武术学校学生', lifeGrade: '6', healthGrade: '2' },
+ { code: '8000201', name: '低风险室内工作人员', lifeGrade: '1', healthGrade: '1' },
+ { code: '8000202', name: '低风险室外工作人员', lifeGrade: '2', healthGrade: '2' },
+ { code: '8000203', name: '中低风险工作人员', lifeGrade: '3', healthGrade: '3' },
+ { code: '8000204', name: '中等风险工作人员', lifeGrade: '4', healthGrade: '4' },
+ { code: '8000205', name: '中高风险工作人员', lifeGrade: '5', healthGrade: '5' },
+ { code: '8000206', name: '高风险工作人员', lifeGrade: '6', healthGrade: '6' },
+ { code: '8000207', name: '特高风险工作人员', lifeGrade: '7', healthGrade: '7' }
]
}
]
diff --git a/src/views/ebiz/cardList/GroupAppntInfo.vue b/src/views/ebiz/cardList/GroupAppntInfo.vue
index aabbdeace..75e06aaa4 100644
--- a/src/views/ebiz/cardList/GroupAppntInfo.vue
+++ b/src/views/ebiz/cardList/GroupAppntInfo.vue
@@ -88,7 +88,7 @@
-
+ /> -->
{
if (true === valid) {
+ // 国富惠桂保团体医疗保险产品,职业不展示,相关字段默认为高风险工作人员
+ this.userInfo.occupationName = '8000206'
+ this.userInfo.occupationCode = '高风险工作人员'
+ this.userInfo.occupationType = '6'
+ this.userInfo.healthGrade = '6'
+ this.userInfo.lifeGrade = '6'
let age = utilsAge.getAge(this.userInfo.birthday, new Date())
console.log('计算年龄', age)
// return
diff --git a/src/views/ebiz/cardList/GroupInsuredInfo.vue b/src/views/ebiz/cardList/GroupInsuredInfo.vue
index 56d5c5908..f05801100 100644
--- a/src/views/ebiz/cardList/GroupInsuredInfo.vue
+++ b/src/views/ebiz/cardList/GroupInsuredInfo.vue
@@ -90,7 +90,7 @@
/>
-
+ /> -->
{
if (true === valid) {
+ // 国富惠桂保团体医疗保险产品,职业不展示,相关字段默认为高风险工作人员
+ this.insuredInfo.occupationName = '8000206'
+ this.insuredInfo.occupationCode = '高风险工作人员'
+ this.insuredInfo.occupationType = '6'
+ this.insuredInfo.healthGrade = '6'
+ this.insuredInfo.lifeGrade = '6'
// localStorage.chooseProductCodesNew = localStorage.chooseProductCodes
//投保人校验
// 计算年龄