feat:absentlate

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-24 16:50:26 +07:00
parent 1d99705b65
commit ecc10e16c9
6 changed files with 714 additions and 1 deletions

View file

@ -272,4 +272,10 @@ export default {
profileAssistanceReturn: `${env.API_URI}/placement/repatriation`,
profileAssistanceUpdateDelete: (type: string) =>
`${registryNew}${type}/assistance/update-delete/`,
profileAbsentLate: (type: string) => `${registryNew}${type}/absent-late`,
profileAbsentLateUpdateDelete: (type: string) => `${registryNew}${type}/absent-late/update-delete`,
profileAbsentLateHistory: (id: string, type: string) =>
`${registryNew}${type}/absent-late/history/${id}`,
};