แก้บัคทะเบียนประวัติ

This commit is contained in:
Kittapath 2024-02-07 08:05:41 +07:00
parent 25a8fb9aa2
commit 4b07d2d3d5
15 changed files with 41 additions and 37 deletions

View file

@ -152,7 +152,7 @@
</template>
</datepicker>
</div>
<div class="col-xs-3 col-sm-3 col-md-3">
<div class="col-xs-6 col-sm-6 col-md-6">
<q-input
:class="getClass(edit)"
:outlined="edit"
@ -168,7 +168,7 @@
@update:modelValue="clickEditRow"
/>
</div>
<div class="col-xs-3 col-sm-3 col-md-3">
<!-- <div class="col-xs-3 col-sm-3 col-md-3">
<q-input
:class="getClass(false)"
:outlined="true"
@ -184,7 +184,7 @@
:label="`${'จำนวนวันที่ลามาแล้ว'}`"
@update:modelValue="clickEditRow"
/>
</div>
</div> -->
<div class="col-xs-6 col-sm-6 col-md-6">
<selector
:class="getClass(edit)"
@ -776,6 +776,7 @@ const filterSelector = (val: any, update: Function, filtername: string) => {
const clickHistory = async (row: RequestItemsObject) => {
modalHistory.value = true;
filterHistory.value = "";
showLoader();
await http
.get(config.API.profileLeaveHisId(row.id))