1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user