This commit is contained in:
2026-05-25 19:46:30 +08:00
parent ab0923818a
commit 48d6e95ff9
8 changed files with 54 additions and 6 deletions
+3 -1
View File
@@ -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);