From 9b2bba115ad90861216c32f6beb668f6c243b830 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 25 Sep 2024 16:20:02 +0700 Subject: [PATCH] updated command step 1 --- .../18_command/components/Step/1_Detail.vue | 24 ++++++++++++++++--- .../18_command/interface/request/Main.ts | 7 +++--- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/src/modules/18_command/components/Step/1_Detail.vue b/src/modules/18_command/components/Step/1_Detail.vue index 3419896d5..1a480e21c 100644 --- a/src/modules/18_command/components/Step/1_Detail.vue +++ b/src/modules/18_command/components/Step/1_Detail.vue @@ -38,6 +38,7 @@ let formData = reactive({ issue: null, commandAffectDate: null, //วันที่ลงนาม commandExcecuteDate: null, //วันที่คำสั่งมีผล + isBangkok: false, }); const modalPreview = ref(false); //แสดงตัวอย่าง @@ -164,6 +165,7 @@ defineExpose({