- รับ-คืน เปิดมาแสดงใหม่

- แก้ไขยืม-คืน ซ่อนหน่วยงาน
This commit is contained in:
Warunee Tamkoo 2023-10-26 13:26:20 +07:00
parent e8767540c5
commit fc613bad9b
2 changed files with 7 additions and 7 deletions

View file

@ -182,7 +182,7 @@ const clickSave = async () => {
await http await http
.post(config.API.insigniaManageBorrow(), { .post(config.API.insigniaManageBorrow(), {
borrowDate: receivedate.value, borrowDate: receivedate.value,
borrowOrganizationId: OrganazationId.value, // borrowOrganizationId: OrganazationId.value,
insigniaNoteProfileId: insigniaNoteProfileId.value, insigniaNoteProfileId: insigniaNoteProfileId.value,
}) })
.then(() => { .then(() => {
@ -425,7 +425,7 @@ onMounted(() => {
</datepicker> </datepicker>
</div> </div>
<div class="col-xs-12 col-sm-6"> <!-- <div class="col-xs-12 col-sm-6">
<q-select <q-select
hide-bottom-space hide-bottom-space
:options="filterOrgList" :options="filterOrgList"
@ -445,7 +445,7 @@ onMounted(() => {
doneFn:Function) => filterSelector(inputValue, doneFn,'filterOrgList' doneFn:Function) => filterSelector(inputValue, doneFn,'filterOrgList'
) " ) "
/> />
</div> </div> -->
</div> </div>
<div <div
@ -499,7 +499,7 @@ onMounted(() => {
</datepicker> </datepicker>
</div> </div>
<div class="col-xs-12 col-sm-6"> <!-- <div class="col-xs-12 col-sm-6">
<q-select <q-select
hide-bottom-space hide-bottom-space
:options="filterOrgList" :options="filterOrgList"
@ -519,7 +519,7 @@ onMounted(() => {
doneFn:Function) => filterSelector(inputValue, doneFn,'filterOrgList' doneFn:Function) => filterSelector(inputValue, doneFn,'filterOrgList'
) " ) "
/> />
</div> </div> -->
<div class="col-12"> <div class="col-12">
<q-input <q-input

View file

@ -848,7 +848,7 @@ const clearInsigniaFilters = (name: string) => {
</q-item-section> </q-item-section>
<q-item-section>เเกไขขอม</q-item-section> <q-item-section>เเกไขขอม</q-item-section>
</q-item> </q-item>
<!-- <q-item <q-item
clickable clickable
v-close-popup v-close-popup
@click="OpenModal(props.row)" @click="OpenModal(props.row)"
@ -867,7 +867,7 @@ const clearInsigniaFilters = (name: string) => {
<q-item-section no-wrap <q-item-section no-wrap
>-นเครองราชฯ</q-item-section >-นเครองราชฯ</q-item-section
> >
</q-item> --> </q-item>
</q-list> </q-list>
</q-menu> </q-menu>
</q-btn> </q-btn>