API เพิ่มบุคลากร

This commit is contained in:
AnandaTon 2023-11-23 15:12:50 +07:00
parent e9ac152cf7
commit f52e6051ab
2 changed files with 53 additions and 12 deletions

View file

@ -45,6 +45,7 @@ export default {
`${profile}search/new-employee/oc/${id}`,
profileSearchNewEmOcLeaveId: (id: string) =>
`${profile}search/new-employee/oc/leave/${id}`,
profileSearchPersonal: () => `${profile}search-personal`,
profileEmployeeTempId: (id: string) => `${profile}employee/temp/${id}`,
profileCoupleId: (profileId: string) => `${profile}couple/${profileId}`,
@ -188,10 +189,6 @@ export default {
//ระบบ ลูกจ้างชั่คราว
employmentId: (profileId: string) => `${profile}employment/${profileId}`,
employmentHistoryId: (employmentId: string) => `${profile}employment/history/${employmentId}`
employmentHistoryId: (employmentId: string) =>
`${profile}employment/history/${employmentId}`,
};