mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 15:46:44 +08:00
[fix] 保费算保额,保存保额字段
This commit is contained in:
@@ -605,6 +605,10 @@ export default {
|
||||
//930折中方案,责任险分档
|
||||
riskItem['amt'] = this.trialList[index].amt
|
||||
}
|
||||
//保费算保额
|
||||
if (this.trialList[index].trialType == '1') {
|
||||
riskItem['amt'] = this.trialList[index].amt
|
||||
}
|
||||
//豁免险保额处理
|
||||
if (item.isRemit == '0') {
|
||||
this.trialInfos[index].amt = this.trialList[0].prem
|
||||
|
||||
Reference in New Issue
Block a user