ปรับปรุงรายงานให้ดูง่ายขึ้น
This commit is contained in:
@@ -33,8 +33,8 @@ namespace TodoAPI2.Models
|
||||
public rep_leave_totalWithSelectionViewModel GetBlankItem()
|
||||
{
|
||||
var i = new rep_leave_totalWithSelectionViewModel();
|
||||
i.item_employee_id = (from x in emp.GetListByemployee_type(null,null) select x).ToList();
|
||||
i.item_org_id = (from x in ext.GetDepartmentDataForReport() select x).ToList();
|
||||
i.item_employee_id = (from x in emp.GetListByemployee_type(null,null) orderby x.fullname select x).ToList();
|
||||
i.item_org_id = (from x in ext.GetDepartmentDataForReport() orderby x.external_name select x).ToList();
|
||||
|
||||
|
||||
return i;
|
||||
|
||||
Reference in New Issue
Block a user