自动化立体仓库 - WMS系统
skyouc
2026-01-05 f01635b8145c99ca236f1f95af107a91cc2dd71d
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -817,7 +817,7 @@
        if (Cools.isEmpty(wrkMast)) {
            throw new CoolException(workNo + "工作档不存在");
        }
        if (wrkMast.getWrkSts() == 4 || wrkMast.getWrkSts() == 14) {
        if (wrkMast.getWrkSts() == 4 || wrkMast.getWrkSts() == 14 || wrkMast.getWrkSts() == 5 || wrkMast.getWrkSts() == 15) {
            throw new CoolException("当前工作档已完成");
        }
        // 入库 + 库位转移