[fix] 保费算保额,保存保额字段

This commit is contained in:
王方波
2019-09-26 17:11:12 +08:00
parent d926b1313d
commit 1efed9028d

View File

@@ -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