fix:rulse
This commit is contained in:
parent
5c7f21c454
commit
ff9bdf6683
1 changed files with 2 additions and 2 deletions
|
|
@ -1440,7 +1440,7 @@ onMounted(async () => {
|
||||||
bg-color="white"
|
bg-color="white"
|
||||||
:readonly="checkRoutePermisson"
|
:readonly="checkRoutePermisson"
|
||||||
v-model="companyCode"
|
v-model="companyCode"
|
||||||
:rules="[(val:string) => !!val || `${'กรุณากรอก Company Code'}`]"
|
:rules="pay !== 'payment2'?[(val:string) => !!val || `${'กรุณากรอก Company Code'}`]:[]"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
>
|
>
|
||||||
</q-input>
|
</q-input>
|
||||||
|
|
@ -1453,7 +1453,7 @@ onMounted(async () => {
|
||||||
bg-color="white"
|
bg-color="white"
|
||||||
:readonly="checkRoutePermisson"
|
:readonly="checkRoutePermisson"
|
||||||
v-model="refNo1"
|
v-model="refNo1"
|
||||||
:rules="[(val:string) => !!val || `${'กรุณากรอก refNo1.'}`]"
|
:rules="pay !== 'payment2' ? [(val:string) => !!val || `${'กรุณากรอก refNo1.'}`]:[]"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
>
|
>
|
||||||
</q-input>
|
</q-input>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue