Commit 8767949c authored by 我在何方's avatar 我在何方

收款单详请银行明细账户回显

parent b07c4839
......@@ -1170,6 +1170,8 @@ export default {
this.isView = false
setTimeout(() => {
this.addForm = { ...row }
var bank = this.bankData.find(v=>v.baAccountNum==this.addForm.accountNo)
if(bank) this.addForm.accountId = bank.id
this.setWriteOffAmount()
}, 0)
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment