|
|
@ -512,6 +512,7 @@ public class AssembleIssueRequestEventHandler |
|
|
|
{ |
|
|
|
foreach (var assembleIssueRequestDetail in groupbyItemCodeAndProdLine) |
|
|
|
{ |
|
|
|
|
|
|
|
var productionLineItemDto = await _productionLineItemAppService.GetByProductLineCodeAndItemCodeAsync( |
|
|
|
assembleIssueRequestDetail.ProdLine, |
|
|
|
groupbyItemCodeAndProdLine.Key.ItemCode).ConfigureAwait(false); |
|
|
@ -540,6 +541,7 @@ public class AssembleIssueRequestEventHandler |
|
|
|
IsPackingCode = true |
|
|
|
}; |
|
|
|
var usableList = await _balanceAppService.GetUsableListAsync(input).ConfigureAwait(false); |
|
|
|
|
|
|
|
var sortByFifoAsync = await SortByFifoAsync(usableList).ConfigureAwait(false); |
|
|
|
|
|
|
|
//因为是按箱叫料 先把值赋值给箱数量上
|
|
|
|