refactor: remove customer name
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Thanaphon Frappet 2025-07-09 15:06:30 +07:00
parent fe2860d818
commit e19d3f05f1
9 changed files with 3 additions and 27 deletions

View file

@ -167,20 +167,6 @@ watch(
</div>
<div class="col-12 row q-col-gutter-sm">
<q-input
dense
outlined
:readonly="readonly"
hide-bottom-space
class="col-12 col-md-5"
:label="$t('customer.form.employerName')"
for="input-legal-person-no"
:model-value="customerName"
@update:model-value="
(v) => (typeof v === 'string' ? (customerName = v.trim()) : '')
"
/>
<q-input
dense
outlined

View file

@ -142,7 +142,6 @@ withDefaults(
v-model:last-name-en="item.lastNameEN"
v-model:gender="item.gender"
v-model:birth-date="item.birthDate"
v-model:customer-name="item.customerName"
v-model:legal-person-no="item.legalPersonNo"
v-model:branch-code="item.code"
v-model:register-name="item.registerName"