update KPI

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-28 13:44:28 +07:00
parent 48cdac3326
commit 7084c9e839
38 changed files with 473 additions and 416 deletions

View file

@ -110,7 +110,7 @@ async function fetchListRole() {
messageError($q, err);
});
}
/** ดึงข้อมูล งานอื่น ๆ ที่ได้รับมอบหมาย */
/** ดึงข้อมูล งานอื่นๆ ที่ได้รับมอบหมาย */
async function fetchAssigned() {
await http
.get(config.API.kpiAchievement("special") + `?id=${evaluationId.value}`)
@ -360,7 +360,7 @@ onMounted(async () => {
/>
<Work
v-model:data="rows_03"
:title="`3. งานอื่น ๆ ที่ได้รับมอบหมาย`"
:title="`3. งานอื่นๆ ที่ได้รับมอบหมาย`"
:page="3"
:fetchList="fetchAssigned"
:total="totalResults3"

View file

@ -97,8 +97,8 @@ const title = computed(() => {
: "เพิ่มตัวชี้วัดตามหน้าที่ความรับผิดชอบ";
} else if (numpage.value === 3) {
name = isStatusEdit.value
? "แก้ไขตัวชี้วัดงานอื่น ๆ ที่ได้รับมอบหมาย"
: "เพิ่มตัวชี้วัดงานอื่น ๆ ที่ได้รับมอบหมาย";
? "แก้ไขตัวชี้วัดงานอื่นๆ ที่ได้รับมอบหมาย"
: "เพิ่มตัวชี้วัดงานอื่นๆ ที่ได้รับมอบหมาย";
}
return name;
});
@ -212,7 +212,7 @@ function fetchRoleByid(id: string) {
});
}
/** ดึงข้อมูล งานอื่น ๆ ที่ได้รับมอบหมาย */
/** ดึงข้อมูล งานอื่นๆ ที่ได้รับมอบหมาย */
function fetchListSpecial() {
formFilter.nodeId = store.dataProfile.nodeId;
formFilter.node = store.dataProfile.node;
@ -242,7 +242,7 @@ function fetchListSpecial() {
});
}
/** ดึงข้อมูล งานอื่น ๆ ที่ได้รับมอบหมายตาม id */
/** ดึงข้อมูล งานอื่นๆ ที่ได้รับมอบหมายตาม id */
function fetchspecialByid(id: string) {
showLoader();
http