From 11367eef7f95b792abb1c4091bfefda417649662 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Thu, 21 Dec 2023 09:14:19 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=9F=E0=B8=AD?= =?UTF-8?q?=E0=B8=A3=E0=B9=8C=E0=B8=A1=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=E0=B8=9B=E0=B8=8F=E0=B8=B4=E0=B8=97=E0=B8=B4=E0=B8=99?= =?UTF-8?q?=E0=B8=A7=E0=B8=B1=E0=B8=99=E0=B8=97=E0=B8=B3=E0=B8=87=E0=B8=B2?= =?UTF-8?q?=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../09_leave/views/ChangeRoundMain.vue | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/modules/09_leave/views/ChangeRoundMain.vue b/src/modules/09_leave/views/ChangeRoundMain.vue index 1c7fd2c71..9cd0d57d8 100644 --- a/src/modules/09_leave/views/ChangeRoundMain.vue +++ b/src/modules/09_leave/views/ChangeRoundMain.vue @@ -21,7 +21,7 @@ const dataStore = useChangeRoundDataStore(); const $q = useQuasar(); const modal = ref(false); -const dateWork = ref(); +const dateWork = ref("5"); const modalFix = ref(false); const editCheck = ref(""); const DataRow = ref(); @@ -57,6 +57,11 @@ function closeDialog() { modalFix.value = false; } +function save() { + console.log("dateWork===>", dateWork.value); + closeDialog(); +} + /** Function ค้นหาข้อมูล */ function searchData() { if (formData.cardId || formData.firstName || formData.lastName) { @@ -206,6 +211,8 @@ function searchData() { + + - +
@@ -258,9 +265,11 @@ function searchData() { /> -
+
+ + +