自动化立体仓库 - WMS系统
18516761980
2022-06-27 3a711d808ec2b3afea5c46a94ab2b544fb295ca4
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -444,7 +444,7 @@
                Double curOutQty = outQty >= locDetl.getAnfme() ? locDetl.getAnfme() : outQty;   //本次出库量
                int ioType = sumCount <= curOutQty ? 101 : 103;
//                stockOut(orderDetl, staNo, locDetl, curOutQty, ioType, userId);
//                stockOut(orderDetl, sta, locDetl, curOutQty, ioType, userId);
                order.setSettle(2L);
                order.setUpdateBy(userId);
                order.setUpdateTime(now);
@@ -467,4 +467,10 @@
        }
    }
    @Override
    @Transactional
    public void stockOut(OrderDetl orderDetl, BasDevp staNo, LocDetl locDetl,
                         Double curOutQty, Integer ioType, Long userId, Date now) {
    }
}