【v2.4.3】修复初始化仓库、库位问题

This commit is contained in:
tao
2025-11-17 10:05:58 +08:00
parent 77c123408d
commit 353a095ccc
3 changed files with 10 additions and 6 deletions

View File

@@ -385,7 +385,7 @@
let warehouseObj = _this.$store.getters.warehouseOptions.find(item => item.warehouseCode == whCode);
if (!warehouseObj) {
_this.checkStorageLocationBarcode = false;
_this.$modal.msg("货架不存在!");
_this.$modal.msg("仓库不存在!");
return;
}
if (areaCode) {