消除warning
This commit is contained in:
@@ -144,8 +144,8 @@ 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.estimated_start_date.Value.ToString("yyyy-MM-dd"),
|
||||
plan_end_date = a.estimated_end_date.Value.ToString("yyyy-MM-dd"),
|
||||
plan_start_date = a.estimated_start_date==null ? "" : a.estimated_start_date.Value.ToString("yyyy-MM-dd"),
|
||||
plan_end_date = a.estimated_end_date==null ? "" : a.estimated_end_date.Value.ToString("yyyy-MM-dd"),
|
||||
plan_qty = a.scheduled_qty,
|
||||
complete_qty = a.reported_work_qty,
|
||||
mo_task_status = a.mo_task_status,
|
||||
|
||||
Reference in New Issue
Block a user