【国富惠桂保团体医疗保险产品上线金掌桂投保开发需求】投保人证件类型枚举:身份证;被保人证件类型枚举:身份证,户口本

This commit is contained in:
li.yuetong
2022-06-20 16:10:34 +08:00
parent f8948f6e5b
commit 40eb790bed
2 changed files with 6 additions and 10 deletions

View File

@@ -427,6 +427,7 @@ export default {
if (this.insureType === '1') { if (this.insureType === '1') {
this.userInfo.occupationName = name this.userInfo.occupationName = name
this.userInfo.occupationCode = code this.userInfo.occupationCode = code
this.userInfo.occupationType = lifeGrade
} }
}, },
/** /**
@@ -514,7 +515,7 @@ export default {
this.columns = DataDictionary.nativeplace this.columns = DataDictionary.nativeplace
this.pickerIndex = this.userInfo.nativeplace - 1 > 0 ? this.userInfo.nativeplace - 1 : 0 this.pickerIndex = this.userInfo.nativeplace - 1 > 0 ? this.userInfo.nativeplace - 1 : 0
} else if (pickerType == '2') { } else if (pickerType == '2') {
this.columns = DataDictionary.insuredIdType this.columns = DataDictionary.cardListInsuredIdType.splice(0, 1)
console.log(this.columns, '=======================this.columns==================') console.log(this.columns, '=======================this.columns==================')
} else if (pickerType == '3') { } else if (pickerType == '3') {
this.columns = DataDictionary.degree this.columns = DataDictionary.degree
@@ -697,7 +698,7 @@ export default {
this.userInfo.homeAddress = data.homeAddress //家庭详细地址 this.userInfo.homeAddress = data.homeAddress //家庭详细地址
this.userInfo.occupationCode = data.occupationCode this.userInfo.occupationCode = data.occupationCode
this.userInfo.occupationName = data.occupationName this.userInfo.occupationName = data.occupationName
this.userInfo.occupationType = data.lifeGrade
this.userInfo.lifeGrade = data.lifeGrade this.userInfo.lifeGrade = data.lifeGrade
this.userInfo.healthGrade = data.healthGrade this.userInfo.healthGrade = data.healthGrade
this.userInfo.averageAnnualIncome = this.itemProductDTOS.productCode == 'GFRS_M0032' ? data.averageYearlyIncome : '0' //平均年收入 this.userInfo.averageAnnualIncome = this.itemProductDTOS.productCode == 'GFRS_M0032' ? data.averageYearlyIncome : '0' //平均年收入

View File

@@ -655,6 +655,7 @@ export default {
if (this.insureType === '2') { if (this.insureType === '2') {
this.insuredInfo.occupationName = name this.insuredInfo.occupationName = name
this.insuredInfo.occupationCode = code this.insuredInfo.occupationCode = code
this.insuredInfo.occupationType = lifeGrade
} }
}, },
/** /**
@@ -808,14 +809,7 @@ export default {
}) })
// }) // })
} else if (pickerType == '22') { } else if (pickerType == '22') {
//2516--三个学平险--被保险人身份信息选择仅保留“身份证、户口本”,目前选择户口本仍要填写身份证到期 this.columns = DataDictionary.cardListInsuredIdType
//时间,如果选择户口本项,默认为长期。
//GFRS-2641--少儿安康,证件类型枚举“身份证、户口本”
if (this.itemProductDTOS.productCode == 'GFRS_M0048' || this.itemProductDTOS.productCode == 'GFRS_M0049' || this.itemProductDTOS.productCode == 'GFRS_M0050' || this.itemProductDTOS.productCode == 'GFRS_M0052') {
this.columns = DataDictionary.insuredIdTypeSpecial
} else {
this.columns = DataDictionary.idType
}
} }
}, },
//确认选择字段 //确认选择字段
@@ -1164,6 +1158,7 @@ export default {
this.insuredInfo.occupationCode = data.occupationCode this.insuredInfo.occupationCode = data.occupationCode
this.insuredInfo.occupationName = data.occupationName this.insuredInfo.occupationName = data.occupationName
} }
this.insuredInfo.occupationType = data.lifeGrade
this.insuredInfo.lifeGrade = data.lifeGrade this.insuredInfo.lifeGrade = data.lifeGrade
this.insuredInfo.healthGrade = data.healthGrade this.insuredInfo.healthGrade = data.healthGrade
//除万福卡投保人、被保险人年收入填写项去掉默认为0卡产品不满足反洗钱识别线 //除万福卡投保人、被保险人年收入填写项去掉默认为0卡产品不满足反洗钱识别线