将单据中仓库的新增和批量选择挪动位置

This commit is contained in:
季圣华
2023-05-18 23:31:52 +08:00
parent 4099262313
commit 084c047b6c
13 changed files with 97 additions and 129 deletions

View File

@@ -260,7 +260,7 @@ export const BillModalMixin = {
},
handleBatchSetDepot() {
this.$refs.batchSetDepotModalForm.add();
this.$refs.batchSetDepotModalForm.title = "批量设置仓库";
this.$refs.batchSetDepotModalForm.title = "批量切换仓库";
this.$refs.batchSetDepotModalForm.disableSubmit = false;
},
addDepot() {