From 9096d893ff64f7c7e37b3d1602acda526960689e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Wed, 18 Dec 2019 10:05:37 +0800 Subject: [PATCH] =?UTF-8?q?[IMP]=E4=BF=9D=E8=B4=B9=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index c6323e924..869950871 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -661,10 +661,13 @@ export default { } }) //通用规则1:交费方式为一次交情,无交费期限 - if (trialInfo['payIntv'] == '0') { + if (trialInfo['payIntv'] == '0') { trialInfo['payEndYear'] = '1000' trialInfo['payEndYearFlag'] = 'Y' - trialInfo['insuYearFlag'] = 'Y' + // 福宝宝和万能险传A + if (item.mainRiskCode != 'GFRS_M0006' && item.mainRiskCode != 'GFRS_M0003') { + trialInfo['insuYearFlag'] = 'Y' + } } //责任险参数构建 // if (trialInfo.duty) {