This commit is contained in:
2024-09-24 11:50:35 +08:00
parent 03d847aa94
commit b535ee7eed
5 changed files with 21 additions and 6 deletions

View File

@@ -113,6 +113,8 @@
/// 物料型号
/// </summary>
public string? material_standard { get; set; }
public string batch { get; set; }
}
}

View File

@@ -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,