ทะเบียนประวัติ
This commit is contained in:
parent
c05701c8ea
commit
1c645bc42e
8 changed files with 1694 additions and 18 deletions
|
|
@ -44,8 +44,7 @@ export default {
|
|||
profileNewInsignByProfileId: (profileId: string, type: string) =>
|
||||
`${registryNew}${type}/insignia/${profileId}`,
|
||||
|
||||
orgInsigniaActive: () =>
|
||||
`${org}/insignia/insignia-type/active`,
|
||||
orgInsigniaActive: () => `${org}/insignia/insignia-type/active`,
|
||||
|
||||
profileNewInsignById: (dataId: string, type: string) =>
|
||||
`${registryNew}${type}/insignia/${dataId}`,
|
||||
|
|
@ -169,6 +168,17 @@ export default {
|
|||
leaveListCard: (id: string, type: string) =>
|
||||
`${registryNew}${type}/leave/admin/${id}`, //noPermission
|
||||
|
||||
/** ตำแหน่ง*/
|
||||
profileSalaryPositionNew: (type: string) => `${registryNew}${type}/salary/position`,
|
||||
profileListSalaryPositionNew: (id: string, type: string) =>
|
||||
`${registryNew}${type}/salary/position/${id}`,
|
||||
profileListSalaryPositionHistoryNew: (profileId: string, type: string) =>
|
||||
`${registryNew}${type}/salary/position/admin/history/${profileId}`,
|
||||
profileSalaryPositionSwapNew: (type: string, id: string, type2: string) =>
|
||||
`${registryNew}${type2}/salary/position/swap/${type}/${id}`,
|
||||
salaryListCardPosition: (id: string, type: string) =>
|
||||
`${registryNew}${type}/salary/position/admin/${id}`, //noPermission
|
||||
|
||||
/** ตำแหน่งเงินเดือน*/
|
||||
profileSalaryNew: (type: string) => `${registryNew}${type}/salary`,
|
||||
profileListSalaryNew: (id: string, type: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue