自动化立体仓库 - WMS系统
#
zyx
2024-03-06 ce76deb5e43603203df80ed4d02ab3feac8b6731
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -496,7 +496,7 @@
        if ((Cools.isEmpty(pla))){
            return R.error("该包物料未录入,无法查询到相关信息");
        }
        if(!Cools.eq(pla.getStatus(), GlobleParameter.PLA_STATUS_0) && type != 2){
        if(!(Cools.eq(pla.getStatus(), GlobleParameter.PLA_STATUS_0) || Cools.eq(pla.getStatus(), GlobleParameter.PLA_STATUS_00)) && type != 2){
            return R.error("该包物料不为待入库状态,无法进行入库操作");
        }
        return R.ok(pla);