fix: แก้ ช่องcustomerName โดนบีบ
This commit is contained in:
parent
1cf42af5ee
commit
ce282e0783
1 changed files with 15 additions and 0 deletions
|
|
@ -37,6 +37,18 @@ const employerBranchCode = defineModel<string>('employerBranchCode');
|
||||||
v-model="employerBranchCode"
|
v-model="employerBranchCode"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<q-input
|
||||||
|
v-if="typeCustomer === 'customerNaturalPerson'"
|
||||||
|
:dense="dense"
|
||||||
|
:outlined="!readonly"
|
||||||
|
:readonly="readonly"
|
||||||
|
:borderless="readonly"
|
||||||
|
hide-bottom-space
|
||||||
|
class="col-6"
|
||||||
|
:label="$t('customerName')"
|
||||||
|
v-model="customerName"
|
||||||
|
/>
|
||||||
|
|
||||||
<div class="row q-col-gutter-md">
|
<div class="row q-col-gutter-md">
|
||||||
<q-input
|
<q-input
|
||||||
v-if="typeCustomer === 'customerLegalEntity'"
|
v-if="typeCustomer === 'customerLegalEntity'"
|
||||||
|
|
@ -72,7 +84,9 @@ const employerBranchCode = defineModel<string>('employerBranchCode');
|
||||||
:label="$t('customerEnglishName')"
|
:label="$t('customerEnglishName')"
|
||||||
v-model="customerEnglishName"
|
v-model="customerEnglishName"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
|
v-if="typeCustomer === 'customerLegalEntity'"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
:outlined="!readonly"
|
:outlined="!readonly"
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
|
|
@ -83,6 +97,7 @@ const employerBranchCode = defineModel<string>('employerBranchCode');
|
||||||
v-model="customerName"
|
v-model="customerName"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
v-if="typeCustomer === 'customerLegalEntity'"
|
v-if="typeCustomer === 'customerLegalEntity'"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue