mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 10:26:44 +08:00
GFRS-2759【前端】开发柳州需求投保风险提示书的页面--提交人:张齐
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang='scss' scoped>
|
||||
@import '@/assets/sass/variables.scss';
|
||||
|
||||
.text {
|
||||
color: #4a90e2;
|
||||
}
|
||||
|
||||
.start {
|
||||
color: #4fc6b3;
|
||||
}
|
||||
|
||||
.tips {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.tips {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user