fix ==> รายงานบรรจุ แต่งตั้ง ย้าย โอน
This commit is contained in:
parent
5b944dc593
commit
95ace09cb8
5 changed files with 423 additions and 99 deletions
|
|
@ -11,6 +11,7 @@ const placemenRelocation = `${placement}/relocation`;
|
|||
const placemenOther = `${env.API_URI}/retirement/other`;
|
||||
const placemenAppointment = `${placement}/appointment`;
|
||||
const orgSearchCommand = `${env.API_URI}/org/profile/search/profile/command`;
|
||||
const report = `${env.API_PLACEMENT_URI}/placement/report`;
|
||||
|
||||
export default {
|
||||
MainDetail: (year: number) => `${placement}/exam/${year}`,
|
||||
|
|
@ -178,4 +179,7 @@ export default {
|
|||
appointEmployeeOrder: (typeId: string) =>
|
||||
`${placement}/appointment/temp/report/${typeId}`,
|
||||
apppointmentPositionUse: () => `${placement}/appointment/temp/use`,
|
||||
|
||||
//รายงาน
|
||||
placementReport: `${report}`,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ const evaluate = `${env.API_PROBATION_URI}`;
|
|||
const appointMain = `${env.API_PROBATION_URI}/appoint`;
|
||||
const orgProfile = `${env.API_URI}/org`;
|
||||
const probation = `${env.API_URI}/probation`;
|
||||
const report = `${env.API_URI}/probation/report`;
|
||||
|
||||
export default {
|
||||
competencyOptions: (personalId: string) =>
|
||||
|
|
@ -87,9 +88,12 @@ export default {
|
|||
`${orgProfile}/profile/probation/${profileId}`,
|
||||
|
||||
appointMain,
|
||||
appointMainList:(id:string)=>`${appointMain}/list/${id}`,
|
||||
appointMainList: (id: string) => `${appointMain}/list/${id}`,
|
||||
|
||||
orgProfileDirector:`${orgProfile}/profile/commander-director`,
|
||||
orgProfileDirector: `${orgProfile}/profile/commander-director`,
|
||||
|
||||
permissionsCheck:(id:string)=>`${probation}/permissions/${id}`
|
||||
permissionsCheck: (id: string) => `${probation}/permissions/${id}`,
|
||||
|
||||
//รายงาน
|
||||
probationReport: `${report}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue