diff --git a/src/api/02_organizational/api.organization.ts b/src/api/02_organizational/api.organization.ts index bde8568bc..5bec17793 100644 --- a/src/api/02_organizational/api.organization.ts +++ b/src/api/02_organizational/api.organization.ts @@ -55,4 +55,5 @@ export default { /** บรรจุแต่งตั้ง*/ orgPosPlacement: `${orgPos}/placement/search`, orgPosFind: `${organization}/find/node`, + orgProfileProbation: `${organization}/profile/probation`, }; diff --git a/src/modules/04_registryNew/components/registry/registry.vue b/src/modules/04_registryNew/components/registry/registry.vue index 0c43cbcc6..0527e9303 100644 --- a/src/modules/04_registryNew/components/registry/registry.vue +++ b/src/modules/04_registryNew/components/registry/registry.vue @@ -1,5 +1,5 @@ + + + + + + + + + + + + + + + + + + + {{ item.lable }} + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/modules/13_salary/components/SalaryLists/TableTabType1.vue b/src/modules/13_salary/components/SalaryLists/TableTabType1.vue new file mode 100644 index 000000000..7832dc9f9 --- /dev/null +++ b/src/modules/13_salary/components/SalaryLists/TableTabType1.vue @@ -0,0 +1,233 @@ + + + + + เพิ่ม + + + + + + + + + + + + + + {{ col.label }} + + + + + + + + + {{ props.rowIndex + 1 }} + + + + + + + + + + + + + + + + + + {{ col.value ? col.value : "-" }} + + + + + + + + + diff --git a/src/modules/13_salary/components/SalaryLists/TableTabType2.vue b/src/modules/13_salary/components/SalaryLists/TableTabType2.vue new file mode 100644 index 000000000..058e5ba78 --- /dev/null +++ b/src/modules/13_salary/components/SalaryLists/TableTabType2.vue @@ -0,0 +1,6 @@ + + + 222222222222222222 + + + diff --git a/src/modules/13_salary/components/SalaryLists/TableTabType3.vue b/src/modules/13_salary/components/SalaryLists/TableTabType3.vue new file mode 100644 index 000000000..ecebac15b --- /dev/null +++ b/src/modules/13_salary/components/SalaryLists/TableTabType3.vue @@ -0,0 +1,6 @@ + + + 333333 + + + diff --git a/src/modules/13_salary/components/SalaryLists/TableTabType4.vue b/src/modules/13_salary/components/SalaryLists/TableTabType4.vue new file mode 100644 index 000000000..d3416b233 --- /dev/null +++ b/src/modules/13_salary/components/SalaryLists/TableTabType4.vue @@ -0,0 +1,6 @@ + + + 4444444444 + + + diff --git a/src/modules/13_salary/store/SalaryListsStore.ts b/src/modules/13_salary/store/SalaryListsStore.ts new file mode 100644 index 000000000..504dc9b35 --- /dev/null +++ b/src/modules/13_salary/store/SalaryListsStore.ts @@ -0,0 +1,8 @@ +import { defineStore } from "pinia"; +import { ref } from "vue"; + +export const useSalaryListSDataStore = defineStore("salaryListStore", () => { + const tabGroup = ref("group1"); + const tabType = ref("tab1"); + return { tabGroup, tabType }; +}); diff --git a/src/modules/13_salary/views/salaryChart.vue b/src/modules/13_salary/views/salaryChart.vue index 611a91217..2c57a3d1c 100644 --- a/src/modules/13_salary/views/salaryChart.vue +++ b/src/modules/13_salary/views/salaryChart.vue @@ -364,6 +364,7 @@ async function filterFn(page: number) { size="sm" boundary-links direction-links + :max-pages="5" > diff --git a/src/modules/13_salary/views/salaryLists.vue b/src/modules/13_salary/views/salaryLists.vue index cf4e87628..00c235fc0 100644 --- a/src/modules/13_salary/views/salaryLists.vue +++ b/src/modules/13_salary/views/salaryLists.vue @@ -1,4 +1,6 @@ - + @@ -6,6 +8,14 @@ รายการเงินเดือน + + + + - \ No newline at end of file + diff --git a/src/modules/13_salary/views/salaryRate.vue b/src/modules/13_salary/views/salaryRate.vue index 1aaa946f0..887634fd9 100644 --- a/src/modules/13_salary/views/salaryRate.vue +++ b/src/modules/13_salary/views/salaryRate.vue @@ -364,6 +364,7 @@ watch([() => formQuery.page, () => formQuery.pageSize], async () => { size="sm" boundary-links direction-links + :max-pages="5" >