自动化立体仓库 - WMS系统
*
lsh
昨天 3c992dd950b539f03cdf64898f8bfba65c2313b8
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -319,7 +319,7 @@
                    DateUtils.convert(now),    // 单据日期
                    docType.getDocId(),    // 单据类型
                    null,    // 项目编号
                    null,    //
                    param.getGroupGoodsNo(),    //组货单号
                    null,    // 调拨项目编号
                    null,    // 初始票据号
                    null,    // 票据号
@@ -341,7 +341,7 @@
                    null,    // 发货时间
                    null,    // 物流名称
                    null,    // 物流单号
                    1L,    // 订单状态
                    9L,    // 订单状态
                    1,    // 状态
                    userId,    // 添加人员
                    now,    // 添加时间
@@ -360,7 +360,8 @@
                i++;
                Mat mat = matService.selectByMatnr(locDetl.getMatnr());
                if (Cools.isEmpty(mat)) {
                    throw new CoolException(locDetl.getMatnr() + "物料编码检索失败,请先添加商品");
//                    throw new CoolException(locDetl.getMatnr() + "物料编码检索失败,请先添加商品");
                    mat = new Mat();
                }
                OrderDetlPakout orderDetl = new OrderDetlPakout();
                orderDetl.sync(mat);