{{
diff --git a/src/modules/13_salary/views/salaryEmployeeChart.vue b/src/modules/13_salary/views/salaryEmployeeChart.vue
new file mode 100644
index 000000000..add4984af
--- /dev/null
+++ b/src/modules/13_salary/views/salaryEmployeeChart.vue
@@ -0,0 +1,41 @@
+
+
+
+
+
+ ผังบัญชีค่าจ้างลูกจ้างประจำ
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/modules/13_salary/views/salaryEmployeeLists.vue b/src/modules/13_salary/views/salaryEmployeeLists.vue
new file mode 100644
index 000000000..c9b5c17fc
--- /dev/null
+++ b/src/modules/13_salary/views/salaryEmployeeLists.vue
@@ -0,0 +1,412 @@
+
+
+
+
+
+ รายการเลื่อนเงินเดือนลูกจ้างประจำ
+
+
+
+
+
+
+
+ {{ scope.opt.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ไม่มีข้อมูล
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/modules/13_salary/views/salaryEmployeeRate.vue b/src/modules/13_salary/views/salaryEmployeeRate.vue
new file mode 100644
index 000000000..8e81fac1c
--- /dev/null
+++ b/src/modules/13_salary/views/salaryEmployeeRate.vue
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+ เพิ่ม
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ col.label }}
+
+
+
+
+
+
+
+
+ {{ col.value ? col.value.toLocaleString() : "-" }}
+
+
+ {{ col.value ? col.value.toLocaleString() : "-" }}
+
+ {{ col.value ? col.value : "-" }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/modules/13_salary/views/salaryLists.vue b/src/modules/13_salary/views/salaryLists.vue
index aa126ca50..589a4d1da 100644
--- a/src/modules/13_salary/views/salaryLists.vue
+++ b/src/modules/13_salary/views/salaryLists.vue
@@ -4,7 +4,7 @@ import { useQuasar } from "quasar";
import config from "@/app.config";
import http from "@/plugins/http";
import ProcessStep from "@/modules/13_salary/components/SalaryLists/ProcessStep.vue";
-import PageDashBoard from '@/modules/13_salary/components/SalaryLists/Dashboard.vue'
+import PageDashBoard from "@/modules/13_salary/components/SalaryLists/Dashboard.vue";
/** importType*/
import type {
DataOption,
@@ -63,6 +63,7 @@ function getRound() {
revisionId: x.revisionId,
shortCode: x.period,
isClose: x.isClose,
+ year: x.year,
name:
(x.period === "OCT"
? "รอบตุลาคม "
@@ -78,6 +79,7 @@ function getRound() {
: "");
store.roundMainCode = roundFilter.value.shortCode;
+ store.roundYear = roundFilter.value.year;
store.isClosedRound = roundFilter.value.isClose;
await getSnap(roundFilter.value.shortCode);
@@ -239,6 +241,7 @@ function fetchSalalyPeriod(rootId: string, periodId: string, snap: string) {
async function onChangeRound() {
// เก็บสถานะการปิดรอบในตัวแปร isClosedRound เพื่อใช้ในการเช็ค
store.isClosedRound = roundFilter.value.isClose;
+ console.log(roundFilter.value);
await getSnap(roundFilter.value.shortCode);
await getAgency(roundFilter.value.revisionId);
@@ -251,6 +254,7 @@ async function onChangeRound() {
// );
store.tabType = "PENDING";
store.roundMainCode = roundFilter.value.shortCode;
+ store.roundYear = roundFilter.value.year;
} else {
isLoad.value = false;
}
@@ -271,7 +275,11 @@ async function onChangeSnap() {
async function onChangeAgency() {
store.rootId = agencyFilter.value;
- if (agencyFilter.value !== 'ALL' && roundFilter.value.id && snapFilter.value) {
+ if (
+ agencyFilter.value !== "ALL" &&
+ roundFilter.value.id &&
+ snapFilter.value
+ ) {
await fetchSalalyPeriod(
agencyFilter.value,
roundFilter.value.id,
@@ -311,7 +319,7 @@ onMounted(async () => {
- รายการเลื่อนเงินเดือนข้าราชการ
+ รายการเลื่อนเงินเดือนข้าราชการฯ
@@ -394,20 +402,18 @@ onMounted(async () => {
-->
-
-
-
-
-
-
- ไม่มีข้อมูล
-
-
-
-
-
+
+
+
+
+ ไม่มีข้อมูล
+
+
+
+
+