mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 13:46:43 +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.name = customerName //用户名
|
||||||
this.userInfo.sex = customerSex ? customerSex.toString() : '0' //性别
|
this.userInfo.sex = customerSex ? customerSex.toString() : '0' //性别
|
||||||
this.userInfo.birthday = data.birthday //出生日期
|
this.userInfo.birthday = data.birthday //出生日期
|
||||||
if (data.customerIdType == 1) {
|
this.userInfo.idType = data.customerIdType //证件类型
|
||||||
console.log(data)
|
this.userInfo.idNo = data.customerIdNumber //证件类别
|
||||||
this.userInfo.idType = data.customerIdType //证件类型
|
|
||||||
this.userInfo.idNo = data.customerIdNumber //证件类别
|
|
||||||
}
|
|
||||||
if (data.idEffectEndDate == '9999-01-01') {
|
if (data.idEffectEndDate == '9999-01-01') {
|
||||||
this.userInfo.effectiveDateType = true //是否长期
|
this.userInfo.effectiveDateType = true //是否长期
|
||||||
} else {
|
} else {
|
||||||
@@ -1185,6 +1182,7 @@ export default {
|
|||||||
this.userInfo.occupationName = data.occupationName
|
this.userInfo.occupationName = data.occupationName
|
||||||
this.userInfo.lifeGrade = data.lifeGrade
|
this.userInfo.lifeGrade = data.lifeGrade
|
||||||
this.userInfo.healthGrade = data.healthGrade
|
this.userInfo.healthGrade = data.healthGrade
|
||||||
|
this.userInfo.averageAnnualIncome = data.averageYearlyIncome //平均年收入
|
||||||
this.userInfo.nativeplace = data.country
|
this.userInfo.nativeplace = data.country
|
||||||
this.userInfo.marriage = data.marryStatus
|
this.userInfo.marriage = data.marryStatus
|
||||||
// 计算年龄
|
// 计算年龄
|
||||||
@@ -1198,10 +1196,10 @@ export default {
|
|||||||
this.insuredInfo.sex = customerSex ? customerSex.toString() : '0' //性别
|
this.insuredInfo.sex = customerSex ? customerSex.toString() : '0' //性别
|
||||||
|
|
||||||
this.insuredInfo.birthday = data.birthday //出生日期
|
this.insuredInfo.birthday = data.birthday //出生日期
|
||||||
if (data.customerIdType == 1) {
|
// if (data.customerIdType == 1) {
|
||||||
this.insuredInfo.idType = data.customerIdType //证件类型
|
this.insuredInfo.idType = data.customerIdType //证件类型
|
||||||
this.insuredInfo.idNo = data.customerIdNumber //证件类别
|
this.insuredInfo.idNo = data.customerIdNumber //证件类别
|
||||||
}
|
// }
|
||||||
if (data.idEffectEndDate == '9999-01-01') {
|
if (data.idEffectEndDate == '9999-01-01') {
|
||||||
this.insuredInfo.effectiveDateType = true //是否长期
|
this.insuredInfo.effectiveDateType = true //是否长期
|
||||||
} else {
|
} else {
|
||||||
@@ -1220,6 +1218,7 @@ export default {
|
|||||||
this.insuredInfo.occupationName = data.occupationName
|
this.insuredInfo.occupationName = data.occupationName
|
||||||
this.insuredInfo.lifeGrade = data.lifeGrade
|
this.insuredInfo.lifeGrade = data.lifeGrade
|
||||||
this.insuredInfo.healthGrade = data.healthGrade
|
this.insuredInfo.healthGrade = data.healthGrade
|
||||||
|
this.insuredInfo.averageAnnualIncome = data.averageYearlyIncome //平均年收入
|
||||||
this.insuredInfo.nativeplace = data.country
|
this.insuredInfo.nativeplace = data.country
|
||||||
this.insuredInfo.marriage = data.marryStatus
|
this.insuredInfo.marriage = data.marryStatus
|
||||||
// 计算年龄
|
// 计算年龄
|
||||||
|
|||||||
Reference in New Issue
Block a user