From 2229a1f81fc6e1c4f26c90bb1327bffaa3544e88 Mon Sep 17 00:00:00 2001 From: "yang.huaxiang" Date: Mon, 21 Dec 2020 13:39:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E4=BA=A7=E5=93=81=E5=BC=80=E5=8F=91:?= =?UTF-8?q?=20=E5=9B=BD=E5=AF=8C=E4=BA=BA=E5=AF=BF=E9=99=84=E5=8A=A0?= =?UTF-8?q?=E8=B1=81=E5=85=8D=E9=87=8D=E5=A4=A7=E7=96=BE=E7=97=85=E4=BF=9D?= =?UTF-8?q?=E9=99=A9=EF=BC=88B=E6=AC=BE=EF=BC=89=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E8=B0=83=E6=95=B4=20--=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A?= =?UTF-8?q?=E9=98=B3=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 8df272d4b..8eb61d3ba 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -660,7 +660,7 @@ export default { if (this.chooseProducts[productIndex].productCode === 'GFRS_M0016') return // 004险种其他验证方式 if (this.chooseProducts[productIndex].productCode === 'GFRS_A0004') return - if (this.chooseProducts[productIndex].productCode === 'GFRS_A0003') { + if (this.chooseProducts[productIndex].productCode === 'GFRS_A0003' || this.chooseProducts[productIndex].productCode === 'GFRS_A0009') { this.getTrial() return } @@ -1079,7 +1079,7 @@ export default { item.moneyUnit = 1 item.suffix = '元' } - if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0003') { + if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0003' || this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0009') { //此附加险的缴费期间=主险缴费期间;保险期间=主险保险期间 if (item.code == 'insuYear') { item.hasFlag = '1' @@ -1588,7 +1588,7 @@ export default { this.trialInfos[index].amt = this.trialList[0].standPrem } - if (item.productCode == 'GFRS_A0003') { + if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009') { this.trialInfos[index].amt = this.trialList[index].amt }