生产完成率中型号
This commit is contained in:
parent
f41d0cd902
commit
cd45025324
@ -148,6 +148,7 @@ namespace DOAN.Service.MES.report
|
||||
a.Workorder,
|
||||
a.GroupCode,
|
||||
a.DeliveryNum,
|
||||
a.ProductionName,
|
||||
a.LineCode,
|
||||
a.Status,
|
||||
c.StartTime,
|
||||
@ -177,7 +178,8 @@ namespace DOAN.Service.MES.report
|
||||
DeliveryNum = t.DeliveryNum ?? 0,
|
||||
Status = GetStatusName(t.Status??0),
|
||||
StartTime=t.StartTime,
|
||||
EndTime=t.EndTime
|
||||
EndTime=t.EndTime,
|
||||
Model=t.ProductionName
|
||||
}).ToList();
|
||||
|
||||
list.ForEach(t =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user