自动化立体仓库 - WMS系统
zyx
2024-03-04 e0004817f2edb903fd9707b194ba8db2429e33ae
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);