mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 11:06:43 +08:00
提交问题更新
This commit is contained in:
@@ -280,7 +280,8 @@ export default {
|
|||||||
documentStatus: '3',
|
documentStatus: '3',
|
||||||
signType: that.signVal,
|
signType: that.signVal,
|
||||||
baseEncryp: that.base64,
|
baseEncryp: that.base64,
|
||||||
documentType: that.appntSign.documentType
|
documentType: that.appntSign.documentType,
|
||||||
|
documentCode: that.appntSign.documentCode
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -349,7 +350,8 @@ export default {
|
|||||||
documentStatus: '3',
|
documentStatus: '3',
|
||||||
signType: that.signVal,
|
signType: that.signVal,
|
||||||
baseEncryp: that.base64,
|
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,
|
idNo: this.saleInsuredInfo.idNo,
|
||||||
name: this.saleInsuredInfo.name,
|
name: this.saleInsuredInfo.name,
|
||||||
type: this.saleInsuredInfo.idType,
|
type: this.saleInsuredInfo.idType,
|
||||||
originStatus: '2',
|
originStatus: '4',
|
||||||
keyword: '投保人签字',
|
keyword: '投保人签字',
|
||||||
status: '2',
|
status: '2',
|
||||||
offset: '10',
|
offset: '10',
|
||||||
@@ -630,7 +632,7 @@ export default {
|
|||||||
idNo: this.saleInsuredInfo.idNo,
|
idNo: this.saleInsuredInfo.idNo,
|
||||||
name: this.saleInsuredInfo.name,
|
name: this.saleInsuredInfo.name,
|
||||||
type: this.saleInsuredInfo.idType,
|
type: this.saleInsuredInfo.idType,
|
||||||
originStatus: '2',
|
originStatus: '4',
|
||||||
keyword: '申请日期',
|
keyword: '申请日期',
|
||||||
status: '2',
|
status: '2',
|
||||||
offset: '0',
|
offset: '0',
|
||||||
@@ -743,7 +745,7 @@ export default {
|
|||||||
// let imgBase64Data = sessionStorage.getItem('twoimgBase64Data')
|
// let imgBase64Data = sessionStorage.getItem('twoimgBase64Data')
|
||||||
// console.log('imgBase64Data:twoimgBase64Data ' + imgBase64Data)
|
// console.log('imgBase64Data:twoimgBase64Data ' + imgBase64Data)
|
||||||
if (this.isWeixin) {
|
if (this.isWeixin) {
|
||||||
let imgBase64Data = sessionStorage.getItem('twoimgBase64Data')
|
let imgBase64Data = sessionStorage.getItem('imgBase64Data')
|
||||||
let wxSigned = sessionStorage.getItem('wxSigned')
|
let wxSigned = sessionStorage.getItem('wxSigned')
|
||||||
let signInfo = JSON.parse(localStorage.getItem('signInfo'))
|
let signInfo = JSON.parse(localStorage.getItem('signInfo'))
|
||||||
console.log('`````````````````````````````````')
|
console.log('`````````````````````````````````')
|
||||||
|
|||||||
Reference in New Issue
Block a user