From 45df38b0df7216465f77ce31bcb3509d142ecb1d Mon Sep 17 00:00:00 2001 From: oat_dev Date: Tue, 2 Apr 2024 12:03:53 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4:=20=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A?= =?UTF-8?q?=E0=B9=81=E0=B8=97=E0=B9=87=E0=B8=9A=E0=B9=80=E0=B8=87=E0=B8=B4?= =?UTF-8?q?=E0=B8=99=E0=B9=80=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99/?= =?UTF-8?q?=E0=B8=84=E0=B9=88=E0=B8=B2=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/Salary/01_PositionSalary.vue | 579 +++++++++--------- .../Salary/01_PositionSalaryHistory.vue | 160 ++--- .../detail/Salary/02_NotReceiveSalary.vue | 332 +++++----- .../Salary/02_NotReceiveSalaryHistory.vue | 158 ++--- 4 files changed, 635 insertions(+), 594 deletions(-) diff --git a/src/modules/04_registryNew/components/detail/Salary/01_PositionSalary.vue b/src/modules/04_registryNew/components/detail/Salary/01_PositionSalary.vue index 066dd2e15..9d4946df6 100644 --- a/src/modules/04_registryNew/components/detail/Salary/01_PositionSalary.vue +++ b/src/modules/04_registryNew/components/detail/Salary/01_PositionSalary.vue @@ -521,136 +521,135 @@ onMounted(() => { - - - + + - - - -
- -
- - - - + +
-
- - -
+
+ + +
-
- + -
+ /> +
-
- -
+
+ +
-
- - -
+ -
- -
-
- - -
+
+ +
+
+ + +
-
- + -
+ /> + -
- + -
-
-
- -
+ /> + +
+
+ +
-
- -
-
- -
+
+ +
+
+ +
-
- - - -
+
+ + + +
-
- + -
+ /> + -
- -
-
- - +
+ +
+ + + + - - - บันทึกข้อมูล - + + + + + บันทึกข้อมูล + + + - +
diff --git a/src/modules/04_registryNew/components/detail/Salary/01_PositionSalaryHistory.vue b/src/modules/04_registryNew/components/detail/Salary/01_PositionSalaryHistory.vue index 06c4f0719..55866d91c 100644 --- a/src/modules/04_registryNew/components/detail/Salary/01_PositionSalaryHistory.vue +++ b/src/modules/04_registryNew/components/detail/Salary/01_PositionSalaryHistory.vue @@ -247,83 +247,95 @@ watch( ); diff --git a/src/modules/04_registryNew/components/detail/Salary/02_NotReceiveSalary.vue b/src/modules/04_registryNew/components/detail/Salary/02_NotReceiveSalary.vue index 4c3621982..bc0d3fbec 100644 --- a/src/modules/04_registryNew/components/detail/Salary/02_NotReceiveSalary.vue +++ b/src/modules/04_registryNew/components/detail/Salary/02_NotReceiveSalary.vue @@ -115,8 +115,8 @@ const formFilter = reactive({ }); const maxPage = ref(1); const pagination = ref({ - page: formFilter.page, - rowsPerPage: formFilter.pageSize, + page: 1, + rowsPerPage: 10, }); function onSubmit() { @@ -128,14 +128,13 @@ function onSubmit() { function onClickOpenDialog(StatusEdit: boolean = false, data: any = []) { isStatusEdit.value = StatusEdit; - modalDialog.value = true; - id.value = StatusEdit ? data.id : ""; formData.date = StatusEdit ? data.date : null; formData.reference = StatusEdit ? data.reference : ""; formData.detail = StatusEdit ? data.detail : ""; formData.refCommandNo = StatusEdit ? data.refCommandNo : ""; formData.refCommandDate = StatusEdit ? data.refCommandDate : null; + modalDialog.value = true; } function onClickCloseDialog() { @@ -414,171 +413,188 @@ onMounted(() => { - - + - - - -
-
- -
-
- - - - - -
-
- -
-
- -
-
- - - -
-
- - - - + +
-
- + +
- -
+ + - - - บันทึกข้อมูล - + + + + + บันทึกข้อมูล + + +
-
+
diff --git a/src/modules/04_registryNew/components/detail/Salary/02_NotReceiveSalaryHistory.vue b/src/modules/04_registryNew/components/detail/Salary/02_NotReceiveSalaryHistory.vue index 51d24ab5e..b719ef1a8 100644 --- a/src/modules/04_registryNew/components/detail/Salary/02_NotReceiveSalaryHistory.vue +++ b/src/modules/04_registryNew/components/detail/Salary/02_NotReceiveSalaryHistory.vue @@ -144,87 +144,87 @@ watch(modal, (status) => {