From 4c84416200a6b65e994040c59eab7d383bdcfc32 Mon Sep 17 00:00:00 2001 From: dwq <15731277156@163.com> Date: Fri, 25 Jun 2021 09:39:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=B1=81=E5=85=8D=E9=99=A9=E9=87=8D?= =?UTF-8?q?=E5=A4=A7=E7=96=BE=E7=97=85=E9=99=A9=E9=9C=80=E6=B1=82=E3=80=91?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=E8=A2=AB=E4=BF=9D=E9=99=A9=E4=BA=BA?= =?UTF-8?q?=E4=BA=A7=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/AddRiskList.vue | 4 ++-- src/views/ebiz/common/CalculatePremium.vue | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/views/ebiz/common/AddRiskList.vue b/src/views/ebiz/common/AddRiskList.vue index 595265cb7..f3fe0b8c6 100644 --- a/src/views/ebiz/common/AddRiskList.vue +++ b/src/views/ebiz/common/AddRiskList.vue @@ -76,7 +76,7 @@ export default { if ( currentMainRiskInfo.mainRiskPayEndYearFlag == 'Y' && currentMainRiskInfo.mainRiskPayEndYear == '1000' && - (item.productCode == 'GFRS_A0007' || item.productCode == 'GFRS_A0009') + (item.productCode == 'GFRS_A0007' || item.productCode == 'GFRS_A0009'|| item.productCode == 'GFRS_A0010') ) { item.isHidden = 1 } @@ -329,7 +329,7 @@ export default { //国富人寿附加豁免保险费重大疾病保险(B款) GFRS_A0009 //国富人寿鑫享年年终身寿险--只针对这款产品 if (this.mainRiskCode == 'GFRS_M0036') { - if (this.branchTypeVal == 'Z' && (productCode == 'GFRS_A0007' || productCode == 'GFRS_A0009')) { + if (this.branchTypeVal == 'Z' && (productCode == 'GFRS_A0007' || productCode == 'GFRS_A0009'|| productCode == 'GFRS_A0010')) { if (relationToAppnt == 1) { this.$toast('投被同人不能选取此款险种!') return true diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 4e4b9f277..f4a6a2443 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -484,7 +484,8 @@ export default { } } let payEndYearVal - //初始化时交费期间为一次性交清时,在就是中介渠道, 附加险GFRS_A0007,GFRS_A0009去掉后,附加险list就为空--隐藏’附‘icon + //初始化时交费期间为一次性交清时,在就是中介渠道, 附加险GFRS_A0007, + // 去掉后,附加险list就为空--隐藏’附‘icon item.calFactorLst.map(i => { if (i.code == 'payEndYear') { if (i.payEndYear == '1000' && i.payEndYearFlag == 'Y') { @@ -750,7 +751,7 @@ export default { if (this.chooseProducts[productIndex].productCode === 'GFRS_A0004') return // 008险种其他验证方式 if (this.chooseProducts[productIndex].productCode === 'GFRS_A0008') return - if (this.chooseProducts[productIndex].productCode === 'GFRS_A0003' || this.chooseProducts[productIndex].productCode === 'GFRS_A0009') { + if (this.chooseProducts[productIndex].productCode === 'GFRS_A0003' || this.chooseProducts[productIndex].productCode === 'GFRS_A0009'|| this.chooseProducts[productIndex].productCode === 'GFRS_A0010') { this.getTrial() return } @@ -894,7 +895,7 @@ export default { isClearAddtionRiskListFunc() { let chooseProductsNew = [] this.chooseProducts.forEach(item01 => { - if (item01.productCode != 'GFRS_A0007' && item01.productCode != 'GFRS_A0009') { + if (item01.productCode != 'GFRS_A0007' && item01.productCode != 'GFRS_A0009'&& item01.productCode != 'GFRS_A0010') { chooseProductsNew.push(item01) } }) @@ -1094,7 +1095,7 @@ export default { if (addtionRiskLst) { let list = []; addtionRiskLst.forEach((item, index) => { - if (item.productCode != 'GFRS_A0007' && item.productCode != 'GFRS_A0009') { + if (item.productCode != 'GFRS_A0007' && item.productCode != 'GFRS_A0009'&& item.productCode != 'GFRS_A0010') { list.push(item) } }) @@ -1266,7 +1267,7 @@ export default { item.moneyUnit = 1 item.suffix = '元' } - if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0003' || this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0009') { + if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0003' || this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0009'|| this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0010') { //此附加险的缴费期间=主险缴费期间;保险期间=主险保险期间 if (item.code == 'insuYear') { item.hasFlag = '1' @@ -1936,7 +1937,7 @@ export default { this.trialInfos[index].amt = this.trialList[0].standPrem } - if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009') { + if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009'|| item.productCode == 'GFRS_A0010') { this.trialInfos[index].amt = this.trialList[index].amt }