งานที่ได้รับมอบหมายพิเศษ
This commit is contained in:
parent
141dc8f61f
commit
6047660108
4 changed files with 203 additions and 66 deletions
|
|
@ -5,6 +5,7 @@ const kpiPeriod = `${env.API_URI}/kpi/period`;
|
|||
const kpiEvaluation = `${env.API_URI}/kpi/user/evaluation`;
|
||||
const kpiPlan = `${env.API_URI}/kpi/plan`;
|
||||
const kpiRole = `${env.API_URI}/kpi/role`;
|
||||
const kpiSpecial = `${env.API_URI}/kpi/special`;
|
||||
const KpiCapacity = `${env.API_URI}/kpi/capacity`;
|
||||
const KpiFile = `${env.API_URI}/salary/file`;
|
||||
const KpiEvaluationInfo = `${env.API_URI}/kpi/evaluation`;
|
||||
|
|
@ -17,6 +18,7 @@ export default {
|
|||
kpiEvaluation,
|
||||
kpiPlan,
|
||||
kpiRole,
|
||||
kpiSpecial,
|
||||
KpiCapacity,
|
||||
file: KpiFile,
|
||||
|
||||
|
|
@ -25,7 +27,6 @@ export default {
|
|||
|
||||
kpiScoreTotal: () => `${kpiEvaluation}/point`,
|
||||
|
||||
|
||||
/** ผลสัมฤทธิ์ของงาน*/
|
||||
fileByFile: (name: string, group: string, id: string, fileName: string) =>
|
||||
`${url}/file/${name}/${group}/${id}/${fileName}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue