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;