From dfcc32f05809c1d2fb9d25d4f9ce006ec77154d9 Mon Sep 17 00:00:00 2001 From: qiqilovehcy <19813039542@qq.com> Date: Wed, 8 Jan 2020 14:01:29 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=99=84=E5=8A=A0=E8=B1=81=E5=85=8D?= =?UTF-8?q?=E9=99=A9-=E4=BF=9D=E9=99=A9=E6=9C=9F=E9=97=B4=E3=80=81?= =?UTF-8?q?=E7=BC=B4=E8=B4=B9=E6=9C=9F=E9=97=B4=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E4=B8=8E=E4=B8=BB=E9=99=A9=E7=9A=84=E7=BC=B4=E8=B4=B9=E6=9C=9F?= =?UTF-8?q?=E9=97=B4=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index f2681077f..0b045fbc8 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -559,13 +559,13 @@ export default { if (item.code == 'payEndYear') { item.hasFlag = '1' item.payEndYearFlag = 'Y' - item.payEndYear = Number(mainRiskInfo.payEndYear.payEndYear) - 1 + item.payEndYear = Number(mainRiskInfo.payEndYear.payEndYear) item.showContent = item.payEndYear + '年交' } if (item.code == 'insuYear') { item.hasFlag = '1' item.insuYearFlag = 'Y' - item.insuYear = Number(mainRiskInfo.payEndYear.payEndYear) - 1 + item.insuYear = Number(mainRiskInfo.payEndYear.payEndYear) item.showContent = item.insuYear + '年' } if (item.code == 'amt') { From 8c0b0317c558ad1bd23e78e3c33112af7887ce70 Mon Sep 17 00:00:00 2001 From: qiqilovehcy <19813039542@qq.com> Date: Wed, 8 Jan 2020 17:26:28 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 0b045fbc8..727b828a0 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -547,6 +547,7 @@ export default { } //2、豁免险跟主险联动,值减一 + //2、豁免险跟主险联动,豁免险缴费期间和保险期间同主险的缴费期间 let remitIndex = this.getRemitIndex() if (!remitIndex) return From bc02b52801fee2aeb5aa28bb4cc3d5321be8f504 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Thu, 9 Jan 2020 11:21:23 +0800 Subject: [PATCH 3/3] =?UTF-8?q?[fix]=E5=9B=9E=E6=89=A7=E7=AD=BE=E6=94=B6pd?= =?UTF-8?q?f=E5=B1=95=E7=A4=BA=E9=A1=B5-=E5=B9=B2=E6=8E=89=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E4=BA=A7=E5=93=81=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureOfElectronic.vue | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index 65e2c9f75..a014e647d 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -24,13 +24,13 @@ {{ `提示:阅读时长需在${this.Time ? this.time : this.number}秒以上` }} - + + 本人确认已阅读 {{`${pdfName}`}} @@ -150,9 +150,9 @@ export default { // 判断回执里面签名是否可以点击 isSure: true, // 判断时间展示不同pdf勾选不同话术 - dayShow: false, - // 产品编码 - chooseProductCodes: '', + // dayShow: false, + // // 产品编码 + // chooseProductCodes: '', // pdf名字 pdfName: '' } @@ -733,16 +733,16 @@ export default { async created() { let that = this // 获取当前时间的时间戳 - var day2 = new Date() - var day = day2.setTime(day2.getTime()) - console.log(day) - console.log(new Date('2020-01-01 23:59:59').getTime()) - if (day > new Date('2020-01-01 23:59:59').getTime()) { - this.dayShow = true - } + // var day2 = new Date() + // var day = day2.setTime(day2.getTime()) + // console.log(day) + // console.log(new Date('2020-01-01 23:59:59').getTime()) + // if (day > new Date('2020-01-01 23:59:59').getTime()) { + // this.dayShow = true + // } // 获取产品编码 - this.chooseProductCodes = JSON.parse(localStorage.chooseProductCodes) + // this.chooseProductCodes = JSON.parse(localStorage.chooseProductCodes) that.detailJump = window.localStorage.getItem('detailJump') if (this.detailJump == '1') { this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${localStorage.getItem('insurance-policyUrl')}`)