From 1efed9028d1b6e33fe93dfee8264e2f0b15cb80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=96=B9=E6=B3=A2?= Date: Thu, 26 Sep 2019 17:11:12 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=9D=E8=B4=B9=E7=AE=97=E4=BF=9D?= =?UTF-8?q?=E9=A2=9D=EF=BC=8C=E4=BF=9D=E5=AD=98=E4=BF=9D=E9=A2=9D=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= 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 45b14d32c..397fb758b 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -605,6 +605,10 @@ export default { //930折中方案,责任险分档 riskItem['amt'] = this.trialList[index].amt } + //保费算保额 + if (this.trialList[index].trialType == '1') { + riskItem['amt'] = this.trialList[index].amt + } //豁免险保额处理 if (item.isRemit == '0') { this.trialInfos[index].amt = this.trialList[0].prem