delete lazy rule

This commit is contained in:
setthawutttty 2024-03-01 14:40:25 +07:00
parent 2b54044df5
commit a24354c063
6 changed files with 60 additions and 121 deletions

View file

@ -710,7 +710,6 @@ const viewFileUpload = async (url: string) => {
v-model="fileOrder"
label="เลือกไฟล์คำสั่ง"
hide-bottom-space
lazy-rules
:rules="[(val) => val || 'กรุณาเลือกไฟล์ไฟล์คำสั่ง']"
accept=".pdf"
>
@ -753,7 +752,6 @@ const viewFileUpload = async (url: string) => {
v-model="fileTailer"
label="เลือกไฟล์เอกสารแนบท้าย"
hide-bottom-space
lazy-rules
:rules="[(val) => val || 'กรุณาเลือกไฟล์เอกสารแนบท้าย']"
accept=".pdf"
>
@ -799,7 +797,6 @@ const viewFileUpload = async (url: string) => {
<q-input
:outlined="true"
dense
lazy-rules
:readonly="!true"
:borderless="!true"
v-model="order"
@ -830,7 +827,6 @@ const viewFileUpload = async (url: string) => {
:disable="orderStatusName == 'ออกคำสั่งแล้ว'"
outlined
dense
lazy-rules
:model-value="years + 543"
:rules="[
(val) => !!val || `${'กรุณาเลือกปีที่ออกคำสั่ง'}`,