From 1fc73f2307222af03471bcd44504dab1f01a81d8 Mon Sep 17 00:00:00 2001 From: zhoukeda <1315948824@qq.com> Date: Tue, 11 Jul 2023 16:56:02 +0800 Subject: [PATCH] bug --- ProductionMgr/Tnb.ProductionMgr/PrdTaskManageService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdTaskManageService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdTaskManageService.cs index 16b542ac..9d5d4331 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdTaskManageService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdTaskManageService.cs @@ -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()