补充材料编码和批次信息展示

This commit is contained in:
2026-05-27 17:57:11 +08:00
parent 33394e09ab
commit 729cf24338
30 changed files with 276 additions and 28 deletions
+7 -1
View File
@@ -40,6 +40,9 @@ namespace BLL
InputMasterId = x.InputMasterId,
PipelineComponentId = x.PipelineComponentId,
MaterialCode = x.MaterialCode,
Code = mat.Code,
HeatNo = mat.HeatNo,
BatchNo = mat.BatchNo,
PlanNum = x.PlanNum,
ActNum = x.ActNum,
PipelineComponentCode = y.PipelineComponentCode,
@@ -135,7 +138,10 @@ namespace BLL
select new
{
= y.CusBillCode,
= x.MaterialCode,
= x.MaterialCode,
= mat.Code,
= mat.HeatNo,
= mat.BatchNo,
= mat.MaterialName,
= mat.MaterialDef,
= x.PlanNum,