ปรับ step ui ส่งคนไปออกคำสั่งขอโอน

This commit is contained in:
STW_TTTY\stwtt 2024-09-24 17:16:27 +07:00
parent ee84cd512f
commit 4938aaf40d
3 changed files with 440 additions and 196 deletions

View file

@ -175,7 +175,7 @@ watch(
);
</script>
<template>
<q-dialog v-model="props.modal">
<q-dialog v-model="modal">
<q-card style="width: 1200px; max-width: 80vw">
<DialogHeader :tittle="'ส่งไปออกคำสั่ง'" :close="closeModal" />
<q-separator />
@ -285,8 +285,8 @@ watch(
<DialogCreateCommand
v-model:modal="modalCommand"
command-type-code="C-PM-13"
:persons-id="selected"
:command-type-code="'C-PM-13'"
:persons-id="selected.map((r) => r.id)"
/>
</template>