鑫享年年+附加豁免投保人定寿B+附加豁免投保人重疾B,投保单号8186270000016187

This commit is contained in:
liyuetong
2021-10-13 17:41:14 +08:00
parent 16014a62a6
commit 2840e3be21

View File

@@ -1456,7 +1456,7 @@ export default {
remitProduct.payIntv = 1 remitProduct.payIntv = 1
} }
} }
if(this.chooseProducts[0].productCode == 'GFRS_M0035' || this.chooseProducts[0].productCode == 'GFRS_M0044' || this.chooseProducts[0].productCode == 'GFRS_M0040'){
if (this.trialList.length) { if (this.trialList.length) {
let showPrem //计算后的保费 let showPrem //计算后的保费
//(被保险人)国富人寿附加豁免保险费重大疾病保险(B款GFRS_A0010 //(被保险人)国富人寿附加豁免保险费重大疾病保险(B款GFRS_A0010
@@ -1503,10 +1503,8 @@ export default {
if (item2.code == 'dutyGroup') { if (item2.code == 'dutyGroup') {
item2.rules.map((item3) => { item2.rules.map((item3) => {
item3.defaultDutyAmt = (showPrem / 10000).toFixed(6) item3.defaultDutyAmt = (showPrem / 10000).toFixed(6)
if(this.chooseProducts[0].productCode == 'GFRS_M0035' || this.chooseProducts[0].productCode == 'GFRS_M0044' || this.chooseProducts[0].productCode == 'GFRS_M0040'){
item3.defaultValue = '0' item3.defaultValue = '0'
item3.necess = true item3.necess = true
}
}) })
} }
}) })
@@ -1514,6 +1512,7 @@ export default {
} }
}) })
} }
}
}, },
//获取当前产品编码下的索引值 //获取当前产品编码下的索引值
getProductCodeIndex(productCode) { getProductCodeIndex(productCode) {