From fbf6c7ea26c8928837e3662c554302aa1e5df981 Mon Sep 17 00:00:00 2001 From: "yang.huaxiang" Date: Sat, 20 Feb 2021 17:08:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=AF=8C=E9=91=AB=E4=BA=AB=E5=B9=B4?= =?UTF-8?q?=E5=B9=B4=E4=BF=9D=E9=99=A9=E4=BA=A7=E5=93=81=E9=9C=80=E6=B1=82?= =?UTF-8?q?:=20=E4=B8=80=E6=AC=A1=E4=BA=A4=E6=B8=85=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=A4=84=E7=90=86=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 68a858b74..05c490c9b 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1392,6 +1392,10 @@ export default { ) { trialInfo['insuYearFlag'] = 'Y' } + // + if (item.mainRiskCode == 'GFRS_M0036' ){ + trialInfo['insuYearFlag'] = 'A' + } } //责任险参数构建 // if (trialInfo.duty) {