1
This commit is contained in:
@@ -51,6 +51,7 @@ namespace BLL
|
||||
MaterialName = mat.MaterialName,
|
||||
MaterialDef = mat.MaterialDef,
|
||||
StockNum = stock.StockNum ?? 0,
|
||||
DeliveryDate = x.DeliveryDate,
|
||||
}
|
||||
;
|
||||
|
||||
@@ -123,7 +124,8 @@ namespace BLL
|
||||
ActNum = item.ActNum,
|
||||
SortIndex = sortIndex,
|
||||
HeatNo = item.HeatNo,
|
||||
BatchNo = item.BatchNo
|
||||
BatchNo = item.BatchNo,
|
||||
DeliveryDate = item.DeliveryDate
|
||||
};
|
||||
sortIndex++;
|
||||
details.Add(table);
|
||||
|
||||
Reference in New Issue
Block a user