ทำเบียนประวัติลูกจ้างชั่วคราว
This commit is contained in:
parent
40b46b8c62
commit
ba64953315
25 changed files with 4679 additions and 848 deletions
|
|
@ -177,4 +177,17 @@ export default {
|
|||
`${registryNew}${empType}/family/${type}`,
|
||||
profileFamilyHistory: (id: string, empType: string, type: string) =>
|
||||
`${registryNew}${empType}/family/${type}/history/${id}`,
|
||||
|
||||
//ลูกจ้างชั่วคราว
|
||||
positionEmployee: (id: string) => `${registryNew}-employee/position/${id}`,
|
||||
informationEmployee: (id: string) =>
|
||||
`${registryNew}-employee/information/${id}`,
|
||||
informationHistoryEmployee: (id: string) =>
|
||||
`${registryNew}-employee/information/history/${id}`,
|
||||
employmentEmployee: (id: string) =>
|
||||
`${registryNew}-employee/employment/${id}`,
|
||||
employmentEmployeeId: (id: string) =>
|
||||
`${registryNew}-employee/employment/id/${id}`,
|
||||
employmentHistoryEmployee: (id: string) =>
|
||||
`${registryNew}-employee/employment/history/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue