mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 06:56:44 +08:00
豁免险保额计算保费不正确问题修改
This commit is contained in:
@@ -1099,6 +1099,15 @@ export default {
|
||||
})
|
||||
}
|
||||
}
|
||||
if (this.chooseProducts[itemRemitIndex].productCode == 'GFRS_A0001') {
|
||||
try {
|
||||
item.defaultValue = mainRiskInfo.inputPrem.displayAmount * mainRiskInfo.inputPrem.moneyUnit
|
||||
} catch (e) {
|
||||
let trialList = JSON.parse(localStorage.trialList)
|
||||
item.defaultValue = trialList[0].standPrem
|
||||
}
|
||||
item.defaultDutyAmt = (Number(item.amt) / item.moneyUnit).toFixed(6)
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
@@ -1188,8 +1197,8 @@ export default {
|
||||
this.$toast.clear()
|
||||
this.$toast.loading({
|
||||
message: '正在试算...',
|
||||
forbidClick: true,
|
||||
});
|
||||
forbidClick: true
|
||||
})
|
||||
this.setRemitRisk()
|
||||
let params = this.getParams()
|
||||
let resultData = await trial(params)
|
||||
@@ -1506,8 +1515,8 @@ export default {
|
||||
prem: this.trialList[index] && this.trialList[index].prem,
|
||||
standPrem: this.trialList[index] && this.trialList[index].standPrem,
|
||||
predictTransferPrem: item.predictTransferPrem,
|
||||
thirdInsuraceNo: this.policyNo,
|
||||
// mult: this.mult
|
||||
thirdInsuraceNo: this.policyNo
|
||||
// mult: this.mult
|
||||
}
|
||||
if (item.hasPredictTransferPrem && item.hasPredictTransferPrem === '0') {
|
||||
//增加万能险 预计转入保费校验
|
||||
|
||||
Reference in New Issue
Block a user