给财务单据增加结算的快捷录入

This commit is contained in:
季圣华
2021-10-25 00:06:23 +08:00
parent d6957647f1
commit fbe40d8d5f
6 changed files with 68 additions and 3 deletions

View File

@@ -157,12 +157,20 @@ export const FinancialModalMixin = {
this.$refs.customerModalForm.title = "新增客户(提醒:如果找不到新添加的客户,请到用户管理检查是否分配了该客户权限)";
this.$refs.customerModalForm.disableSubmit = false;
},
addAccount() {
this.$refs.accountModalForm.add();
this.$refs.accountModalForm.title = "新增结算账户";
this.$refs.accountModalForm.disableSubmit = false;
},
vendorModalFormOk() {
this.initSupplier()
},
customerModalFormOk() {
this.initCustomer()
},
accountModalFormOk() {
this.initAccount()
},
//单元值改变一个字符就触发一次
onValueChange(event) {
let that = this