From af90e36918924365b1c3721c69a0a94002a799a8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 30 Sep 2024 13:30:45 +0700 Subject: [PATCH] =?UTF-8?q?UI=20=E0=B8=AA=E0=B9=88=E0=B8=87=E0=B9=84?= =?UTF-8?q?=E0=B8=9B=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84=E0=B8=B3=E0=B8=AA?= =?UTF-8?q?=E0=B8=B1=E0=B9=88=E0=B8=87=E0=B9=82=E0=B8=84=E0=B8=A3=E0=B8=87?= =?UTF-8?q?=E0=B8=AA=E0=B8=A3=E0=B9=89=E0=B8=B2=E0=B8=87=E0=B8=AD=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=A3=E0=B8=B2=E0=B8=81=E0=B8=B3=E0=B8=A5=E0=B8=B1?= =?UTF-8?q?=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../02_organization/components/TreeTable.vue | 25 +- .../components/AppointMent/DialogOrders.vue | 8 +- .../components/DialogCreateCommand.vue | 16 +- .../components/DialogCreateCommandORG.vue | 277 ++++++++++++++++++ 4 files changed, 314 insertions(+), 12 deletions(-) create mode 100644 src/modules/18_command/components/DialogCreateCommandORG.vue 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( + + +