From ccff49ba3849117ab6fb7c3cf60098b468497a7b Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 27 Jan 2026 17:06:24 +0700 Subject: [PATCH 01/19] =?UTF-8?q?=E0=B8=9B=E0=B8=B4=E0=B8=94=E0=B8=9B?= =?UTF-8?q?=E0=B8=B8=E0=B9=88=E0=B8=A1=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=20=E0=B9=81=E0=B8=A5=E0=B8=B0=E0=B9=80=E0=B8=9E?= =?UTF-8?q?=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B8=82=E0=B8=AD=E0=B8=87=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95=E0=B8=B4=E0=B8=95?= =?UTF-8?q?=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87=20?= =?UTF-8?q?=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99=E0=B9=80=E0=B8=94=E0=B8=B7?= =?UTF-8?q?=E0=B8=AD=E0=B8=99=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=94=E0=B9=89=E0=B9=81=E0=B8=84=E0=B9=88=20owner=20?= =?UTF-8?q?=E0=B9=80=E0=B8=97=E0=B9=88=E0=B8=B2=E0=B8=99=E0=B8=B1=E0=B9=89?= =?UTF-8?q?=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/GovernmentInformation/07_Position.vue | 12 ++++++++++-- .../components/detail/Salary/01_PositionSalary.vue | 13 ++++++++++--- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue index f2eed2106..33db37fe4 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue @@ -898,7 +898,11 @@ onMounted(async () => {
{ { > ประวัติแก้ไขตำแหน่ง/เงินเดือน - Date: Wed, 28 Jan 2026 11:46:24 +0700 Subject: [PATCH 02/19] fix(timestamp):clear_rowData --- src/modules/09_leave/views/04_SpecialTimeMain.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/09_leave/views/04_SpecialTimeMain.vue b/src/modules/09_leave/views/04_SpecialTimeMain.vue index 6239ca0e9..10b9dc8df 100644 --- a/src/modules/09_leave/views/04_SpecialTimeMain.vue +++ b/src/modules/09_leave/views/04_SpecialTimeMain.vue @@ -174,6 +174,8 @@ async function fetchData() { checkInStatus: store.convertStatus(e.checkInStatus), checkOutStatus: store.convertStatus(e.checkOutStatus), })); + } else { + rows.value = []; } }) .catch((e) => { From 000f6d183cc227869a727b1cad0e78e234f71398 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 28 Jan 2026 16:11:56 +0700 Subject: [PATCH 03/19] =?UTF-8?q?fix:=20title=20by=20issue=20#2156=20?= =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=A3=E0=B8=B0=E0=B8=94?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A=E0=B8=8A=E0=B8=B1=E0=B9=89=E0=B8=99=E0=B8=87?= =?UTF-8?q?=E0=B8=B2=E0=B8=99-=E0=B8=A2=E0=B9=89=E0=B8=B2=E0=B8=A2?= =?UTF-8?q?=E0=B8=A5=E0=B8=B9=E0=B8=81=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87?= =?UTF-8?q?=20(=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2?= =?UTF-8?q?=E0=B8=A1=E0=B9=80=E0=B8=A1=E0=B8=99=E0=B8=B9=E0=B9=84=E0=B8=A1?= =?UTF-8?q?=E0=B9=88=E0=B9=80=E0=B8=AB=E0=B8=A1=E0=B8=B7=E0=B8=AD=E0=B8=99?= =?UTF-8?q?=E0=B8=81=E0=B8=B1=E0=B8=99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/AppointEmployee/AppointEmployeeDetail.vue | 2 +- src/modules/05_placement/views/07_appointEmployeeMain.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/05_placement/components/AppointEmployee/AppointEmployeeDetail.vue b/src/modules/05_placement/components/AppointEmployee/AppointEmployeeDetail.vue index cb058e783..41c3854b9 100644 --- a/src/modules/05_placement/components/AppointEmployee/AppointEmployeeDetail.vue +++ b/src/modules/05_placement/components/AppointEmployee/AppointEmployeeDetail.vue @@ -175,7 +175,7 @@ onMounted(async () => { class="q-mr-sm" @click="router.push(`/placement/appoint-employee`)" /> - รายละเอียดการปรับระดับชั้นงานลูกจ้าง {{ fullName }} + รายละเอียดการปรับระดับชั้นงาน-ย้ายลูกจ้าง {{ fullName }}
diff --git a/src/modules/05_placement/views/07_appointEmployeeMain.vue b/src/modules/05_placement/views/07_appointEmployeeMain.vue index 6f6c06ddd..af63c652a 100644 --- a/src/modules/05_placement/views/07_appointEmployeeMain.vue +++ b/src/modules/05_placement/views/07_appointEmployeeMain.vue @@ -372,7 +372,7 @@ onMounted(async () => {