ทะเบียนประวัติ Position
This commit is contained in:
parent
24f68d129d
commit
c60f2acd22
4 changed files with 732 additions and 28 deletions
|
|
@ -38,8 +38,16 @@ export default {
|
|||
dataUserDuty: `${profileOrg}/duty/user`,
|
||||
dataUserDutyByType: (type: string) => `${org}/profile${type}/duty/user`,
|
||||
|
||||
dataUserActpositionByType: (type: string) => `${org}/profile${type}/actposition/user`,
|
||||
dataUserAssistanceByType: (type: string) => `${org}/profile${type}/assistance/user`,
|
||||
dataUserActpositionByType: (type: string) =>
|
||||
`${org}/profile${type}/actposition/user`,
|
||||
dataUserAssistanceByType: (type: string) =>
|
||||
`${org}/profile${type}/assistance/user`,
|
||||
|
||||
//ตำแหน่ง
|
||||
dataUserPosition: (type: string) =>
|
||||
`${org}/profile${type}/salary/position/user`,
|
||||
dataUserPositionHistory: (emType: string, id: string) =>
|
||||
`${org}/profile${emType}/salary/position/history/${id}`,
|
||||
|
||||
dataUserSalary: `${profileOrg}/salary/user`,
|
||||
dataUserSalaryByType: (type: string) => `${org}/profile${type}/salary/user`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue