自动化立体仓库 - WMS系统
#
lsh
2 天以前 c6758c32d79bb1f82cea77422953f3c0b61bc2b8
src/main/java/com/zy/asrs/entity/BasBoxType.java
@@ -50,7 +50,19 @@
        this.boxType = boxType;
    }
//    BasBoxType basBoxType = new BasBoxType(
    public String getArmType$() {
        if (Cools.isEmpty(armType))  return "请选择结果";
        switch (armType) {
            case 1:
                return "允许";
            case 999:
                return "不允许";
            default:
                return "请选择结果";
        }
    }
    //    BasBoxType basBoxType = new BasBoxType(
//            null,    // 任务号[非空]
//            null    // 堆垛机
//    );