Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2025-06-06 09:59:05 +07:00
commit 12a7fc9602
4 changed files with 1 additions and 7 deletions

View file

@ -1346,7 +1346,6 @@ watch(
<div class="text-grey-8 text-caption">วงเวลาบรรจ</div> <div class="text-grey-8 text-caption">วงเวลาบรรจ</div>
<div class="col-12"> <div class="col-12">
<datepicker <datepicker
menu-class-name="modalfix"
v-model="dateStart" v-model="dateStart"
:locale="'th'" :locale="'th'"
autoApply autoApply
@ -1392,7 +1391,6 @@ watch(
</div> </div>
<div class="col-12"> <div class="col-12">
<datepicker <datepicker
menu-class-name="modalfix"
v-model="dateEnd" v-model="dateEnd"
:locale="'th'" :locale="'th'"
autoApply autoApply

View file

@ -366,7 +366,6 @@ onMounted(async () => {
/> />
<div class="col-12 q-px-sm q-pb-xs" v-if="typeReport"> <div class="col-12 q-px-sm q-pb-xs" v-if="typeReport">
<datepicker <datepicker
menu-class-name="modalfix"
v-model="year" v-model="year"
:locale="'th'" :locale="'th'"
autoApply autoApply

View file

@ -63,8 +63,7 @@ async function fetchReport() {
loadingBtn.value = true; loadingBtn.value = true;
await http await http
.get( .get(
config.API.evaluationReport + config.API.evaluationReport + `?year=${year.value}&rootId=${nodeId.value}`
`?year=${year.value}&rootId=${nodeId.value}`
) )
.then(async (res) => { .then(async (res) => {
const data = await res.data.result; const data = await res.data.result;
@ -320,7 +319,6 @@ onMounted(() => {
<q-separator /> <q-separator />
<div class="col-12 q-px-sm"> <div class="col-12 q-px-sm">
<datepicker <datepicker
menu-class-name="modalfix"
v-model="year" v-model="year"
:locale="'th'" :locale="'th'"
autoApply autoApply

View file

@ -391,7 +391,6 @@ onMounted(() => {
<q-card-section class="q-pa-none"> <q-card-section class="q-pa-none">
<div class="col-12 q-px-sm"> <div class="col-12 q-px-sm">
<datepicker <datepicker
menu-class-name="modalfix"
v-model="year" v-model="year"
:locale="'th'" :locale="'th'"
autoApply autoApply