Browse Source

完善平仓付款管理-- 新增、编辑页面收款单位改为获取。银行账号下拉选择

master
yunuo970428 1 month ago
parent
commit
f1fa3b223c
  1. 2
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue

2
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue

@ -409,7 +409,7 @@ export default {
}
},
receiveCompanyChange(value) {
const choose = this.receiveCompany_list.filter((item) => item.receiveCompany === value)
const choose = this.receiveCompany_list.filter((item) => item.receivingAccount === value)
if (choose !== null && choose.length > 0) {
this.formobj.receiveCompanySid = choose[0].sid
this.formobj.receiveCompany = choose[0].receiveCompany

Loading…
Cancel
Save