自动化立体仓库 - WMS系统
#
lsh
2024-07-12 97418c1b29816a47dcd587ad5d4b831098bb6d99
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -1190,8 +1190,10 @@
        for (LocDetl locDetl : locDetls){
            StockOutParam stockOutParam = new StockOutParam(param,locDetl);
            workService.startupFullTakeStore(stockOutParam, userId);
            return;
        }
    }
    public void smallContainersJar(SmallCompleteParam param) {
        Long userId = 7777L;//mes
        //判断param参数
@@ -1360,5 +1362,18 @@
    }
    public Integer getStaEnd(Integer staNo){
        switch (staNo){
            case 118:
            case 119:
                return 131;
            case 120:
            case 121:
                return 135;
            default:
                return staNo;
        }
    }
    /*...........................亳州煜星..............以上.............亳州煜星...........................*/
}