【v2.4.3】修复初始化仓库、库位问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user