|
@ -366,6 +366,10 @@ public class ProductputawayRequestMainServiceImpl implements ProductputawayReque |
|
|
}catch (Exception ex) { |
|
|
}catch (Exception ex) { |
|
|
message.append(ex.getMessage()).append(","); |
|
|
message.append(ex.getMessage()).append(","); |
|
|
} |
|
|
} |
|
|
|
|
|
// 校验 批次
|
|
|
|
|
|
if (detailDo.getBatch().isEmpty()) { |
|
|
|
|
|
message.append("物料【").append(detailDo.getItemCode()).append("】批次不能为空").append(","); |
|
|
|
|
|
} |
|
|
try{ |
|
|
try{ |
|
|
// 校验来源库位
|
|
|
// 校验来源库位
|
|
|
IfInToLocationType(detailDo.getFromLocationCode(),businesstypeDO); |
|
|
IfInToLocationType(detailDo.getFromLocationCode(),businesstypeDO); |
|
|