【关于附加综合意外伤害保险(乐享版)投保流程增加《个人信息使用授权》阅知勾选的申请】进入签字页面,分享至微信,微信打开链接,阅读文件,部分文件签字按钮会展示为已签字

This commit is contained in:
li.yuetong
2022-09-02 16:41:02 +08:00
parent 5110ccc89b
commit 9fbef6bcee

View File

@@ -1545,6 +1545,7 @@ export default {
return a.key - b.key
})
//获取投保和被保险人电子投保单签字状态
console.log(that.appntSign,'that.appntSign')
that.appntSign.map((item,index) => {
console.log(that.appntSign,'that.appntSign')
console.log(index,'index')
@@ -1558,7 +1559,7 @@ export default {
// if (item.documentCode == '11') {
// that.appntSignStatus = item.documentStatus
// }
if (index == that.appntSign.length - 1 && item.documentCode == '12') {
if (index == that.appntSign.length - 1) {
//初始化时最后一个文档documentStatus文档状态 1 已读 转化为 3 已签名
that.appntSignStatus = item.documentStatus == 1 ? 3:item.documentStatus
}
@@ -1568,7 +1569,7 @@ export default {
// that.insuredSignStatus = item.documentStatus
// }
//初始化时最后一个文档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
}
})