แก้ kpi
This commit is contained in:
parent
4d29976a8c
commit
dfa0ef32ef
7 changed files with 185 additions and 19 deletions
|
|
@ -49,6 +49,10 @@ export default {
|
|||
kpiSendToGet: (id: string) => `${kpiEvaluation}/reason/${id}`,
|
||||
kpiSendToReason: (id: string, type: string) =>
|
||||
`${kpiEvaluation}/reason/${type}/${id}`,
|
||||
kpiSendToReasonreject: (id: string) =>
|
||||
`${kpiEvaluation}/reject-result/${id}`,
|
||||
|
||||
|
||||
kpiReqEdit: (id: string) => `${kpiEvaluation}/edit/${id}`,
|
||||
/**ประเมิน*/
|
||||
kpiAchievementDevelop: `${kpiAchievement}/development`,
|
||||
|
|
@ -68,5 +72,7 @@ export default {
|
|||
|
||||
developmentReQuestIDP: (id: string) => `${developmentOrg}/profile/development/registry/USER/${id}`,
|
||||
developmentIDP: (id: string) => `${development}/main/registry/USER/${id}`,
|
||||
|
||||
kpiReject:(id:string)=>`${kpiEvaluation}/reject-agreement/${id}`
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue