自动化立体仓库 - WMS系统
#
pang.jiabao
5 天以前 2dc12d419733c094bb0bbc7ef4f7a32d5067cfb9
src/main/java/com/zy/asrs/entity/OrderDetlPakin.java
@@ -469,6 +469,7 @@
        }
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        switch (this.status){
@@ -517,9 +518,6 @@
        if (null != this.anfme && this.workQty != null) {
            return this.anfme - this.workQty;
        }
//        if (null != this.anfme && this.qty != null) {
//            return this.anfme - this.qty;
//        }
        return null;
    }