mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 12:32:53 +08:00
【增加阅读《保险条款》步骤,关于金掌桂签名确认页面部分阅读签字材料更新和新增的需求】被保人跳转路由or循环,遍历出未阅读或者未签字的保险条款后break跳出循环
This commit is contained in:
@@ -348,6 +348,7 @@ export default {
|
||||
that.insuredSign.documentCode = item.documentCode
|
||||
that.insuredSign.documentType = item.documentType
|
||||
item.documentStatus = '1'
|
||||
break
|
||||
}
|
||||
}
|
||||
let data = {
|
||||
@@ -507,6 +508,7 @@ export default {
|
||||
that.insuredSign.documentCode = item.documentCode
|
||||
that.insuredSign.documentType = item.documentType
|
||||
item.documentStatus = '1'
|
||||
break
|
||||
}
|
||||
}
|
||||
let data = {
|
||||
@@ -533,7 +535,7 @@ export default {
|
||||
this.$toast.clear()
|
||||
window.localStorage.setItem('detailJump', '')
|
||||
// 查看保险条款是否都签署
|
||||
let isHasClauses = this.appntSign.some(item => {
|
||||
let isHasClauses = this.insuredSign.some(item => {
|
||||
return item.documentCode == '13' && (item.documentStatus == '0' || item.documentStatus == '2')
|
||||
})
|
||||
// let url = ''
|
||||
|
||||
Reference in New Issue
Block a user