Merge branch 'devTee' into develop
This commit is contained in:
commit
2680fd302a
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue