From 45adb802b290c95cbf0e3e6c2d1f0991b3255462 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Mon, 4 Sep 2023 17:16:14 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87=20disable=20input=20step?= =?UTF-8?q?=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../10_order/components/step/step04.vue | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/src/modules/10_order/components/step/step04.vue b/src/modules/10_order/components/step/step04.vue index 0ac4959ff..22d318ec3 100644 --- a/src/modules/10_order/components/step/step04.vue +++ b/src/modules/10_order/components/step/step04.vue @@ -350,7 +350,9 @@ const validateFormUpload = () => { const validateForm = () => { return ( - order.value.trim() !== "" + order.value.trim() !== "" && + years.value !== null && + date.value !== null ); }; @@ -381,7 +383,7 @@ const viewFileUpload = async (url: string) => {
คำสั่ง
- ดาวน์โหลด @@ -413,7 +415,7 @@ const viewFileUpload = async (url: string) => { code != 'c-pm-20' " @click="setTab('second')" :class="getClass(tab == 'second')">
เอกสารแนบท้าย
- ดาวน์โหลด @@ -496,7 +498,7 @@ const viewFileUpload = async (url: string) => { ดาวน์โหลดไฟล์คำสั่ง
-