自动化立体仓库 - WMS系统
#
ytfl
2025-06-19 0a5a4d1d1f4dbaa5ba37595d81f99b6e0fd4f5c1
src/main/java/com/zy/asrs/entity/InventoryCheckOrder.java
@@ -87,9 +87,11 @@
        }
        switch (this.status){
            case "1":
                return "未提交";
                return "盘点中";
            case "2":
                return "已提交";
                return "盘点完";
            case "3":
                return "已上报";
            default:
                return "";
        }