新产品开发: 国富人寿附加豁免重大疾病保险(B款)产品调整 --提交人:阳华祥

This commit is contained in:
yang.huaxiang
2020-12-21 13:39:48 +08:00
parent 80bbdb7097
commit 2229a1f81f

View File

@@ -660,7 +660,7 @@ export default {
if (this.chooseProducts[productIndex].productCode === 'GFRS_M0016') return
// 004险种其他验证方式
if (this.chooseProducts[productIndex].productCode === 'GFRS_A0004') return
if (this.chooseProducts[productIndex].productCode === 'GFRS_A0003') {
if (this.chooseProducts[productIndex].productCode === 'GFRS_A0003' || this.chooseProducts[productIndex].productCode === 'GFRS_A0009') {
this.getTrial()
return
}
@@ -1079,7 +1079,7 @@ export default {
item.moneyUnit = 1
item.suffix = '元'
}
if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0003') {
if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0003' || this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0009') {
//此附加险的缴费期间=主险缴费期间;保险期间=主险保险期间
if (item.code == 'insuYear') {
item.hasFlag = '1'
@@ -1588,7 +1588,7 @@ export default {
this.trialInfos[index].amt = this.trialList[0].standPrem
}
if (item.productCode == 'GFRS_A0003') {
if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009') {
this.trialInfos[index].amt = this.trialList[index].amt
}