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) => {