ออกคำสั่ง Check สกจ.

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-09 13:56:53 +07:00
parent a4133792d9
commit ff80a4b073
3 changed files with 25 additions and 117 deletions

View file

@ -10,7 +10,12 @@ export default {
commandAction: (commandId: string, type: string) =>
`${command}/${type}/${commandId}`,
commandSalaryList:(command:string)=>`${commandSalary}/list?commandSysId=${command}`,
commandSwap:(tab:string,direction:string,commandReciveId:string)=>`${command}/${tab}/swap/${direction}/${commandReciveId}`,
commandEditRecive:(tab:string,commandReciveId:string)=>`${command}/${tab}/recive/${commandReciveId}`
commandSalaryList: (command: string) =>
`${commandSalary}/list?commandSysId=${command}`,
commandSwap: (tab: string, direction: string, commandReciveId: string) =>
`${command}/${tab}/swap/${direction}/${commandReciveId}`,
commandEditRecive: (tab: string, commandReciveId: string) =>
`${command}/${tab}/recive/${commandReciveId}`,
checkIdofficer: `${env.API_URI}/org/profile/keycloak/idofficer`,
};