【增加阅读《保险条款》步骤,关于金掌桂签名确认页面部分阅读签字材料更新和新增的需求】被保人跳转路由or循环,遍历出未阅读或者未签字的保险条款后break跳出循环

This commit is contained in:
li.yuetong
2022-11-03 11:31:53 +08:00
committed by jiawei
parent ca0053c929
commit eadb80ff4e

View File

@@ -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 = ''