refactor: by value

This commit is contained in:
Net 2024-08-20 18:01:38 +07:00
parent a990363a38
commit d301f5c385

View file

@ -1692,12 +1692,15 @@ const emptyCreateDialog = ref(false);
"
:customer-type="customerFormData.customerType"
v-model:code="customerFormData.code"
v-model:tax-no="customerFormData.taxNo"
v-model:customer-name="customerFormData.customerName"
v-model:customer-name-en="customerFormData.customerNameEN"
v-model:person-name="customerFormData.personName"
v-model:registered-branch-id="customerFormData.registeredBranchId"
v-model:branch-options="registerAbleBranchOption"
v-model:first-name="customerFormData.firstName"
v-model:last-name="customerFormData.lastName"
v-model:first-name-en="customerFormData.firstNameEN"
v-model:last-name-en="customerFormData.lastNameEN"
v-model:name-prefix="customerFormData.namePrefix"
v-model:gender="customerFormData.gender"
v-model:birth-date="customerFormData.birthDate"
/>
</q-form>
<div class="row q-col-gutter-sm" id="form-branch-customer-branch">