This commit is contained in:
2026-05-25 15:03:59 +08:00
parent 950fc49cf8
commit 9992a3a6d3
11 changed files with 105 additions and 15 deletions
+3 -1
View File
@@ -44,6 +44,7 @@ namespace BLL
PipelineComponentId = x.PipelineComponentId,
MaterialCode = x.MaterialCode,
HeatNo = x.HeatNo,
BatchNo = x.BatchNo,
PlanNum = x.PlanNum,
ActNum = x.ActNum,
PipelineComponentCode = y.PipelineComponentCode,
@@ -121,7 +122,8 @@ namespace BLL
PlanNum = item.PlanNum,
ActNum = item.ActNum,
SortIndex = sortIndex,
HeatNo = item.HeatNo
HeatNo = item.HeatNo,
BatchNo = item.BatchNo
};
sortIndex++;
details.Add(table);