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( + + + diff --git a/src/modules/18_command/components/Step/View0_Digital.vue b/src/modules/18_command/components/Step/View0_Digital.vue index d747a1661..ed6bb6b6c 100644 --- a/src/modules/18_command/components/Step/View0_Digital.vue +++ b/src/modules/18_command/components/Step/View0_Digital.vue @@ -707,7 +707,7 @@ onMounted(async () => { - + @@ -728,7 +728,7 @@ onMounted(async () => { - + diff --git a/src/modules/18_command/views/lists.vue b/src/modules/18_command/views/lists.vue index 31c9fd6c9..3ee6af06e 100644 --- a/src/modules/18_command/views/lists.vue +++ b/src/modules/18_command/views/lists.vue @@ -117,6 +117,7 @@ async function fetchListCommand() { label="ค้นหา" clearable style="width: 300px" + @keydown.enter="(queryParams.page = 1), fetchListCommand()" >