diff --git a/src/views/ebiz/cardList/GroupAppntInfo.vue b/src/views/ebiz/cardList/GroupAppntInfo.vue index 8d7f12a47..8045a5993 100644 --- a/src/views/ebiz/cardList/GroupAppntInfo.vue +++ b/src/views/ebiz/cardList/GroupAppntInfo.vue @@ -427,6 +427,7 @@ export default { if (this.insureType === '1') { this.userInfo.occupationName = name this.userInfo.occupationCode = code + this.userInfo.occupationType = lifeGrade } }, /** @@ -514,7 +515,7 @@ export default { this.columns = DataDictionary.nativeplace this.pickerIndex = this.userInfo.nativeplace - 1 > 0 ? this.userInfo.nativeplace - 1 : 0 } else if (pickerType == '2') { - this.columns = DataDictionary.insuredIdType + this.columns = DataDictionary.cardListInsuredIdType.splice(0, 1) console.log(this.columns, '=======================this.columns==================') } else if (pickerType == '3') { this.columns = DataDictionary.degree @@ -697,7 +698,7 @@ export default { this.userInfo.homeAddress = data.homeAddress //家庭详细地址 this.userInfo.occupationCode = data.occupationCode this.userInfo.occupationName = data.occupationName - + this.userInfo.occupationType = data.lifeGrade this.userInfo.lifeGrade = data.lifeGrade this.userInfo.healthGrade = data.healthGrade this.userInfo.averageAnnualIncome = this.itemProductDTOS.productCode == 'GFRS_M0032' ? data.averageYearlyIncome : '0' //平均年收入 diff --git a/src/views/ebiz/cardList/GroupInsuredInfo.vue b/src/views/ebiz/cardList/GroupInsuredInfo.vue index 64a50f93a..9cf14d099 100644 --- a/src/views/ebiz/cardList/GroupInsuredInfo.vue +++ b/src/views/ebiz/cardList/GroupInsuredInfo.vue @@ -655,6 +655,7 @@ export default { if (this.insureType === '2') { this.insuredInfo.occupationName = name this.insuredInfo.occupationCode = code + this.insuredInfo.occupationType = lifeGrade } }, /** @@ -808,14 +809,7 @@ export default { }) // }) } else if (pickerType == '22') { - //2516--三个学平险--被保险人身份信息选择仅保留“身份证、户口本”,目前选择户口本仍要填写身份证到期 - //时间,如果选择户口本项,默认为长期。 - //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 - } + this.columns = DataDictionary.cardListInsuredIdType } }, //确认选择字段 @@ -1164,6 +1158,7 @@ export default { this.insuredInfo.occupationCode = data.occupationCode this.insuredInfo.occupationName = data.occupationName } + this.insuredInfo.occupationType = data.lifeGrade this.insuredInfo.lifeGrade = data.lifeGrade this.insuredInfo.healthGrade = data.healthGrade //除万福卡,投保人、被保险人年收入填写项去掉,默认为0,卡产品不满足反洗钱识别线