From 583f5fc028253ebf483823ddc6f41c4af62a9fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Fri, 8 Nov 2019 11:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=97=AE=E9=A2=98=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureOfElectronic.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index c7ffd21f9..5e2297f27 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -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('`````````````````````````````````')