แก้ไข บันทึกผลการได้รับพระราชทานเครื่องราชย์อิสริยสภรณ์

This commit is contained in:
Thanit Konmek 2023-08-17 13:35:15 +07:00
parent 98b6a8365e
commit 63089d2a4e

View file

@ -241,7 +241,7 @@
นทได <b>{{ date2Thai(new Date()) }}</b>
</p>
</div>
<div class="col-xs-12 col-md-5 d-flex justify-end">
<div class="col-xs-12 col-md-5 flexsave">
<q-btn label="บันทึก" @click="save" color="public" />
</div>
</div>
@ -255,7 +255,7 @@
lazy-rules
v-model="selectType"
hide-bottom-space
:label="`${'ประเภทเครื่องราชฯ'}`"
:label="`${'เครื่องราชฯ'}`"
emit-value
map-options
option-label="name"
@ -269,7 +269,7 @@
doneFn:Function) => filterSelector(inputValue, doneFn,'selectTypeOption'
) "
/>
<selector
<!-- <selector
outlined
dense
lazy-rules
@ -288,7 +288,7 @@
@filter="(inputValue:string,
doneFn:Function) => filterSelector(inputValue, doneFn,'selectStatusOption'
) "
/>
/> -->
<q-space />
<div class="items-center" style="display: flex">
<!-- นหาขอความใน table -->
@ -381,12 +381,12 @@ const government = ref<any>(null);
const document = ref<any>(null);
const selectStatus = ref<string>("");
const selectStatusOption = ref<DataOption[]>([]);
const selectStatusOptionFilter = ref<DataOption[]>([]);
const selectStatusOption = ref<OptionData[]>([]);
const selectStatusOptionFilter = ref<OptionData[]>([]);
const selectType = ref<string>("");
const selectTypeOption = ref<DataOption[]>([]);
const selectTypeOptionFilter = ref<DataOption[]>([]);
const selectType = ref<string>("1");
const selectTypeOption = ref<OptionData[]>([]);
const selectTypeOptionFilter = ref<OptionData[]>([]);
const selectRound = ref<string>("1");
const selectRoundOption = ref<OptionData[]>([
@ -561,4 +561,9 @@ const marginTop = (val: boolean) => {
.v-leave-to {
opacity: 0;
}
.flexsave {
display: flex;
justify-content: flex-end;
}
</style>