mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 04:46:45 +08:00
【关于附加综合意外伤害保险(乐享版)投保流程增加《个人信息使用授权》阅知勾选的申请】进入签字页面,分享至微信,微信打开链接,阅读文件,部分文件签字按钮会展示为已签字
This commit is contained in:
@@ -1545,6 +1545,7 @@ export default {
|
|||||||
return a.key - b.key
|
return a.key - b.key
|
||||||
})
|
})
|
||||||
//获取投保和被保险人电子投保单签字状态
|
//获取投保和被保险人电子投保单签字状态
|
||||||
|
console.log(that.appntSign,'that.appntSign')
|
||||||
that.appntSign.map((item,index) => {
|
that.appntSign.map((item,index) => {
|
||||||
console.log(that.appntSign,'that.appntSign')
|
console.log(that.appntSign,'that.appntSign')
|
||||||
console.log(index,'index')
|
console.log(index,'index')
|
||||||
@@ -1558,7 +1559,7 @@ export default {
|
|||||||
// if (item.documentCode == '11') {
|
// if (item.documentCode == '11') {
|
||||||
// that.appntSignStatus = item.documentStatus
|
// that.appntSignStatus = item.documentStatus
|
||||||
// }
|
// }
|
||||||
if (index == that.appntSign.length - 1 && item.documentCode == '12') {
|
if (index == that.appntSign.length - 1) {
|
||||||
//初始化时,最后一个文档,documentStatus文档状态 1 已读 转化为 3 已签名
|
//初始化时,最后一个文档,documentStatus文档状态 1 已读 转化为 3 已签名
|
||||||
that.appntSignStatus = item.documentStatus == 1 ? 3:item.documentStatus
|
that.appntSignStatus = item.documentStatus == 1 ? 3:item.documentStatus
|
||||||
}
|
}
|
||||||
@@ -1568,7 +1569,7 @@ export default {
|
|||||||
// that.insuredSignStatus = item.documentStatus
|
// that.insuredSignStatus = item.documentStatus
|
||||||
// }
|
// }
|
||||||
//初始化时,最后一个文档,documentStatus文档状态 1 已读 转化为 3 已签名
|
//初始化时,最后一个文档,documentStatus文档状态 1 已读 转化为 3 已签名
|
||||||
if (index == that.insuredSign.length - 1 && item.documentCode == '12') {
|
if (index == that.insuredSign.length - 1) {
|
||||||
that.insuredSignStatus = item.documentStatus == 1 ? 3:item.documentStatus
|
that.insuredSignStatus = item.documentStatus == 1 ? 3:item.documentStatus
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user