Merge branch 'devTee' into develop

This commit is contained in:
STW_TTTY\stwtt 2024-04-18 10:13:20 +07:00
commit 2680fd302a

View file

@ -667,11 +667,11 @@ onMounted(() => {
outlined outlined
class="inputgreen" class="inputgreen"
v-model="formBody.bookNo" v-model="formBody.bookNo"
label="เลขที่หนังสออนุมัติ" label="เลขที่หนังสออนุมัติ"
hide-bottom-space hide-bottom-space
:rules="[ :rules="[
(val: string) => (val: string) =>
!!val || `${'กรุณากรอกเลขที่หนังสออนุมัติ'}`, !!val || `${'กรุณากรอกเลขที่หนังสออนุมัติ'}`,
]" ]"
/> />
</div> </div>