|
@ -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(); |
|
|