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