自动化立体仓库 - WMS系统
#
1
2 天以前 e0bb1d56001d44d7b46c4698b4d1e9ea425de07c
src/main/java/com/zy/asrs/controller/OpenController.java
@@ -250,9 +250,9 @@
        if (Cools.isEmpty(param.getItem())) {
            return R.error("UPC[item]不能为空");
        }
//        if (Cools.isEmpty(param.getSupplier())) {
//            return R.error("货源[supplier]不能为空");
//        }
        if (Cools.isEmpty(param.getSupplier())) {
            return R.error("货源[supplier]不能为空");
        }
        if (Cools.isEmpty(param.getStaNo())) {
            return R.error("分拣点位[staNo]不能为空");
        }