mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 20:12:53 +08:00
[FIX]保费试算
This commit is contained in:
@@ -395,7 +395,7 @@ export default {
|
|||||||
}
|
}
|
||||||
if (item.productCode == 'GFRS_A0003') {
|
if (item.productCode == 'GFRS_A0003') {
|
||||||
//该附加险的责任保额=主险的保费
|
//该附加险的责任保额=主险的保费
|
||||||
item.calFactorLst.map(v => {
|
item.calFactorLst.forEach(v => {
|
||||||
if ((v.code = 'dutyGroup' && v.rules.length > 0)) {
|
if ((v.code = 'dutyGroup' && v.rules.length > 0)) {
|
||||||
v.rules.map(y => {
|
v.rules.map(y => {
|
||||||
if (y.defaultDutyAmt === null) {
|
if (y.defaultDutyAmt === null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user