bug
This commit is contained in:
@@ -19,5 +19,15 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
public string combine_mo_code { get; set; }
|
||||
public string material_id_id { get; set; }
|
||||
public List<PrdMoListOuput> children { get; set; } = new List<PrdMoListOuput>();
|
||||
|
||||
/// <summary>
|
||||
/// 物料规格
|
||||
/// </summary>
|
||||
public string? f_flowtaskid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料型号
|
||||
/// </summary>
|
||||
public string? f_flowid { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -166,6 +166,8 @@ namespace Tnb.ProductionMgr
|
||||
mo_status = e.FullName,
|
||||
ebom_version = a.ebom_version,
|
||||
remark = a.remark,
|
||||
f_flowtaskid = b.material_specification,
|
||||
f_flowid = b.material_standard,
|
||||
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