feat-调整A0016附加险的试算规则

This commit is contained in:
zhang.weiwei
2025-03-13 11:36:47 +08:00
parent 8d3f3042a2
commit 5a42f90f94

View File

@@ -1842,7 +1842,7 @@ export default {
if (item.code == 'insuYear') {
item.hasFlag = '1'
item.insuYearFlag = 'Y'
item.insuYear = Number(mainRiskInfo.payEndYear.payEndYear) -1
item.insuYear = Number(mainRiskInfo.payEndYear.payEndYear) - 1
item.showContent = item.insuYear + '年'
}
if (item.code == 'amt') {
@@ -1858,7 +1858,8 @@ export default {
this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0010' ||
this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0013' ||
this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0014' ||
this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0015'
this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0015' ||
this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0016'
) {
//此附加险的缴费期间=主险缴费期间;保险期间=主险保险期间
if (item.code == 'insuYear') {