feat: customer form code abbrev

This commit is contained in:
Methapon2001 2024-08-13 12:52:25 +07:00
parent 0af5d049c3
commit 560e9dc272
5 changed files with 52 additions and 10 deletions

View file

@ -1952,6 +1952,7 @@ watch(
deleteCustomerById(customerFormState.editCustomerId)
"
: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"
@ -2724,7 +2725,6 @@ watch(
v-model:entry-date="currentFromDataEmployee.entryDate"
/>
</div>
<div class="col-10 q-pa-md q-gutter-y-xl" v-else>
<FormEmployeeHealthCheck
v-if="employeeFormState.currentTab === 'healthCheck'"