ส่งไปออกคำสั่ง 47

This commit is contained in:
Bright 2025-07-18 09:13:16 +07:00
parent 8d75174fba
commit 7d05dd6eaa

View file

@ -615,6 +615,8 @@ export function commandTypePath(commandCode: string): string | null {
return "/salary/report/command35/officer/report"; //SALARY
case "C-PM-46":
return "/salary/report/command36/employee/report"; //SALARY
case "C-PM-47":
return "/placement/appointment/gazette/report";
default:
return null;
}