|
|
|
@ -761,9 +761,8 @@ public class DistributionStockupAppController extends BladeController {
|
|
|
|
|
if(ObjectUtils.isNull(list)){ |
|
|
|
|
return Resp.scanFail("没有查询到包件信息 ! ","没有查询到包件信息 ! "); |
|
|
|
|
} |
|
|
|
|
if(!list.get(0).getConditions().equals("2")){ |
|
|
|
|
if(list.get(0).getConditions()!=2){ |
|
|
|
|
return Resp.scanFail("当前包件不是库存品,无法备货!!","当前包件不是库存品,无法备货!!"); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
WarehouseUpdownGoodsEntity warehouseUpdownGoodsEntity = new WarehouseUpdownGoodsEntity(); |
|
|
|
|
warehouseUpdownGoodsEntity.setAllocationId(stockupDTO.getAllocationId()); |
|
|
|
|