แก้บรรจุแต่งตั้ง รายชื่อที่สอบผ่าน
This commit is contained in:
parent
627696ea65
commit
e6dcc39765
5 changed files with 87 additions and 102 deletions
|
|
@ -75,6 +75,7 @@ export default {
|
|||
activeOrganizationRoot: `${organization}/active/root`,
|
||||
activeOrganizationRootById: (id: string) =>
|
||||
`${organization}/active/root/${id}`,
|
||||
orgPosPlacementAll: `${orgPos}/placement/search-all`,
|
||||
|
||||
/** ข้อมูลตำแหน่งลูกจ้างประจำ*/
|
||||
orgEmployeePos: `${orgEmployeePos}/position`,
|
||||
|
|
@ -137,11 +138,12 @@ export default {
|
|||
checkIsOfficer: (id: string) => `${organization}/check/child1/${id}`,
|
||||
checkIsDeputys: (id: string) => `${organization}/check/root/${id}`,
|
||||
|
||||
orgPosReport:`${orgPos}/report/draft`,
|
||||
orgPosReportAct:`${orgPos}/act/report/draft`,
|
||||
orgPosReport: `${orgPos}/report/draft`,
|
||||
orgPosReportAct: `${orgPos}/act/report/draft`,
|
||||
/**
|
||||
* workflow
|
||||
*/
|
||||
workflow: `${workflow}/`,
|
||||
workflowKeycloakSystem:(type:string)=> `${workflow}/keycloak/isofficer/${type}`,
|
||||
workflowKeycloakSystem: (type: string) =>
|
||||
`${workflow}/keycloak/isofficer/${type}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue