From af7b35d516ad0f81ed52e07c40c2ea77347158b6 Mon Sep 17 00:00:00 2001 From: dwq <15731277156@163.com> Date: Thu, 30 Sep 2021 15:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=AD=E4=BB=8B=E5=85=AB=E6=A1=82D-?= =?UTF-8?q?=E9=99=84=E5=8A=A0=E4=B8=A4=E5=85=A8=E3=80=91--=E5=85=AB?= =?UTF-8?q?=E6=A1=82D=E8=AE=A1=E7=AE=97=20=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 | 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 2df4f08f5..e98298d7a 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1820,7 +1820,7 @@ export default { } }) //针对八桂D产品 计算被保人重疾B附加险保额 ==其他长险附加险的保额 - if (this.chooseProducts[0].mainRiskCode == 'GFRS_M0051' || this.chooseProducts[0].mainRiskCode == 'GFRS_M0044') { + /*if (this.chooseProducts[0].mainRiskCode == 'GFRS_M0051' || this.chooseProducts[0].mainRiskCode == 'GFRS_M0044') { if (item.productCode == 'GFRS_A0010') { let risks = JSON.parse(localStorage.chooseProducts) let longRisks = [] @@ -1845,7 +1845,7 @@ export default { d.amt = toTrial }) } - } + }*/ //通用规则1:交费方式为一次交情,无交费期限 if (trialInfo['payIntv'] == '0') { trialInfo['payEndYear'] = '1000'