วินัย => fix bug

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-04 13:44:29 +07:00
parent 7a483649d4
commit 17b801eede
15 changed files with 197 additions and 90 deletions

View file

@ -313,6 +313,13 @@ function filterSelector(val: any, update: Function, refData: string) {
<q-item-section class="text-grey"> ไมอม </q-item-section>
</q-item>
</template>
<template v-if="fiscalyear !== 0" v-slot:append>
<q-icon
name="cancel"
@click.stop.prevent="(fiscalyear = 0), searchFilterTable()"
class="cursor-pointer"
/>
</template>
</q-select>
<!-- use-input -->
<div>
@ -364,7 +371,8 @@ function filterSelector(val: any, update: Function, refData: string) {
options-cover
style="min-width: 150px"
class="col-xs-12 col-sm-3 col-md-2"
/>
>
</q-select>
</div>
<div class="col-12">
<q-card bordered class="col-12 filter-card q-pa-sm">
@ -398,6 +406,15 @@ function filterSelector(val: any, update: Function, refData: string) {
</q-item-section>
</q-item>
</template>
<template v-if="OrderType !== ''" v-slot:append>
<q-icon
name="cancel"
@click.stop.prevent="
(OrderType = ''), searchFilterTable()
"
class="cursor-pointer"
/>
</template>
</q-select>
</div>
<div class="col-xs-12 col-sm-3 col-md-3">
@ -429,6 +446,15 @@ function filterSelector(val: any, update: Function, refData: string) {
</q-item-section>
</q-item>
</template>
<template v-if="OrderStatus !== 'ทั้งหมด'" v-slot:append>
<q-icon
name="cancel"
@click.stop.prevent="
(OrderStatus = 'ทั้งหมด'), searchFilterTable()
"
class="cursor-pointer"
/>
</template>
</q-select>
</div>
<q-space />