ผูก API ในส่วนของ KPI สมรรถนะ

This commit is contained in:
STW_TTTY\stwtt 2024-04-23 16:23:49 +07:00
parent ab9f349af7
commit 6aaa9f6c30
4 changed files with 216 additions and 39 deletions

View file

@ -7,6 +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 KpiUser = `${env.API_URI}/kpi/user`;
export default {
kpiPeriod,
kpiEvaluation,
@ -17,4 +19,6 @@ export default {
fileByFile: (name: string, group: string, id: string, fileName: string) =>
`${url}/file/${name}/${group}/${id}/${fileName}`,
kpiUserCapacity:`${KpiUser}/capacity`
};