From 8c6fac20bc60f0a7eb8a3a93a86c1017a4d5b8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Sat, 21 Dec 2019 15:53:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90IMP=E3=80=91=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=BF=9D=E8=B4=B9=E8=AF=95=E7=AE=97amt=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index e47d1adb3..6a06a7d69 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -27,12 +27,10 @@ @@ -60,8 +58,6 @@
{ - currentEle.defaultValue = currentEle.rules[productIndex].defaultValue + // debugger + this.defalutAmt = currentEle.rules[productIndex].displayAmount // this.nextStepFlag = true }) } else { this.mainRiskInfluenceAddRisk() - currentEle['amt'] = Number(currentEle.defaultValue) * Number(currentEle.moneyUnit) + currentEle['amt'] = Number(this.defalutAmt) * Number(currentEle.moneyUnit) this.getTrial() } }, From f1959dd94634dc150666f829eac6ace02c982098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Sat, 21 Dec 2019 17:08:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90IMP=E3=80=91=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BF=9D=E8=B4=B9=E9=97=AE=E9=A2=98?= 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 6a06a7d69..8335f0046 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -27,6 +27,8 @@