From 1738134b4a56abafb5db3411460dbe1ffba8ab34 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Mon, 21 Dec 2020 14:09:24 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=B0=91=E9=91=AB=E3=80=81=E7=91=9E?= =?UTF-8?q?=E5=88=A9=E5=B9=B4=E9=87=91=E3=80=81=E9=91=AB=E4=BA=AB=E5=B9=B4?= =?UTF-8?q?=E9=87=91=E3=80=81=E7=A8=B3=E8=B5=A2=E4=B8=A4=E5=85=A8+?= =?UTF-8?q?=E9=99=84=E5=8A=A0=E5=AE=9A=E5=AF=BFB=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E5=A4=84=E7=90=86"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 46fd38ef5d79c8669b5da89e6ed8978e0576c035. --- src/views/ebiz/common/CalculatePremium.vue | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 0843abea0..8df272d4b 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1132,21 +1132,6 @@ export default { remitProduct.payIntv = 1 } } - - let mainPrd = this.chooseProducts[0] - let prdCodes = ['GFRS_M0002', 'GFRS_M0004', 'GFRS_M0011', 'GFRS_M0033'] - const exist = prdCodes.find(code => { - return code === mainPrd.productCode - }) - if (exist) { - const addPrd = this.chooseProducts.find(item => { - return item.productCode === 'GFRS_A0007' - }) - if (addPrd) { - const mainPrdTrial = this.trialList[0] - addPrd.calFactorLst[3].defaultValue = mainPrdTrial.standPrem - } - } }, getRemitIndex() { let remitIndex = [] @@ -1236,7 +1221,7 @@ export default { message: '正在试算...', forbidClick: true }) - // this.setRemitRisk() + this.setRemitRisk() let params = this.getParams() // 开门红产品试算增加标识 if (this.activeType == 'KMH' && this.isFrom != 'proposal') { @@ -1489,6 +1474,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)) }, //下一步