注塑挤出批号设置
This commit is contained in:
@@ -170,6 +170,8 @@ namespace Tnb.ProductionMgr
|
||||
remark = a.remark,
|
||||
f_flowtaskid = b.material_specification,
|
||||
f_flowid = b.material_standard,
|
||||
reported_work_qty = a.reported_work_qty,
|
||||
scrap_qty = a.scrap_qty,
|
||||
children = SqlFunc.Subqueryable<PrdMo>()
|
||||
.LeftJoin<BasMaterial>((aa, bb) => aa.material_id == bb.id)
|
||||
.LeftJoin<DictionaryTypeEntity>((aa, bb, cc) => cc.EnCode == DictConst.MeasurementUnit)
|
||||
|
||||
Reference in New Issue
Block a user