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

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