From 69ef117d67daa0086599ff9a37fff0a2b160f54c Mon Sep 17 00:00:00 2001 From: zhangqi1 Date: Thu, 14 Oct 2021 14:07:19 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-2759=E3=80=90=E5=89=8D=E7=AB=AF=E3=80=91?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E6=9F=B3=E5=B7=9E=E9=9C=80=E6=B1=82=E6=8A=95?= =?UTF-8?q?=E4=BF=9D=E9=A3=8E=E9=99=A9=E6=8F=90=E7=A4=BA=E4=B9=A6=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2--=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A?= =?UTF-8?q?=E5=BC=A0=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 4a359d239..4782df39a 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -546,10 +546,7 @@ export default { if (sessionStorage.shareCode == '1') { console.log('进来被保险人') this.tipsName = JSON.parse(this.$CacheUtils.getLocItem('saleInsuredPersonInfo')).name - } else if(sessionStorage.shareCode == '3'){ - console.log('进来代理人') - this.tipsName =this.recmd.name - }else { + } else { console.log('进来投保人') this.tipsName = JSON.parse(this.$CacheUtils.getLocItem('saleInsuredInfo')).name // console.log('localStorage.saleInsuredInfo', localStorage.saleInsuredInfo) @@ -1502,7 +1499,7 @@ export default { riskName = res.orderDTO.insuredDTOs[0].riskDTOLst[0].riskName } if (that.orderInfo && that.orderInfo.activeType) { - that.$CacheUtils.setLocItem('activeType',that.orderInfo.activeType) + that.$CacheUtils.setLocItem('activeType', that.orderInfo.activeType) } localStorage.setItem('productCode', productCode) this.riskName = riskName @@ -1574,7 +1571,7 @@ export default { item.key = 2 item.routePath = 'insuranceInformation' } else if (item.documentCode == '2') { - item.key = 8 + item.key = 9 item.routePath = 'SignatureOfElectronic' } else if (item.documentCode == '3') { item.key = 4 @@ -1583,10 +1580,10 @@ export default { item.key = 5 item.routePath = 'InsuranceTip' } else if (item.documentCode == '6') { - item.key = 6 + item.key = 7 item.routePath = 'avoidDutyTip' } else if (item.documentCode == '7') { - item.key = 7 + item.key = 8 item.routePath = 'doubleRecordTip' } else if (item.documentCode == '8') { item.key = 1 @@ -1597,6 +1594,9 @@ export default { }else if (item.documentCode == '10') { item.key = 1 item.routePath = 'commitmentSelfProtect' + } else if (item.documentCode == '11') { + item.key = 6 + item.routePath = 'InsuranceRiskReminder' } }, getSignInvalid() { @@ -1860,17 +1860,21 @@ export default { } -