|
|
@ -1064,8 +1064,7 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
result.JM_PageControlT1.Toolbar.RemoveAt(index); |
|
|
|
result.JM_PageControlT1.Toolbar.RemoveAt(index); |
|
|
|
break; |
|
|
|
break; |
|
|
|
case "F_SchoolManage": |
|
|
|
case "F_SchoolManage": |
|
|
|
case "F_WorkLicenseManage": |
|
|
|
case "F_WorkLicenseManage": |
|
|
|
case "F_TeacherManage": |
|
|
|
|
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
if (toolbar != null) toolbar.fnKey = "TBD1YN"; |
|
|
|
if (toolbar != null) toolbar.fnKey = "TBD1YN"; |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); |
|
|
@ -1130,6 +1129,7 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
break; |
|
|
|
break; |
|
|
|
|
|
|
|
|
|
|
|
case "F_Training_Demand_ToDo": |
|
|
|
case "F_Training_Demand_ToDo": |
|
|
|
|
|
|
|
case "F_TeacherManageTemporary": |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD1YN"; } |
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD1YN"; } |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); |
|
|
@ -1150,6 +1150,7 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
}); |
|
|
|
}); |
|
|
|
break; |
|
|
|
break; |
|
|
|
case "F_Training_Demand_ToConfirm": |
|
|
|
case "F_Training_Demand_ToConfirm": |
|
|
|
|
|
|
|
case "F_TeacherManageWaitConfirm": |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD1YN"; } |
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD1YN"; } |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); |
|
|
@ -1180,6 +1181,9 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
case "F_Training_Demand_ToEnable": |
|
|
|
case "F_Training_Demand_ToEnable": |
|
|
|
case "F_Training_Demand_Query": |
|
|
|
case "F_Training_Demand_Query": |
|
|
|
case "F_Training_Demand_VoidQuery": |
|
|
|
case "F_Training_Demand_VoidQuery": |
|
|
|
|
|
|
|
case "F_TeacherManage": |
|
|
|
|
|
|
|
case "F_TeacherManageActive": |
|
|
|
|
|
|
|
case "F_TeacherDisabled": |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD1YN"; } |
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD1YN"; } |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); |
|
|
@ -1188,7 +1192,7 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD3YN"; } |
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD3YN"; } |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "CopyYN").FirstOrDefault(); |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "CopyYN").FirstOrDefault(); |
|
|
|
if (toolbar != null) toolbar.fnKey = "TBD4YN"; |
|
|
|
if (toolbar != null) toolbar.fnKey = "TBD4YN"; |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
#endregion |
|
|
|