feat(position-employee): HistoryPos
This commit is contained in:
parent
df2b3f7b32
commit
49b57e7b40
4 changed files with 144 additions and 41 deletions
|
|
@ -53,6 +53,8 @@ export default {
|
|||
orgPosExecutiveById: (id: string) => `${orgPos}/executive/${id}`,
|
||||
orgPosHistory: (id: string) => `${orgPos}/history/${id}`,
|
||||
orgPosHistoryUpdate: (id: string) => `${orgPos}/history-update/${id}`,
|
||||
orgPosHistoryUpdateEmp: (id: string) =>
|
||||
`${orgEmployeePos}/history-update/${id}`,
|
||||
|
||||
orgSalaryPosition: `${orgPos}/position?keyword=&type=ALL`,
|
||||
|
||||
|
|
@ -180,7 +182,6 @@ export default {
|
|||
positionCondition: `${orgPos}/master/position-condition`,
|
||||
positionConditionEmp: `${organization}/employee/pos/master/position-condition`,
|
||||
|
||||
|
||||
keycloakLogSSO: `${organization}/keycloak/log/sso`,
|
||||
|
||||
reportOrgByType: (type: string) => `${reportOrg}/registry-${type}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue