refactor(03): input select
This commit is contained in:
parent
48c1bd9987
commit
57e61cf663
7 changed files with 458 additions and 160 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue