From 50000f20cb79af6fb896bada76dd4308505fb529 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Mon, 12 Feb 2024 12:14:57 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AA=E0=B8=B7=E0=B8=9A=E0=B8=97=E0=B8=AD?= =?UTF-8?q?=E0=B8=94=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88?= =?UTF-8?q?=E0=B8=87=20=E0=B9=81=E0=B8=A5=E0=B8=B0=E0=B9=81=E0=B8=81?= =?UTF-8?q?=E0=B9=89=E0=B9=84=E0=B8=82=E0=B8=81=E0=B8=B2=E0=B8=A3=20import?= =?UTF-8?q?=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DialogAddEmployee.vue | 2 -- .../components/DialogFormPosition.vue | 13 ++++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/DialogAddEmployee.vue b/src/components/DialogAddEmployee.vue index 7a056e874..ee4db44c5 100644 --- a/src/components/DialogAddEmployee.vue +++ b/src/components/DialogAddEmployee.vue @@ -21,8 +21,6 @@ const { dateToISO, dialogConfirm, success, - dateToPost, - dateToDisplay, } = useCounterMixin(); const $q = useQuasar(); diff --git a/src/modules/02_organizationalNew/components/DialogFormPosition.vue b/src/modules/02_organizationalNew/components/DialogFormPosition.vue index 23dafab82..ab54ddec8 100644 --- a/src/modules/02_organizationalNew/components/DialogFormPosition.vue +++ b/src/modules/02_organizationalNew/components/DialogFormPosition.vue @@ -41,7 +41,7 @@ const reqMaster = defineModel("reqMaster", { required: true }); const isReadonly = ref(false); // อ่านได้อย่างเดียว const isDisValidate = ref(false); const isPosition = ref(false); -const succession = ref(false); +const succession = ref(false); // id ของตำแหน่งที่จะสืบทอด const dataCopy = ref(); const $q = useQuasar(); const mixin = useCounterMixin(); @@ -723,14 +723,17 @@ async function emitSearch(keyword: string, typeSelect: string) { }} - + - สืบทอดตำแหน่ง - --> + เลือกสืบทอดตำแหน่ง +