|
@@ -211,6 +211,9 @@ public class GiveStockManageAction implements IMINAction {
|
|
if(orderLogistics == null){
|
|
if(orderLogistics == null){
|
|
throw new MINBusinessException("获取信息失败!");
|
|
throw new MINBusinessException("获取信息失败!");
|
|
}
|
|
}
|
|
|
|
+ if(!"00".equals(orderLogistics.getState())) {
|
|
|
|
+ throw new MINBusinessException("发出量数据状态异常,请重新查询数据后重试!");
|
|
|
|
+ }
|
|
String wareDetailId = Service.lookup(IPublicService.class).getSequence("PUT_STOCK_ID");
|
|
String wareDetailId = Service.lookup(IPublicService.class).getSequence("PUT_STOCK_ID");
|
|
ApWarehouseDetail wareDetail = new ApWarehouseDetail();
|
|
ApWarehouseDetail wareDetail = new ApWarehouseDetail();
|
|
wareDetail.setId(wareDetailId);
|
|
wareDetail.setId(wareDetailId);
|