自动化立体仓库 - WMS系统
zjj
2023-06-14 f34da12c558d57d156529e23c04e2388e60b94e5
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -177,7 +177,8 @@
                }
                Double anfme = orderDetl.getAnfme();
                if ( anfme > (anfme - sum)) {
                Double workQty = orderDetl.getWorkQty();
                if ( anfme - (workQty+sum) < 0) {
                    throw new CoolException("组托数量已超出订单需求量,请检查是否有其他的组托已完成");
                }
            }