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() { /> -
+
+ + +