【国富惠桂保团体医疗保险产品上线金掌桂投保开发需求】相关字段默认为高风险工作人员,occupationName和occupationCode

This commit is contained in:
li.yuetong
2022-06-24 15:55:43 +08:00
parent 68f504d8c6
commit 0f4d897f0c
2 changed files with 4 additions and 4 deletions

View File

@@ -721,8 +721,8 @@ export default {
this.$validator.validate().then(valid => {
if (true === valid) {
// 国富惠桂保团体医疗保险产品,职业不展示,相关字段默认为高风险工作人员
this.userInfo.occupationName = '8000206'
this.userInfo.occupationCode = '高风险工作人员'
this.userInfo.occupationName = '高风险工作人员'
this.userInfo.occupationCode = '8000206'
this.userInfo.occupationType = '6'
this.userInfo.healthGrade = '6'
this.userInfo.lifeGrade = '6'

View File

@@ -1197,8 +1197,8 @@ export default {
this.$validator.validate().then(valid => {
if (true === valid) {
// 国富惠桂保团体医疗保险产品,职业不展示,相关字段默认为高风险工作人员
this.insuredInfo.occupationName = '8000206'
this.insuredInfo.occupationCode = '高风险工作人员'
this.insuredInfo.occupationName = '高风险工作人员'
this.insuredInfo.occupationCode = '8000206'
this.insuredInfo.occupationType = '6'
this.insuredInfo.healthGrade = '6'
this.insuredInfo.lifeGrade = '6'