|
|
|
@ -1918,6 +1918,18 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
|
|
|
|
|
|
result.DT_Procedure.ExportExcel = "/api/Ghrh_Resume/ExportHireExcel"; |
|
|
|
|
break; |
|
|
|
|
case "F_InterviewCompleteStatistical": |
|
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
|
if (toolbar != null) toolbar.fnKey = "TBD1YN"; |
|
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); |
|
|
|
|
if (toolbar != null) toolbar.fnKey = "TBD2YN"; |
|
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "DetailYN").FirstOrDefault(); |
|
|
|
|
if (toolbar != null) toolbar.fnKey = "TBD3YN"; |
|
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "CopyYN").FirstOrDefault(); |
|
|
|
|
if (toolbar != null) toolbar.fnKey = "TBD4YN"; |
|
|
|
|
|
|
|
|
|
result.DT_Procedure.ExportExcel = "/api/Ghrh_HumanRequest/ExportCompleteExcel"; |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
|