mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 00:26:47 +08:00
【增加阅读《保险条款》步骤,关于金掌桂签名确认页面部分阅读签字材料更新和新增的需求】阅读文件跳过
This commit is contained in:
@@ -324,7 +324,7 @@ export default {
|
|||||||
message: '加载中……'
|
message: '加载中……'
|
||||||
})
|
})
|
||||||
// 查看保险条款是否有,如果没有的话走原有逻辑
|
// 查看保险条款是否有,如果没有的话走原有逻辑
|
||||||
let isHasClauses = this.appntSign.some(item => {
|
let isHasClauses = this.insuredSign.some(item => {
|
||||||
return item.documentCode == '13' && (item.documentStatus == '0' || item.documentStatus == '2')
|
return item.documentCode == '13' && (item.documentStatus == '0' || item.documentStatus == '2')
|
||||||
})
|
})
|
||||||
if(isHasClauses) {
|
if(isHasClauses) {
|
||||||
|
|||||||
@@ -1367,6 +1367,7 @@ export default {
|
|||||||
// return this.$toast('亲,被保险人与投保人关系为配偶,投保人或被保险人婚姻状况必须为已婚哦~')
|
// return this.$toast('亲,被保险人与投保人关系为配偶,投保人或被保险人婚姻状况必须为已婚哦~')
|
||||||
// }
|
// }
|
||||||
let insuredSex = this.userInfo.sex
|
let insuredSex = this.userInfo.sex
|
||||||
|
console.log(JSON.parse(this.$CacheUtils.getLocItem('saleInsuredInfo')),'saleInsuredInfo')
|
||||||
let appntSex = JSON.parse(this.$CacheUtils.getLocItem('saleInsuredInfo')).sex
|
let appntSex = JSON.parse(this.$CacheUtils.getLocItem('saleInsuredInfo')).sex
|
||||||
//投被保险人性别相同
|
//投被保险人性别相同
|
||||||
if (insuredSex == appntSex) {
|
if (insuredSex == appntSex) {
|
||||||
|
|||||||
@@ -106,7 +106,6 @@ export default {
|
|||||||
// })
|
// })
|
||||||
|
|
||||||
document.body.style.backgroundColor = '#fff'
|
document.body.style.backgroundColor = '#fff'
|
||||||
document.title = ''
|
|
||||||
that.signVal = window.localStorage.getItem('sign-val')
|
that.signVal = window.localStorage.getItem('sign-val')
|
||||||
//保险条款循环阅读后,radio,isOver恢复初始状态
|
//保险条款循环阅读后,radio,isOver恢复初始状态
|
||||||
that.radio = ''
|
that.radio = ''
|
||||||
@@ -166,7 +165,9 @@ export default {
|
|||||||
// that.appntSign = item
|
// that.appntSign = item
|
||||||
that.tipsPolicyUrl = item.policyUrl
|
that.tipsPolicyUrl = item.policyUrl
|
||||||
originalUrl = item.originalUrl
|
originalUrl = item.originalUrl
|
||||||
this.title = document.title = item.documentName
|
document.title = ''
|
||||||
|
this.title = item.documentName
|
||||||
|
document.title = item.documentName
|
||||||
console.log('that.appntSign', item.policyUrl)
|
console.log('that.appntSign', item.policyUrl)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user