From 4c3ea4848133f04c6e4ab3c76bfe4660cbc6889d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Tue, 17 Dec 2019 09:22:57 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E3=80=90New=E3=80=91=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=20=E4=B8=8B=E8=BD=BD=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/appDownload.html | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 public/appDownload.html diff --git a/public/appDownload.html b/public/appDownload.html new file mode 100644 index 000000000..684c8d0e9 --- /dev/null +++ b/public/appDownload.html @@ -0,0 +1,44 @@ + + + + + + + + 金掌桂-应用下载 + + + + + + + + + \ No newline at end of file From 21623f3eab370232c87799f906d8b034e48538d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Tue, 17 Dec 2019 11:10:34 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E3=80=90IMP=E3=80=91=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=B9=A6=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/Exhibition.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/proposal/Exhibition.vue b/src/views/ebiz/proposal/Exhibition.vue index eaf7788a6..11c60c2ab 100644 --- a/src/views/ebiz/proposal/Exhibition.vue +++ b/src/views/ebiz/proposal/Exhibition.vue @@ -293,7 +293,7 @@ export default { } else { //在app端 params.proposalInfoDTO.proposalNo = localStorage.orderNo - this.mainRiskCodes = JSON.parse(localStorage.mainRiskCodes) + this.mainRiskCodes = localStorage.mainRiskCodes getDemo(params).then(res => { this.formatLocal(res) }) From 206aaeba6e74b8121ffdad8794ef12a56008309b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Thu, 19 Dec 2019 11:12:20 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E3=80=90IMP=E3=80=91=E6=8F=90=E4=BA=A4pdf?= =?UTF-8?q?=E5=90=8D=E5=AD=97=E5=8F=98=E6=9B=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureOfElectronic.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index 0aeb14230..0299e6495 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -27,13 +27,13 @@ 本人确认已阅读 - 《国富人寿人身保险投保单》并指定本保险合同生效日为2020年1月1日 + {{`${pdfName}并指定本保险合同生效日为2020年1月1日`}} 本人确认已阅读 - 《国富人寿人身保险投保单》 + {{`${pdfName}`}}
@@ -152,7 +152,9 @@ export default { // 判断时间展示不同pdf勾选不同话术 dayShow: false, // 产品编码 - chooseProductCodes: '' + chooseProductCodes: '', + // pdf名字 + pdfName: '' } }, components: { @@ -190,6 +192,7 @@ export default { res.orderDTO.ebizSignDTOS.map(item => { if (item.documentCode == '2') { this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${item.policyUrl}`) + this.pdfName = item.documentName if (item.signType == '0') { that.appntSign = item // this.policyUrl = item.policyUrl