diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 1ca58368b..57c9257d1 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -664,10 +664,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) {