From 58e21fc023d168a1a454e56f2c863ede2f8f6d27 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Wed, 27 May 2020 14:09:28 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90=E7=90=86=E8=B5=94=E3=80=91?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E4=BA=BA=E4=BF=A1=E6=81=AF=E9=A1=B5-?= =?UTF-8?q?=E8=81=8C=E4=B8=9A=E6=8E=A7=E4=BB=B6=E9=80=89=E6=8B=A9=E5=90=8E?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/claims/ApplyInfo.vue | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/views/ebiz/claims/ApplyInfo.vue b/src/views/ebiz/claims/ApplyInfo.vue index c24d0fadb..8368aea81 100644 --- a/src/views/ebiz/claims/ApplyInfo.vue +++ b/src/views/ebiz/claims/ApplyInfo.vue @@ -562,11 +562,11 @@ export default { next() }, methods: { - init(){ + init() { let data = { - slaveStatus: this.slaveStatus, - businessNo: this.userInfo.businessNo - } + slaveStatus: this.slaveStatus, + businessNo: this.userInfo.businessNo + } query(data).then(res => { if (res.result == 0) { console.log(res) @@ -663,7 +663,7 @@ export default { this.userInfo.applyerNationatlity = Detail[0][0].nationality this.userInfo.applyerEmail = Detail[0][0].customerEmail this.userInfo.applyerMobile = Detail[0][0].customerMobile - this.userInfo.applyerAddr = Detail[0][0].homeAddress.replace(/-/g,'') + this.userInfo.applyerAddr = Detail[0][0].homeAddress.replace(/-/g, '') this.userInfo.applyerOccuCode = Detail[0][0].occuCode //职业编码 let result = this.showOccuName(Detail[0][0].occuCode) this.userInfo.applyerOccuName = result.applyerOccuName //职业名称 @@ -775,7 +775,7 @@ export default { this.userInfo.applyerSex = applicant.insuredSex //被保险人性别 this.userInfo.applyerBirthday = applicant.insuredBirthday //被保险人生日 let tempStr = getAreaName([{ code: applicant.insuredProvince }, { code: applicant.insuredCity }, { code: applicant.insuredCounty }]) - this.userInfo.applyerAddr = tempStr.replace(/-/g,'') + applicant.insuredAddr //被保险人联系地址详细地址 + this.userInfo.applyerAddr = tempStr.replace(/-/g, '') + applicant.insuredAddr //被保险人联系地址详细地址 this.effectiveDateType = applicant.certiTypeEndDate == '9999-09-09' //是否长期 this.userInfo.applyerCertiEndDate = applicant.certiTypeEndDate == '9999-09-09' ? '' : applicant.certiTypeEndDate //截止日期 this.userInfo.certiIsLong = applicant.certiTypeEndDate == '9999-09-09' ? '1' : '0' //是否长期 0-否,1-是 @@ -939,6 +939,13 @@ export default { }, chooseOccupation() { this.occupationShowPicker = false + this.$jump({ + flag: 'navigation', + extra: { + title: '申请信息', + hiddenRight: '1' + } + }) }, // 获取银行卡列表 getBankList() {