บันทึกผลการได้รับพระราชทานเครื่องราชอิสริยาภรณ์ pop upรับคืน
This commit is contained in:
parent
178a6ac8c7
commit
2f509ac1e4
2 changed files with 17 additions and 21 deletions
|
|
@ -44,6 +44,7 @@ const filterEmployee = ref<any>(DataStore.employeeClassOps);
|
|||
const ModalDialog = ref<boolean>(false);
|
||||
const dateReceiveInsignia = ref<Date>();
|
||||
const fileCheck = ref<any>();
|
||||
const fileCheck2 = ref<any>();
|
||||
onMounted(async () => {
|
||||
await fecthRound();
|
||||
});
|
||||
|
|
@ -437,6 +438,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
|
|||
const OpenModal = (data: any) => {
|
||||
ModalDialog.value = true;
|
||||
fileCheck.value = data.docReceiveInsignia;
|
||||
fileCheck2.value = data.docReturnInsignia;
|
||||
personId.value = data.id;
|
||||
};
|
||||
const filterSelector = (val: any, update: Function, name: any) => {
|
||||
|
|
@ -824,10 +826,6 @@ const clearInsigniaFilters = (name: string) => {
|
|||
<q-item-section>เเก้ไขข้อมูล</q-item-section>
|
||||
</q-item>
|
||||
<q-item
|
||||
:disable="
|
||||
props.row.docReceiveInsignia !== null &&
|
||||
props.row.docReturnInsignia !== null
|
||||
"
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="OpenModal(props.row)"
|
||||
|
|
@ -868,6 +866,7 @@ const clearInsigniaFilters = (name: string) => {
|
|||
:modal="ModalDialog"
|
||||
:close="close"
|
||||
:fileCheck="fileCheck"
|
||||
:fileCheck2="fileCheck2"
|
||||
:personId="personId"
|
||||
:fecthlistInsignia="fecthlistInsignia"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue