自动化立体仓库 - WMS系统
#
whycq
2024-05-31 816dd2c85762f5430842e61f17c467c29bfdc76e
src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java
@@ -31,18 +31,22 @@
        private Double count;
        // 销售订单号
        private String orderNo;
        // 销售订单号
        private String threeCode;
        //销售订单行号
        private String deadTime;
        //料箱码
        //货架码
        private String suppCode;
        public LocDetlAdjust(String matnr, String batch, Double count, String threeCode, String deadTime, String suppCode) {
        public LocDetlAdjust(String matnr, String batch, Double count, String orderNo,String threeCode, String deadTime, String suppCode) {
            this.matnr = matnr;
            this.batch = batch;
            this.count = count;
            this.orderNo = orderNo;
            this.threeCode = threeCode;
            this.deadTime = deadTime;
            this.suppCode = suppCode;
@@ -64,7 +68,7 @@
                }
            }
            if (!exit) {
                copyList.add(new LocDetlAdjustParam.LocDetlAdjust(adjust.getMatnr(), adjust.getBatch(), adjust.getCount(), adjust.getThreeCode(), adjust.getDeadTime(),adjust.getSuppCode()));
                copyList.add(new LocDetlAdjustParam.LocDetlAdjust(adjust.getMatnr(), adjust.getBatch(), adjust.getCount(),adjust.getOrderNo(), adjust.getThreeCode(), adjust.getDeadTime(),adjust.getSuppCode()));
            }
        }
        list = copyList;