生产相关列表倒叙,生产工单列表重写
This commit is contained in:
@@ -155,8 +155,7 @@ namespace Tnb.ProductionMgr
|
||||
plan_qty = a.scheduled_qty,
|
||||
complete_qty = a.reported_work_qty,
|
||||
mo_task_status = a.mo_task_status,
|
||||
schedule_type = a.schedule_type.ToString()
|
||||
|
||||
schedule_type = a.schedule_type.ToString(),
|
||||
})
|
||||
.Mapper(x=>x.mo_task_status=dic[x.mo_task_status].ToString())
|
||||
.ToPagedListAsync(input.currentPage, input.pageSize);
|
||||
|
||||
Reference in New Issue
Block a user