给单据增加账户的快捷录入功能
This commit is contained in:
@@ -89,10 +89,10 @@
|
||||
}
|
||||
},
|
||||
created () {
|
||||
this.initAccount()
|
||||
},
|
||||
methods: {
|
||||
edit (idStr, moneyStr) {
|
||||
this.initAccount()
|
||||
this.form.resetFields();
|
||||
this.model = Object.assign({}, {});
|
||||
let idList = [], moneyList = []
|
||||
|
||||
Reference in New Issue
Block a user