mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 02:56:43 +08:00
feat-调整A0016附加险的试算规则
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user