|
|
@ -161,7 +161,7 @@ public class UnplannedIssueJobAppService |
|
|
|
foreach (var requestDtoDetail in requestDto.Details) //非计划领料明细
|
|
|
|
{ |
|
|
|
var locationCodes = await _locationAppService |
|
|
|
.GetListByErpLocationCodes(new StringList(requestDtoDetail.LocationErpCode)) |
|
|
|
.GetListByErpLocationCodes(new StringList(requestDtoDetail.FromErpLocationCode)) |
|
|
|
.ConfigureAwait(false); //获取存放库位
|
|
|
|
var locationDto = locationCodes.First(); |
|
|
|
|
|
|
|