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);