提交问题更新

This commit is contained in:
皮伟
2019-11-08 11:17:26 +08:00
parent f7207b86e2
commit 583f5fc028

View File

@@ -280,7 +280,8 @@ export default {
documentStatus: '3',
signType: that.signVal,
baseEncryp: that.base64,
documentType: that.appntSign.documentType
documentType: that.appntSign.documentType,
documentCode: that.appntSign.documentCode
}
]
}
@@ -349,7 +350,8 @@ export default {
documentStatus: '3',
signType: that.signVal,
baseEncryp: that.base64,
documentType: that.insuredSign.documentType
documentType: that.insuredSign.documentType,
documentCode: that.insuredSign.documentCode
}
]
}
@@ -606,7 +608,7 @@ export default {
idNo: this.saleInsuredInfo.idNo,
name: this.saleInsuredInfo.name,
type: this.saleInsuredInfo.idType,
originStatus: '2',
originStatus: '4',
keyword: '投保人签字',
status: '2',
offset: '10',
@@ -630,7 +632,7 @@ export default {
idNo: this.saleInsuredInfo.idNo,
name: this.saleInsuredInfo.name,
type: this.saleInsuredInfo.idType,
originStatus: '2',
originStatus: '4',
keyword: '申请日期',
status: '2',
offset: '0',
@@ -743,7 +745,7 @@ export default {
// let imgBase64Data = sessionStorage.getItem('twoimgBase64Data')
// console.log('imgBase64Data:twoimgBase64Data ' + imgBase64Data)
if (this.isWeixin) {
let imgBase64Data = sessionStorage.getItem('twoimgBase64Data')
let imgBase64Data = sessionStorage.getItem('imgBase64Data')
let wxSigned = sessionStorage.getItem('wxSigned')
let signInfo = JSON.parse(localStorage.getItem('signInfo'))
console.log('`````````````````````````````````')