Browse Source

提交版本

Agv分支2024-11-19
赵新宇 4 months ago
parent
commit
a191bc91f8
  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

@ -941,7 +941,7 @@ public class AssembleIssueJobAppService
{ {
foreach (var detail in entity.Details) foreach (var detail in entity.Details)
{ {
var detailDto = new KittingIssueJobDetailDTO(); var detailDto = new AssembleIssueJobDetailDTO();
if (!string.IsNullOrEmpty(detail.TransferLibFromLocationCode)) if (!string.IsNullOrEmpty(detail.TransferLibFromLocationCode))
{ {
var fromloc = new LocationDTO(); var fromloc = new LocationDTO();

Loading…
Cancel
Save