自动化立体仓库 - WMS系统
luxiaotao1123
2022-03-25 1c6d48ec373333fcdd0e54efec1b996b39f40515
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -274,5 +274,11 @@
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.updateTime);
    }
    public Double getEnableQty() {
        if (null != this.anfme && this.qty != null) {
            return this.anfme - this.qty;
        }
        return null;
    }
}