From d271880372d7f45eb47e4955c05e62e1b5136e2d Mon Sep 17 00:00:00 2001 From: liyuetong Date: Tue, 18 May 2021 11:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E5=8D=95--=E5=B9=B4=E6=94=B6=E5=85=A5?= =?UTF-8?q?=E5=A1=AB=E5=86=99=E4=B9=8B=E5=90=8E=E8=A6=81=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=88=B0=E5=AE=A2=E6=88=B7=E5=88=97=E8=A1=A8=EF=BC=8C=E4=B8=8B?= =?UTF-8?q?=E6=AC=A1=E9=80=89=E6=9F=90=E4=B8=AA=E5=AE=A2=E6=88=B7=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=B9=B4=E5=90=8E=E6=94=B6=E5=85=A5=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E5=B8=A6=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/information.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue index c9c32a8b5..525de3bba 100644 --- a/src/views/ebiz/cardList/information.vue +++ b/src/views/ebiz/cardList/information.vue @@ -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 // 计算年龄