自动化立体仓库 - WMS系统
#
LSH
2022-08-16 bbb442240f6491f0f9bb3a690b61885378e4b336
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -201,7 +201,8 @@
        for (OutLocDto dto : dtos) {
            // 判断入出库类型:101.全板出库 or 103.拣料出库
            if (ioWorkType == null) {
                ioType = dto.isAll() ? 101 : 103;
//                ioType = dto.isAll() ? 101 : 103;
                ioType = 101;
            } else if (ioWorkType.equals(IoWorkType.CHECK_OUT)) {
                ioType = 107;
            }