Browse Source

完善车辆结清管理

master
yunuo970428 1 year ago
parent
commit
e3220d68a1
  1. 2
      anrui-riskcenter-ui/src/views/settle/settleAdd.vue
  2. 2
      anrui-riskcenter-ui/src/views/workFlow/jieqingFlow/settleEdit.vue

2
anrui-riskcenter-ui/src/views/settle/settleAdd.vue

@ -474,7 +474,7 @@ export default {
})
},
submit() {
this.formobj.loanSettleBankCostVo.bankOtherReceivable = this.calculateBankSettlePrice
this.formobj.loanSettleBankCostVo.bankSettlePrice = this.calculateBankSettlePrice
this.formobj.loanSettleCompanyCostVo.settleAll = this.calculateSettleAll
this.formobj.loanSettleCompanyReductionVo.amountTo = this.calculateAmountTo
this.formobj.loanSettleCompanyReductionVo.profit = this.calculateProfit

2
anrui-riskcenter-ui/src/views/workFlow/jieqingFlow/settleEdit.vue

@ -474,7 +474,7 @@ export default {
})
},
submit() {
this.formobj.loanSettleBankCostVo.bankOtherReceivable = this.calculateBankSettlePrice
this.formobj.loanSettleBankCostVo.bankSettlePrice = this.calculateBankSettlePrice
this.formobj.loanSettleCompanyCostVo.settleAll = this.calculateSettleAll
this.formobj.loanSettleCompanyReductionVo.amountTo = this.calculateAmountTo
this.formobj.loanSettleCompanyReductionVo.profit = this.calculateProfit

Loading…
Cancel
Save