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 }