|
|
@ -80,7 +80,8 @@ public class IntegrationPackingNoteAppService : |
|
|
|
var splitPackingRecDto = splitPackingRecDtos.First(); |
|
|
|
var inventoryLabelWithoutCodeCreateInput = new InventoryLabelWithoutCodeCreateInput |
|
|
|
{ |
|
|
|
Qty = detailInput.Qty, ItemCode = detailInput.ItemCode, |
|
|
|
Qty = detailInput.Qty, |
|
|
|
ItemCode = detailInput.ItemCode, |
|
|
|
SupplierCode = detailInput.SupplierCode, |
|
|
|
Lot = detailInput.Lot, |
|
|
|
Uom = detailInput.Uom, |
|
|
@ -168,8 +169,8 @@ public class IntegrationPackingNoteAppService : |
|
|
|
var transferLogEditInput = await BuildTransferLogsAsync(dto, detailInput, splitPackingRecEditInputs.First()).ConfigureAwait(false); |
|
|
|
transferLogEditInputs.Add(transferLogEditInput); |
|
|
|
} |
|
|
|
|
|
|
|
await _transferLogAppService.AddManyAsync(transferLogEditInputs).ConfigureAwait(false); |
|
|
|
throw new UserFriendlyException("123123"); |
|
|
|
// await _transferLogAppService.AddManyAsync(transferLogEditInputs).ConfigureAwait(false);
|
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
@ -231,6 +232,6 @@ public class IntegrationPackingNoteAppService : |
|
|
|
|
|
|
|
private async Task CreateLabelAsync() |
|
|
|
{ |
|
|
|
var batchInsert=await _splitPackingRecAppService.BatchInsertAsync().ConfigureAwait(false); |
|
|
|
//var batchInsert=await _splitPackingRecAppService.BatchInsertAsync().ConfigureAwait(false);
|
|
|
|
} |
|
|
|
} |
|
|
|