เพิ่ม id คำสั่งลงประวัติตำแหน่ง #665

This commit is contained in:
AdisakKanthawilang 2024-10-21 14:21:15 +07:00
parent 0bca27a633
commit c6e578ba4e
5 changed files with 48 additions and 14 deletions

View file

@ -233,9 +233,9 @@ export function commandTypePath(commandCode: string): string | null {
case "C-PM-10":
return "/xxxxxx";
case "C-PM-11":
return "/probation/report/command11/officer/report";
return "/probation/report/command11/officer/report";//PROBATION
case "C-PM-12":
return "/probation/report/command12/officer/report";
return "/probation/report/command12/officer/report";//PROBATION
case "C-PM-13":
return "/placement/transfer/command/report";
case "C-PM-14":
@ -253,7 +253,7 @@ export function commandTypePath(commandCode: string): string | null {
case "C-PM-20":
return "/discipline/result/command20/report";
case "C-PM-21":
return "/org/command/command21/employee/report";
return "/org/command/command21/employee/report";//ORG
case "C-PM-22":
return "/placement/appointment/employee-appoint/report";
case "C-PM-23":
@ -277,21 +277,21 @@ export function commandTypePath(commandCode: string): string | null {
case "C-PM-32":
return "/discipline/result/command32/report";
case "C-PM-33":
return "/salary/report/command/officer/report";
return "/salary/report/command/officer/report";//SALARY
case "C-PM-34":
return "/salary/report/command/officer/report";
return "/salary/report/command/officer/report";//SALARY
case "C-PM-35":
return "/salary/report/command/officer/report";
return "/salary/report/command/officer/report";//SALARY
case "C-PM-36":
return "/salary/report/command/employee/report";
return "/salary/report/command/employee/report";//SALARY
case "C-PM-37":
return "/salary/report/command/employee/report";
return "/salary/report/command/employee/report";//SALARY
case "C-PM-38":
return "/org/command/command38/officer/report";
return "/org/command/command38/officer/report";//ORG
case "C-PM-39":
return "/placement/slip/report";
case "C-PM-40":
return "/org/command/command40/officer/report";
return "/org/command/command40/officer/report";//ORG
case "C-PM-41":
return "/retirement/resign/leave-cancel/report";
default: