From 9b4eeeb900d191c867d13c692ca63e86bbc0d737 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Tue, 21 Jan 2020 14:08:32 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E7=94=B5=E5=AD=90=E6=8A=95=E4=BF=9D?= =?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85-=E4=B8=80=E6=AC=A1=E6=80=A7?= =?UTF-8?q?=E4=BA=A4=E6=B8=85-=E4=BA=A4=E8=B4=B9=E6=9C=9F=E9=97=B4?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=98=BE=E7=A4=BA=E4=B8=BA=20=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E4=BA=A4=E6=B8=85=EF=BC=9B=E6=89=93log=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E7=AD=BE=E5=90=8D=E6=97=B6=E7=BB=99=E5=8E=9F=E7=94=9F?= =?UTF-8?q?=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/Detail.vue | 4 ++-- src/views/ebiz/sale/SignatureConfirmation.vue | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/sale/Detail.vue b/src/views/ebiz/sale/Detail.vue index 6078126eb..332aeb0f9 100644 --- a/src/views/ebiz/sale/Detail.vue +++ b/src/views/ebiz/sale/Detail.vue @@ -61,7 +61,7 @@ - + @@ -74,7 +74,7 @@ - + diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 5684cfb49..2d44660b0 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -438,6 +438,8 @@ export default { if (that.changeCard) { path = 'insuranceInformation' } else { + alert('SignatureConfirmation: productCode:' + localStorage.productCode) + alert('SignatureConfirmation: appntSign:' + JSON.parse(that.appntSign)) if (localStorage.productCode == 'GFRS_M0003' || localStorage.productCode == 'GFRS_M0015') { if (that.appntSign[0].documentStatus == 0) { path = 'insuranceInformation'