自动化立体仓库 - WMS系统
*
lsh
昨天 3c992dd950b539f03cdf64898f8bfba65c2313b8
src/main/java/com/zy/asrs/entity/OrderDetlPakout.java
@@ -435,9 +435,11 @@
        if (null == this.status){ return null; }
        switch (this.status){
            case 1:
                return "正常";
                return "未上报";
            case 0:
                return "禁用";
            case 2:
                return "等待上报";
            default:
                return String.valueOf(this.status);
        }
@@ -476,6 +478,8 @@
    }
    public String getQty$(){
        if (this.qty == null) return "";
        if (this.anfme == null) return "无数据";
        if (this.anfme.equals(this.qty)){
            return "已完成";
        }