From 40eb790bedce4030c6debc4c1f3fc357e145f782 Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Mon, 20 Jun 2022 16:10:34 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9B=BD=E5=AF=8C=E6=83=A0=E6=A1=82?=
=?UTF-8?q?=E4=BF=9D=E5=9B=A2=E4=BD=93=E5=8C=BB=E7=96=97=E4=BF=9D=E9=99=A9?=
=?UTF-8?q?=E4=BA=A7=E5=93=81=E4=B8=8A=E7=BA=BF=E9=87=91=E6=8E=8C=E6=A1=82?=
=?UTF-8?q?=E6=8A=95=E4=BF=9D=E5=BC=80=E5=8F=91=E9=9C=80=E6=B1=82=E3=80=91?=
=?UTF-8?q?=E6=8A=95=E4=BF=9D=E4=BA=BA=E8=AF=81=E4=BB=B6=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E6=9E=9A=E4=B8=BE:=E8=BA=AB=E4=BB=BD=E8=AF=81=EF=BC=9B?=
=?UTF-8?q?=E8=A2=AB=E4=BF=9D=E4=BA=BA=E8=AF=81=E4=BB=B6=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E6=9E=9A=E4=B8=BE:=E8=BA=AB=E4=BB=BD=E8=AF=81=EF=BC=8C?=
=?UTF-8?q?=E6=88=B7=E5=8F=A3=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/cardList/GroupAppntInfo.vue | 5 +++--
src/views/ebiz/cardList/GroupInsuredInfo.vue | 11 +++--------
2 files changed, 6 insertions(+), 10 deletions(-)
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,卡产品不满足反洗钱识别线