แก้บัค แบบประเมินผล (คณะกรรมการ)

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-03 11:00:24 +07:00
parent 77e4294ec5
commit f773550bfd
8 changed files with 792 additions and 285 deletions

View file

@ -159,4 +159,11 @@ export default {
orderCPM: (type: string) => `${order}/order/${type}/detail`,
orderCPMUpdate: (type: string, id: string) =>
`${order}/order/${type}/detail/${id}`,
//appoint-employee
appointEmployee: () => `${placement}/appointment/temp`,
appointEmployeeByid: (id: string) => `${placement}/appointment/temp/${id}`,
appointEmployeePosition: (id: string) => `${placement}/appointment/temp/position/${id}`,
appointEmployeeOrder: (commandTypeId: string) => `${placement}/appointment/temp/report/${commandTypeId}`,
apppointmentPositionUse: () => `${placement}/appointment/temp/use`,
};