แก้บัค แบบประเมินผล (คณะกรรมการ)
This commit is contained in:
parent
77e4294ec5
commit
f773550bfd
8 changed files with 792 additions and 285 deletions
|
|
@ -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`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue