diff --git a/src/modules/02_organization/components/TreeTable.vue b/src/modules/02_organization/components/TreeTable.vue index 8433bc661..fc9fca910 100644 --- a/src/modules/02_organization/components/TreeTable.vue +++ b/src/modules/02_organization/components/TreeTable.vue @@ -28,8 +28,7 @@ import DialogMovePos from "@/modules/02_organization/components/DialogMovePos.vu import DialogHistoryPos from "@/modules/02_organization/components/DialogHistoryPos.vue"; // ประวัติตำแหน่ง import DialogSelectPerson from "@/modules/02_organization/components/DialogSelectPerson.vue"; // เลือกคนครอง import DialogSuccession from "@/modules/02_organization/components/DialogSuccession.vue"; // สืบทอดตำแหน่ง - -/** importStore*/ +import DialogCreateCommandORG from "@/modules/18_command/components/DialogCreateCommandORG.vue"; const $q = useQuasar(); const store = useOrganizational(); @@ -177,7 +176,6 @@ const columns = ref([ style: "font-size: 14px", }, ]); - const columnsExpand = ref([ { name: "no", @@ -254,6 +252,8 @@ const columnsExpand = ref([ ]); const dialogPosition = ref(false); //ตำแหน่ง +const modalCommand = ref(false); //สร้างคำสั่ง + /** * function openPopup เพิ่มอัตรากำลัง * @param type ประเภท @@ -541,6 +541,19 @@ watch( ดาวน์โหลด + + + ส่งไปออกคำสั่ง + +
@@ -892,6 +905,12 @@ watch( + + +