Browse Source

修改 库移

Agv分支2024-11-19
郑勃旭 4 months ago
parent
commit
6e52759767
  1. 2
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AssembleIssueJobs/AssembleIssueJobAppService.cs

2
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AssembleIssueJobs/AssembleIssueJobAppService.cs

@ -490,7 +490,7 @@ public class AssembleIssueJobAppService
var jobDto=ObjectMapper.Map<AssembleIssueJob, AssembleIssueJobDTO>(job);
var isDoingAgv=await DoingAgvAsync(jobDto, jobDetail.TransferLibToLocationCode,jobDetail.HandledToLocationCode).ConfigureAwait(false);
var isDoingAgv=await DoingAgvAsync(jobDto, jobDetail.TransferLibToLocationCode, transferLibNoteDetail.HandledToLocationCode).ConfigureAwait(false);
if (isDoingAgv)
{

Loading…
Cancel
Save