refactor: edit show customerCode

This commit is contained in:
Net 2024-08-29 22:24:33 +07:00
parent c4fa7beee9
commit 23987414a6

View file

@ -74,7 +74,7 @@ defineProps<{
:disable="!readonly" :disable="!readonly"
:readonly="readonly" :readonly="readonly"
:label="$t('customer.form.customerCode')" :label="$t('customer.form.customerCode')"
:model-value="customerCode" :model-value="legalPersonNo"
/> />
<q-input <q-input
@ -181,7 +181,7 @@ defineProps<{
class="col-12 col-md-3" class="col-12 col-md-3"
:label="$t('customer.form.customerCode')" :label="$t('customer.form.customerCode')"
for="input-customer-code" for="input-customer-code"
:model-value="customerCode" :model-value="legalPersonNo"
/> />
</template> </template>
</div> </div>