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

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
@@ -66,6 +66,9 @@ namespace BLL
y.PipelineCode,
x.InOutPlanMasterId,
x.MaterialCode,
Code = mat.Code,
mat.HeatNo,
mat.BatchNo,
x.PrefabricatedComponents,
x.Number,
mat.MaterialName,
@@ -219,7 +222,10 @@ namespace BLL
= master.CusBillCode,
线 = pipe.PipelineCode,
= x.PrefabricatedComponents,
= x.MaterialCode,
= x.MaterialCode,
= y.Code,
= y.HeatNo,
= y.BatchNo,
= y.MaterialName,
= y.MaterialDef,
= y.MaterialUnit,
@@ -228,4 +234,4 @@ namespace BLL
return q;
}
}
}
}