mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
【关于附加综合意外伤害保险(乐享版)投保流程增加《个人信息使用授权》阅知勾选的申请】初始化时,documentStatus文档状态 1 已读 转化为 3 已签名
This commit is contained in:
@@ -1545,16 +1545,24 @@ export default {
|
||||
if (item.documentCode == '6') {
|
||||
localStorage.doubleRecordFlag = '1'
|
||||
}
|
||||
if (item.documentCode == '2') {
|
||||
that.appntSignStatus = item.documentStatus
|
||||
}
|
||||
// if (item.documentCode == '2') {
|
||||
// that.appntSignStatus = item.documentStatus
|
||||
// }
|
||||
// if (item.documentCode == '11') {
|
||||
// that.appntSignStatus = item.documentStatus
|
||||
// }
|
||||
if (item.documentCode == '12') {
|
||||
//初始化时,documentStatus文档状态 1 已读 转化为 3 已签名
|
||||
that.appntSignStatus = item.documentStatus == 1 ? 3:item.documentStatus
|
||||
}
|
||||
})
|
||||
that.insuredSign.map((item) => {
|
||||
if (item.documentCode == '2') {
|
||||
that.insuredSignStatus = item.documentStatus
|
||||
// if (item.documentCode == '2') {
|
||||
// that.insuredSignStatus = item.documentStatus
|
||||
// }
|
||||
//初始化时,documentStatus文档状态 1 已读 转化为 3 已签名
|
||||
if (item.documentCode == '12') {
|
||||
that.insuredSignStatus = item.documentStatus == 1 ? 3:item.documentStatus
|
||||
}
|
||||
})
|
||||
that.agentSign.map((item) => {
|
||||
@@ -1571,7 +1579,10 @@ export default {
|
||||
//自定义key值排序用
|
||||
addKey(item) {
|
||||
//ducumentCode 1投保须知 2投保单 3产品说明书 4提示书 6免除保险人责任条款说明书 7保险销售行为双录说明
|
||||
// 8指定保单生效日 9短期险投保须知 10国富人寿自保件承诺书 11柳州保险行业寿险投保风险提示书
|
||||
// 8指定保单生效日 9短期险投保须知 10国富人寿自保件承诺书 11柳州保险行业寿险投保风险提示书 12个人信息使用授权
|
||||
// documentStatus: 文档状态 0 未读 1 已读 2 未签名 3 已签名
|
||||
// documentType: 文档类型 0 阅读文档 1 签名文档
|
||||
// signType: 签名类型 0 投保人 1 被保人 2 本人
|
||||
if (item.documentCode == '1') {
|
||||
item.key = 2
|
||||
item.routePath = 'insuranceInformation'
|
||||
|
||||
Reference in New Issue
Block a user