API ข้อมูลตำแหน่ง
This commit is contained in:
parent
a595c1a5e9
commit
a6293efa69
5 changed files with 99 additions and 23 deletions
|
|
@ -169,7 +169,8 @@ export default {
|
|||
`${registryNew}${type}/leave/admin/${id}`, //noPermission
|
||||
|
||||
/** ตำแหน่ง*/
|
||||
profileSalaryPositionNew: (type: string) => `${registryNew}${type}/salary/position`,
|
||||
profileSalaryPositionNew: (type: string) =>
|
||||
`${registryNew}${type}/salary/position`,
|
||||
profileListSalaryPositionNew: (id: string, type: string) =>
|
||||
`${registryNew}${type}/salary/position/${id}`,
|
||||
profileListSalaryPositionHistoryNew: (profileId: string, type: string) =>
|
||||
|
|
@ -178,6 +179,8 @@ export default {
|
|||
`${registryNew}${type2}/salary/position/swap/${type}/${id}`,
|
||||
salaryListCardPosition: (id: string, type: string) =>
|
||||
`${registryNew}${type}/salary/position/admin/${id}`, //noPermission
|
||||
salaryTenurePosition: (id: string, type: string) =>
|
||||
`${registryNew}${type}/salary/tenure/${id}`, //noPermission
|
||||
|
||||
/** ตำแหน่งเงินเดือน*/
|
||||
profileSalaryNew: (type: string) => `${registryNew}${type}/salary`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue