diff --git a/src/modules/13_salary/views/05_salaryListsEmployee.vue b/src/modules/13_salary/views/05_salaryListsEmployee.vue index 748d6be48..3c7a395c0 100644 --- a/src/modules/13_salary/views/05_salaryListsEmployee.vue +++ b/src/modules/13_salary/views/05_salaryListsEmployee.vue @@ -79,6 +79,15 @@ const titleCommand = computed(() => { return `ปีงบประมาณ ${year.value + 543} รอบการขึ้นค่าจ้าง${txt}`; }); +//ประเภทคำสั่ง +const commandTypeCodeArray = computed(() => { + if (roundFilter.value?.shortCode === "OCT") { + return ["C-PM-36", "C-PM-37", "C-PM-45", "C-PM-46"]; + } else { + return ["C-PM-36", "C-PM-37"]; + } +}); + /** * function เรียกข้อมูลรอบการขึ้นค่าจ้าง */ @@ -586,14 +595,13 @@ onMounted(async () => { /> -