自动化立体仓库 - WMS系统
#
LSH
2023-11-13 054e8e34d07b8372f43866ae0e18f8871df992aa
src/main/java/com/zy/asrs/entity/WrkDetl.java
@@ -307,7 +307,7 @@
        if (null == this.source){ return "未确认"; }
        switch (this.source){
            case 1:
                return "确认";
                return "已确认";
            default:
                return "未确认";
        }
@@ -317,7 +317,7 @@
        if (null == this.source){ return "未确认"; }
        switch (this.source){
            case 1:
                return "确认";
                return "已确认";
            default:
                return "未确认";
        }