mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 17:12:53 +08:00
豁免险保费计算入库不正确修改
This commit is contained in:
@@ -1101,10 +1101,12 @@ export default {
|
||||
}
|
||||
if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0001') {
|
||||
try {
|
||||
item.amt = mainRiskInfo.inputPrem.displayAmount * mainRiskInfo.inputPrem.moneyUnit
|
||||
item.defaultValue = mainRiskInfo.inputPrem.displayAmount * mainRiskInfo.inputPrem.moneyUnit
|
||||
} catch (e) {
|
||||
let trialList = JSON.parse(localStorage.trialList)
|
||||
item.defaultValue = trialList[0].standPrem
|
||||
item.amt = trialList[0].standPrem
|
||||
}
|
||||
item.defaultDutyAmt = (Number(item.amt) / item.moneyUnit).toFixed(6)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user