mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 02:16:44 +08:00
Merge branch 'feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求' into dev
This commit is contained in:
@@ -1161,11 +1161,8 @@ export default {
|
||||
this.userInfo.name = customerName //用户名
|
||||
this.userInfo.sex = customerSex ? customerSex.toString() : '0' //性别
|
||||
this.userInfo.birthday = data.birthday //出生日期
|
||||
if (data.customerIdType == 1) {
|
||||
console.log(data)
|
||||
this.userInfo.idType = data.customerIdType //证件类型
|
||||
this.userInfo.idNo = data.customerIdNumber //证件类别
|
||||
}
|
||||
this.userInfo.idType = data.customerIdType //证件类型
|
||||
this.userInfo.idNo = data.customerIdNumber //证件类别
|
||||
if (data.idEffectEndDate == '9999-01-01') {
|
||||
this.userInfo.effectiveDateType = true //是否长期
|
||||
} else {
|
||||
@@ -1185,6 +1182,7 @@ export default {
|
||||
this.userInfo.occupationName = data.occupationName
|
||||
this.userInfo.lifeGrade = data.lifeGrade
|
||||
this.userInfo.healthGrade = data.healthGrade
|
||||
this.userInfo.averageAnnualIncome = data.averageYearlyIncome //平均年收入
|
||||
this.userInfo.nativeplace = data.country
|
||||
this.userInfo.marriage = data.marryStatus
|
||||
// 计算年龄
|
||||
@@ -1198,10 +1196,10 @@ export default {
|
||||
this.insuredInfo.sex = customerSex ? customerSex.toString() : '0' //性别
|
||||
|
||||
this.insuredInfo.birthday = data.birthday //出生日期
|
||||
if (data.customerIdType == 1) {
|
||||
this.insuredInfo.idType = data.customerIdType //证件类型
|
||||
this.insuredInfo.idNo = data.customerIdNumber //证件类别
|
||||
}
|
||||
// if (data.customerIdType == 1) {
|
||||
this.insuredInfo.idType = data.customerIdType //证件类型
|
||||
this.insuredInfo.idNo = data.customerIdNumber //证件类别
|
||||
// }
|
||||
if (data.idEffectEndDate == '9999-01-01') {
|
||||
this.insuredInfo.effectiveDateType = true //是否长期
|
||||
} else {
|
||||
@@ -1220,6 +1218,7 @@ export default {
|
||||
this.insuredInfo.occupationName = data.occupationName
|
||||
this.insuredInfo.lifeGrade = data.lifeGrade
|
||||
this.insuredInfo.healthGrade = data.healthGrade
|
||||
this.insuredInfo.averageAnnualIncome = data.averageYearlyIncome //平均年收入
|
||||
this.insuredInfo.nativeplace = data.country
|
||||
this.insuredInfo.marriage = data.marryStatus
|
||||
// 计算年龄
|
||||
|
||||
Reference in New Issue
Block a user