|
@ -311,6 +311,8 @@ public class KittingIssueJobAppService |
|
|
if (loctionDto.Type == EnumLocationType.DimensionalStorehouse) |
|
|
if (loctionDto.Type == EnumLocationType.DimensionalStorehouse) |
|
|
{ |
|
|
{ |
|
|
//TODO 立体库
|
|
|
//TODO 立体库
|
|
|
|
|
|
await SyncCoatingJobStereoAsync(new List<KittingIssueJobDTO> { kittingIssueJobDto }, loctionDto.Code).ConfigureAwait(false); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -430,7 +432,7 @@ public class KittingIssueJobAppService |
|
|
|
|
|
|
|
|
if (input.Jobs.Count == entities.Count) |
|
|
if (input.Jobs.Count == entities.Count) |
|
|
{ |
|
|
{ |
|
|
errors.Add("出库任务和WMS出库任务不符,请核对! \n"); |
|
|
errors.Add("提交出库任务和WMS出库任务不符,请核对! \n"); |
|
|
} |
|
|
} |
|
|
var dtos = ObjectMapper.Map<List<KittingIssueJob>, List<KittingIssueJobDTO>>(entities); |
|
|
var dtos = ObjectMapper.Map<List<KittingIssueJob>, List<KittingIssueJobDTO>>(entities); |
|
|
foreach (var itm in dtos) |
|
|
foreach (var itm in dtos) |
|
@ -467,7 +469,6 @@ public class KittingIssueJobAppService |
|
|
}; |
|
|
}; |
|
|
return ret; |
|
|
return ret; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (errors.Count > 0) |
|
|
if (errors.Count > 0) |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|