ปรับ step ui ส่งคนไปออกคำสั่งขอโอน

This commit is contained in:
STW_TTTY\stwtt 2024-09-24 17:16:27 +07:00
parent ee84cd512f
commit 4938aaf40d
3 changed files with 440 additions and 196 deletions

View file

@ -129,7 +129,7 @@ watch(modal, () => {
use-input
hide-bottom-space
outlined
:rules="[(val) => !!val || `${'กรุณาเลือกประเภทคำสั่ง'}`]"
:rules="[(val:string) => !!val || `${'กรุณาเลือกประเภทคำสั่ง'}`]"
@filter="(inputValue:any,
doneFn:Function) => filterSelector(inputValue, doneFn,'OrderTypeOption'
) "
@ -180,7 +180,7 @@ watch(modal, () => {
commandYear == null ? null : commandYear + 543
"
:label="`${'พ.ศ.'}`"
:rules="[(val) => !!val || `${'กรุณากรอก พ.ศ.'}`]"
:rules="[(val:string) => !!val || `${'กรุณากรอก พ.ศ.'}`]"
>
<template v-slot:prepend>
<q-icon