自动化立体仓库 - WMS系统
zhangc
2024-12-21 68a456ee1c04bd473d4634b2ed6942cdab3ce1d5
src/main/java/com/zy/asrs/service/impl/AgvWorkServiceImpl.java
@@ -507,6 +507,9 @@
            case 30:
                br = 3;
                break;
            case 31:
                br = 6;
                break;
            case 40:
                br = 5;
                break;
@@ -525,7 +528,9 @@
            locType = 2;
        } else if (containerType == 30) {
            locType = 3;
        } else {
        }  else if (containerType == 31) {
            locType = 6;
        }else {
            locType = agvBasDevp.getLocType1();
        }
@@ -1242,6 +1247,9 @@
            throw new CoolException(matnr + "商品维护失败");
        }
        OrderDetl orderDetl = orderDetlService.selectItem(orderNo, mat.getMatnr(), batch, csocode);
        if (orderDetl == null) {
            throw new CoolException("订单明细不存在");
        }
        AgvWrkDetl wrkDetl = new AgvWrkDetl();
        wrkDetl.sync(mat);
        if (orderDetl != null) {