โครงสร้างอัตรากำลังข้าราชการ ส่งไปออกคำสั่งกรณีสำนักปลัด
This commit is contained in:
parent
aecf75c1e7
commit
f33da756af
4 changed files with 9 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue