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