补充材料编码和批次信息展示
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user