From dc8f0f8615e267c65cb7ddaff567c60a2b410cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Tue, 10 Dec 2019 10:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E8=B4=B9=E8=AF=95=E7=AE=97insuYearFla?= =?UTF-8?q?g=E5=80=BC=E9=97=AE=E9=A2=98=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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 31cd8b53d..b91b0ee68 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -646,7 +646,8 @@ export default { if (trialInfo['payIntv'] == '0') { trialInfo['payEndYear'] = '1000' trialInfo['payEndYearFlag'] = 'Y' - if (item.mainRiskCode != 'GFRS_M0006') { + + if (item.mainRiskCode != 'GFRS_M0006' && item.mainRiskCode != 'GFRS_M0003') { trialInfo['insuYearFlag'] = 'Y' } }