แก้ข้อความเลื่อนเงินเดือนลูกจ้าง

This commit is contained in:
Warunee Tamkoo 2024-07-12 09:24:21 +07:00
parent 795649729b
commit ffdcc4e49a
3 changed files with 15 additions and 15 deletions

View file

@ -51,7 +51,7 @@ const lastPage = ref<number>(0);
const loading = ref(false);
const nextPage = ref<number>(1);
/**function เรียกข้อมูลรอบการขึ้นเงินเดือน*/
/**function เรียกข้อมูลรอบการขึ้นค่าจ้าง*/
function getRound() {
roundOptions.value = [];
isDisable.value = false;
@ -210,7 +210,7 @@ async function getAgencyPosition(id: string) {
/**
*
* @param rootId id หนวยงาน
* @param periodId id รอบการขเงนเดอน
* @param periodId id รอบการขาจาง
* @param snap id รอบ
*/
function fetchSalalyPeriod(rootId: string, periodId: string, snap: string) {
@ -242,7 +242,7 @@ function fetchSalalyPeriod(rootId: string, periodId: string, snap: string) {
}
}
/** function เปลี่ยนรอบการขั้นเงินเดือน*/
/** function เปลี่ยนรอบการขั้นค่าจ้าง*/
async function onChangeRound() {
// isClosedRound
store.isClosedRound = roundFilter.value.isClose;
@ -292,7 +292,7 @@ async function onChangeAgency() {
}
}
/** function onScrollSelect รอบการขึ้นเงินเดือน*/
/** function onScrollSelect รอบการขึ้นค่าจ้าง*/
function onScroll({ to, ref }: { to: number; ref: any }) {
const lastIndex = roundOptions.value.length - 1;
@ -382,7 +382,7 @@ onMounted(() => {
<q-select
class="q-ml-xs"
v-model="roundFilter"
label="รอบการขึ้นเงินเดือน"
label="รอบการขึ้นค่าจ้าง"
dense
outlined
map-options