mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 09:26:44 +08:00
鑫享年年+附加豁免投保人定寿B+附加豁免投保人重疾B,投保单号8186270000016187
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user