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 { } -