Merge branch 'develop' into adiDev
This commit is contained in:
commit
a3ab8c5e30
7 changed files with 92 additions and 116 deletions
|
|
@ -213,9 +213,9 @@ export function editLogSequence(req: RequestWithUser, index: number, data: LogSe
|
|||
export function commandTypePath(commandCode: string): string | null {
|
||||
switch (commandCode) {
|
||||
case "C-PM-01":
|
||||
return "/placement/recruit/report";
|
||||
return "/placement/recruit/report"; //
|
||||
case "C-PM-02":
|
||||
return "/placement/candidate/report";
|
||||
return "/placement/candidate/report"; //
|
||||
case "C-PM-03":
|
||||
return "/placement/appoint/report";
|
||||
case "C-PM-04":
|
||||
|
|
@ -223,7 +223,7 @@ export function commandTypePath(commandCode: string): string | null {
|
|||
case "C-PM-05":
|
||||
return "/placement/appointment/appoint/report";
|
||||
case "C-PM-06":
|
||||
return "/placement/appointment/slip/report";
|
||||
return "/placement/slip/report";
|
||||
case "C-PM-07":
|
||||
return "/placement/appointment/move/report";
|
||||
case "C-PM-08":
|
||||
|
|
@ -231,7 +231,7 @@ export function commandTypePath(commandCode: string): string | null {
|
|||
case "C-PM-09":
|
||||
return "/retirement/other/out/report";
|
||||
case "C-PM-10":
|
||||
return "/xxxxxx";
|
||||
return "/probation/report/command10/officer/report";
|
||||
case "C-PM-11":
|
||||
return "/probation/report/command11/officer/report";//PROBATION
|
||||
case "C-PM-12":
|
||||
|
|
@ -239,7 +239,7 @@ export function commandTypePath(commandCode: string): string | null {
|
|||
case "C-PM-13":
|
||||
return "/placement/transfer/command/report";
|
||||
case "C-PM-14":
|
||||
return "/placement/Receive/command/report";
|
||||
return "/placement/receive/command/report";
|
||||
case "C-PM-15":
|
||||
return "/placement/officer/command/report";
|
||||
case "C-PM-16":
|
||||
|
|
@ -289,7 +289,7 @@ export function commandTypePath(commandCode: string): string | null {
|
|||
case "C-PM-38":
|
||||
return "/org/command/command38/officer/report";//ORG
|
||||
case "C-PM-39":
|
||||
return "/placement/slip/report";
|
||||
return "/placement/appointment/slip/report";
|
||||
case "C-PM-40":
|
||||
return "/org/command/command40/officer/report";//ORG
|
||||
case "C-PM-41":
|
||||
|
|
@ -298,4 +298,3 @@ export function commandTypePath(commandCode: string): string | null {
|
|||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue