Merge branch 'develop'

This commit is contained in:
Warunee Tamkoo 2025-05-30 17:08:56 +07:00
commit 5fa1bd8024
25 changed files with 25 additions and 25 deletions

View file

@ -323,7 +323,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent=" @keydown.enter.prevent="
store.onSearchData(filterKeyword, columns) store.onSearchData(filterKeyword, columns)
" "
> >

View file

@ -200,7 +200,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent=" @keydown.enter.prevent="
store.onSearchData(filterKeyword, TABLE_COLUMNS) store.onSearchData(filterKeyword, TABLE_COLUMNS)
" "
> >

View file

@ -199,7 +199,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)" @keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -199,7 +199,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)" @keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -199,7 +199,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)" @keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -198,7 +198,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)" @keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -201,7 +201,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)" @keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -210,7 +210,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)" @keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -217,7 +217,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)" @keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -260,7 +260,7 @@ onMounted(async () => {
dense dense
v-model="filterKeyword" v-model="filterKeyword"
label="ค้นหา" label="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -266,7 +266,7 @@ onMounted(async () => {
dense dense
v-model="filterKeyword" v-model="filterKeyword"
label="ค้นหา" label="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -346,7 +346,7 @@ onMounted(async () => {
lazy-rules lazy-rules
label="คำค้น" label="คำค้น"
hide-bottom-space hide-bottom-space
@keydown.enter="fetchData()" @keydown.enter.prevent="fetchData()"
style="min-width: 300px" style="min-width: 300px"
> >
<template v-slot:append> <template v-slot:append>

View file

@ -264,7 +264,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -315,7 +315,7 @@ onMounted(() => {
outlined outlined
v-model="filter" v-model="filter"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -237,7 +237,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -199,7 +199,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -295,7 +295,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -227,7 +227,7 @@ onMounted(async () => {
outlined outlined
v-model="filterKeyword" v-model="filterKeyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)" @keydown.enter.prevent="store.onSearchData(filterKeyword, columns)"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -157,7 +157,7 @@ watch(
dense dense
v-model="keyword" v-model="keyword"
label="ค้นหา" label="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -181,7 +181,7 @@ onMounted(() => {
outlined outlined
v-model="keyword" v-model="keyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -590,7 +590,7 @@ onMounted(async () => {
dense dense
v-model="inputSearch" v-model="inputSearch"
ref="filterRef" ref="filterRef"
@keydown.enter.pervent=" @keydown.enter.prevent="
storeData.fetchLog({ storeData.fetchLog({
rootId: qureyBody.rootId ?? undefined, rootId: qureyBody.rootId ?? undefined,
size: size ?? undefined, size: size ?? undefined,

View file

@ -183,7 +183,7 @@ onMounted(async () => {
outlined outlined
v-model="filter" v-model="filter"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -332,7 +332,7 @@ onMounted(async () => {
outlined outlined
v-model="filter" v-model="filter"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -312,7 +312,7 @@ onMounted(() => {
outlined outlined
v-model="filter" v-model="filter"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter="(pagination.page = 1), fetchSalaryList()" @keydown.enter.prevent="(pagination.page = 1), fetchSalaryList()"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />

View file

@ -187,7 +187,7 @@ onMounted(() => {
outlined outlined
v-model="keyword" v-model="keyword"
placeholder="ค้นหา" placeholder="ค้นหา"
@keydown.enter.pervent="serchDataTable" @keydown.enter.prevent="serchDataTable"
> >
<template v-slot:append> <template v-slot:append>
<q-icon name="search" /> <q-icon name="search" />