mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 22:46:45 +08:00
豁免定寿试算参数修改
This commit is contained in:
@@ -1246,6 +1246,9 @@ export default {
|
||||
} else {
|
||||
if (item.isRemit == 0) {
|
||||
trialInfo['amt'] = Number(factor.displayAmount) * Number(factor.moneyUnit)
|
||||
if (item.productCode === 'GFRS_A0001') {
|
||||
trialInfo['amt'] = factor.defaultValue
|
||||
}
|
||||
} else {
|
||||
trialInfo['amt'] = Number(factor.displayAmount) * Number(factor.moneyUnit)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user