自动化立体仓库 - WMS系统
pang.jiabao
昨天 aca94963ca944c256c4ef69d0316a2e8d6ccbc62
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -446,7 +446,7 @@
    public Double getEnableQty() {
        if (null != this.anfme && this.workQty != null) {
            return this.anfme - this.workQty;
            return this.anfme - this.workQty - this.qty;
        }
//        if (null != this.anfme && this.qty != null) {
//            return this.anfme - this.qty;