【国富惠桂保团体医疗保险产品上线金掌桂投保开发需求】惠桂保的职业要设置给客户做选择,应该不能写死某个职业

This commit is contained in:
li.yuetong
2022-06-28 15:20:01 +08:00
parent 733c01a273
commit 010954cde2
2 changed files with 10 additions and 10 deletions

View File

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

View File

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