refactor(03): input select

This commit is contained in:
puriphatt 2024-07-26 11:44:00 +00:00
parent 48c1bd9987
commit 57e61cf663
7 changed files with 458 additions and 160 deletions

View file

@ -3006,7 +3006,7 @@ watch(isMainPage, () => {
separator
prefix-id="form-dialog"
:type-customer="customerType"
:options-branch="branchOption"
v-model:options-branch="branchOption"
v-model:registered-branch-id="formData.registeredBranchId"
v-model:customer-name="formData.customerName"
v-model:customer-name-en="formData.customerNameEN"
@ -3635,7 +3635,7 @@ watch(isMainPage, () => {
separator
:readonly="!infoDrawerEdit"
:type-customer="customerType"
:options-branch="branchOption"
v-model:options-branch="branchOption"
v-model:registered-branch-id="formData.registeredBranchId"
v-model:customer-name="formData.customerName"
v-model:customer-name-en="formData.customerNameEN"
@ -3866,7 +3866,7 @@ watch(isMainPage, () => {
separator
:readonly="true"
:type-customer="customerType"
:options-branch="branchOption"
v-model:options-branch="branchOption"
v-model:registered-branch-id="formData.registeredBranchId"
v-model:customer-name="formData.customerName"
v-model:customer-name-en="formData.customerNameEN"