|
|
@ -259,7 +259,7 @@ public class InjectionIssueJobAppService |
|
|
|
jobDetail.TransferLibToSupplierBatch = transferLibNoteDetail.HandledToSupplierBatch; |
|
|
|
jobDetail.TransferLibToWarehouseCode = transferLibNoteDetail.HandledToWarehouseCode; |
|
|
|
var jobDto = ObjectMapper.Map<InjectionIssueJob, InjectionIssueJobDTO>(job); |
|
|
|
var isDoingAgv = await DoingAgvAsync(jobDto, jobDetail.TransferLibToLocationCode, jobDetail.RecommendToLocationCode).ConfigureAwait(false); |
|
|
|
var isDoingAgv = await DoingAgvAsync(jobDto, jobDetail.TransferLibToLocationCode, jobDetail.HandledToLocationCode).ConfigureAwait(false); |
|
|
|
|
|
|
|
if (isDoingAgv) |
|
|
|
{ |
|
|
|