diff --git a/src/modules/13_salary/components/SalaryLists/DialogInfoCriteria.vue b/src/modules/13_salary/components/SalaryLists/DialogInfoCriteria.vue new file mode 100644 index 000000000..4d6203104 --- /dev/null +++ b/src/modules/13_salary/components/SalaryLists/DialogInfoCriteria.vue @@ -0,0 +1,25 @@ + + + + + diff --git a/src/modules/13_salary/components/SalaryLists/TabMain.vue b/src/modules/13_salary/components/SalaryLists/TabMain.vue index 16ed5720b..8d845e133 100644 --- a/src/modules/13_salary/components/SalaryLists/TabMain.vue +++ b/src/modules/13_salary/components/SalaryLists/TabMain.vue @@ -4,6 +4,7 @@ import { useQuasar } from "quasar"; import http from "@/plugins/http"; import config from "@/app.config"; import genReportXLSX from "@/plugins/genreportxlsx"; +import DialogInfoCriteria from "@/modules/13_salary/components/SalaryLists/DialogInfoCriteria.vue"; /** importType*/ import type { DataOption } from "@/modules/13_salary/interface/index/Main"; @@ -281,6 +282,7 @@ function onClickDownload(data: DataOption) { // }); } +const modalDialogInfoCriteria = ref(false); onMounted(async () => { await fetchDataQuota(store.groupId); await fetchDataPeriod(store.groupId); @@ -305,6 +307,19 @@ onMounted(async () => { > + + + + หลักเกณฑ์การพิจารณาเลื่อนขั้นเงินข้าราชการ + @@ -442,6 +457,8 @@ onMounted(async () => { + +