BUG
This commit is contained in:
@@ -113,6 +113,8 @@
|
||||
/// 物料型号
|
||||
/// </summary>
|
||||
public string? material_standard { get; set; }
|
||||
|
||||
public string batch { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -484,6 +484,7 @@ namespace Tnb.ProductionMgr
|
||||
workline_code = c.EnCode,
|
||||
workline_name = c.FullName,
|
||||
mo_task_status = a.mo_task_status,
|
||||
batch = a.batch,
|
||||
workstation_name = f.FullName,
|
||||
// worker_name = g.RealName,
|
||||
scheduled_qty = a.scheduled_qty,
|
||||
|
||||
Reference in New Issue
Block a user