From 557a3a6dae9b8e2643255d2f77bd8043c3fee84e Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Fri, 18 Sep 2020 13:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B1=81=E5=85=8D=E5=AE=9A=E5=AF=BF=E8=AF=95?= =?UTF-8?q?=E7=AE=97=E5=8F=82=E6=95=B0=E4=BF=AE=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, 3 insertions(+) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index b093379a5..a876fb1cd 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1246,6 +1246,9 @@ export default { } else { if (item.isRemit == 0) { trialInfo['amt'] = Number(factor.displayAmount) * Number(factor.moneyUnit) + if (item.productCode === 'GFRS_A0001') { + trialInfo['amt'] = factor.defaultValue + } } else { trialInfo['amt'] = Number(factor.displayAmount) * Number(factor.moneyUnit) }