Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -144,10 +144,10 @@ namespace Tnb.ProductionMgr
|
||||
material_id = c.code+"/"+c.name,
|
||||
mold_id = d.mold_code+"/"+d.mold_name,
|
||||
eqp_id = b.code+"/"+b.name,
|
||||
plan_start_date = a.plan_start_date.Value.ToString("yyyy-MM-dd"),
|
||||
plan_end_date = a.plan_end_date.Value.ToString("yyyy-MM-dd"),
|
||||
plan_start_date = a.estimated_start_date.Value.ToString("yyyy-MM-dd"),
|
||||
plan_end_date = a.estimated_end_date.Value.ToString("yyyy-MM-dd"),
|
||||
plan_qty = a.scheduled_qty,
|
||||
complete_qty = a.complete_qty,
|
||||
complete_qty = a.reported_work_qty,
|
||||
mo_task_status = a.mo_task_status,
|
||||
schedule_type = a.schedule_type.ToString()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user