feat: เพิ่ม id ให้ form
This commit is contained in:
parent
0f8ea447f8
commit
555ece125c
8 changed files with 58 additions and 1 deletions
|
|
@ -45,6 +45,8 @@ onMounted(async () => {});
|
|||
</div>
|
||||
<div v-if="!employee" class="col-9 row q-col-gutter-md">
|
||||
<q-input
|
||||
for="input-employer-id"
|
||||
id="input-employer-id"
|
||||
v-if="typeCustomer === 'PERS'"
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
|
|
@ -56,6 +58,8 @@ onMounted(async () => {});
|
|||
v-model="employerID"
|
||||
/>
|
||||
<q-input
|
||||
for="input-tax-no"
|
||||
id="input-tax-no"
|
||||
v-if="typeCustomer === 'PERS'"
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
|
|
@ -68,6 +72,8 @@ onMounted(async () => {});
|
|||
/>
|
||||
|
||||
<q-input
|
||||
for="input-customer-name"
|
||||
id="input-customer-name"
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
:readonly="readonly"
|
||||
|
|
@ -78,6 +84,8 @@ onMounted(async () => {});
|
|||
v-model="customerName"
|
||||
/>
|
||||
<q-input
|
||||
for="input-customer-name-en"
|
||||
id="input-customer-name-en"
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
:readonly="readonly"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue