ประเมินผลการปฏิบัติราชการ = > tab ผู้ประเมิน
This commit is contained in:
parent
6f7206c0af
commit
1a234278f1
4 changed files with 169 additions and 11 deletions
|
|
@ -7,8 +7,8 @@ const kpiPlan = `${env.API_URI}/kpi/plan`;
|
|||
const kpiRole = `${env.API_URI}/kpi/role`;
|
||||
const KpiCapacity = `${env.API_URI}/kpi/capacity`;
|
||||
const KpiFile = `${env.API_URI}/salary/file`;
|
||||
const KpiEvaluation = `${env.API_URI}/kpi/evaluation`;
|
||||
const Kpiorg = `${env.API_URI}/org/profile/commander`
|
||||
const KpiEvaluationInfo = `${env.API_URI}/kpi/evaluation`;
|
||||
const Kpiorg = `${env.API_URI}/org/profile/commander`;
|
||||
|
||||
const KpiUser = `${env.API_URI}/kpi/user`;
|
||||
const kpiAchievement = `${env.API_URI}/kpi/user/achievement`;
|
||||
|
|
@ -24,12 +24,14 @@ export default {
|
|||
kpiAchievementPoint: (type: string) => `${kpiAchievement}/${type}/point`,
|
||||
|
||||
/** ผลสัมฤทธิ์ของงาน*/
|
||||
|
||||
fileByFile: (name: string, group: string, id: string, fileName: string) =>
|
||||
`${url}/file/${name}/${group}/${id}/${fileName}`,
|
||||
|
||||
kpiUserCapacity: `${KpiUser}/capacity`,
|
||||
KpiEvaluation,
|
||||
KpiEvaluationInfo,
|
||||
Kpiorg,
|
||||
kpiEvaluationCheck:`${kpiEvaluation}/check`,
|
||||
kpiEvaluationCheck: `${kpiEvaluation}/check`,
|
||||
|
||||
/**ประเมิน*/
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue