From ce4df34cfe56a0b92059bcddaa5c62ca269ec67a Mon Sep 17 00:00:00 2001 From: liyuetong Date: Tue, 19 Oct 2021 17:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=90=88=E5=9B=BD=E5=AF=8C=E4=BA=BA?= =?UTF-8?q?=E5=AF=BF=E5=AF=8C=E6=A1=82=E9=87=91=E7=94=9F=E5=85=BB=E8=80=81?= =?UTF-8?q?=E5=B9=B4=E9=87=91=E4=BF=9D=E9=99=A9=E5=92=8C=E4=B8=A4=E5=85=A8?= =?UTF-8?q?=EF=BC=8C=E5=B9=B4=E9=BE=84=E5=92=8C=E4=BA=A4=E8=B4=B9=E6=9C=9F?= =?UTF-8?q?=E9=97=B4=E7=9A=84=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 1b00e80db..b6b0ca9a4 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1736,6 +1736,7 @@ export default { } } + //国富人寿富桂金生养老年金保险 let age = this.saleInsuredPersonInfo.age let sex = this.saleInsuredPersonInfo.sex //0男 1女 let trialFlag = true @@ -1821,7 +1822,6 @@ export default { } } }) - if (!trialFlag) { return } @@ -2175,6 +2175,17 @@ export default { } } } + //国富人寿富桂金生养老年金保险 + } else if (productCode == 'GFRS_M0053') { + if (Number(defalutValue) < Number(min)) { + this.$toast(`交费期间为${riskFactor.yearWay}年交时,最低保费为${Number(min) * Number(riskFactor.moneyUnit)}元`) + this.nextStepFlag = true + }else{ + this.nextStepFlag = false + this.mainRiskInfluenceAddRisk() + currentEle['amt'] = Number(defalutValue) * Number(riskFactor.moneyUnit) + this.getTrial() + } } else if (this.isTrial === '0' && this.chooseProducts[productIndex].isMainRisk == '0') { if (Number(defalutValue) < Number(min)) { this.$toast(`交费期间为${riskFactor.yearWay}年交时,最低保费为${Number(min) * Number(riskFactor.moneyUnit)}元`) @@ -2226,7 +2237,7 @@ export default { // let currentEle = this.chooseProducts[this.productIndex].calFactorLst[this.calFactorIndex] // defalutValue = value console.log('进来几次') - this.mult = Math.ceil(Number(defalutValue) / Number(riskFactor.defaultValue)) + this.mult = Math.ceil(Number(defalutValue) / Number(riskFactor.defaultValue)) }, //下一步 async nextStep() {