给单据增加账户的快捷录入功能

This commit is contained in:
季圣华
2021-10-24 23:54:13 +08:00
parent 595bb87076
commit d6957647f1
8 changed files with 63 additions and 1 deletions

View File

@@ -89,10 +89,10 @@
}
},
created () {
this.initAccount()
},
methods: {
edit (idStr, moneyStr) {
this.initAccount()
this.form.resetFields();
this.model = Object.assign({}, {});
let idList = [], moneyList = []