โครงสร้างอัตรากำลังข้าราชการ ส่งไปออกคำสั่งกรณีสำนักปลัด

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-30 11:21:39 +07:00
parent aecf75c1e7
commit f33da756af
4 changed files with 9 additions and 0 deletions

View file

@ -39,6 +39,7 @@ const count = ref<number>(0);
const modalCommand = ref<boolean>(false); //
const modalRemark = ref<boolean>(false); //
const isDeputy = ref<boolean>(false); //
/**
* function เรยกขอมลโครงสราง แบบปนและ แบบราง
@ -333,6 +334,7 @@ onMounted(async () => {
@click="ocClickAddStructure('ADD')"
class="q-px-md"
/>
<q-btn
v-if="
store.typeOrganizational === 'draft' &&
@ -407,6 +409,7 @@ onMounted(async () => {
v-if="store.statusView === 'list'"
v-model:historyId="historyId"
v-model:count="count"
v-model:is-deputy="isDeputy"
/>
</q-tab-panel>
@ -447,6 +450,7 @@ onMounted(async () => {
v-model:is-staff="store.isStaff as boolean"
v-model:root-id="store.rootId"
:system-name="'ORGANIZATION'"
v-model:is-deputy="isDeputy"
/>
<q-dialog v-model="modalRemark">