给单据增加仓库快捷输入功能
This commit is contained in:
@@ -225,6 +225,11 @@ export const BillModalMixin = {
|
||||
this.$refs.memberModalForm.title = "新增会员";
|
||||
this.$refs.memberModalForm.disableSubmit = false;
|
||||
},
|
||||
addDepot() {
|
||||
this.$refs.depotModalForm.add();
|
||||
this.$refs.depotModalForm.title = "新增仓库";
|
||||
this.$refs.depotModalForm.disableSubmit = false;
|
||||
},
|
||||
vendorModalFormOk() {
|
||||
this.initSupplier()
|
||||
},
|
||||
@@ -234,6 +239,9 @@ export const BillModalMixin = {
|
||||
memberModalFormOk() {
|
||||
this.initRetail()
|
||||
},
|
||||
depotModalFormOk() {
|
||||
this.initDepot()
|
||||
},
|
||||
onAdded(event) {
|
||||
const { row, target } = event
|
||||
getAction('/depot/findDepotByCurrentUser').then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user