fix: สาขาที่ลงทะเบียนไม่ แสดง
This commit is contained in:
parent
1aeb48e9d7
commit
47c6a7dc2d
1 changed files with 5 additions and 1 deletions
|
|
@ -1800,7 +1800,7 @@ watch([inputSearch, currentStatus], async () => {
|
||||||
"
|
"
|
||||||
@dialog="dialogInputCustomerBranchForm = true"
|
@dialog="dialogInputCustomerBranchForm = true"
|
||||||
@viewDetail="
|
@viewDetail="
|
||||||
(v) => {
|
async (v) => {
|
||||||
currentBranchId = v[0].id;
|
currentBranchId = v[0].id;
|
||||||
|
|
||||||
statusToggle = v[0].status === 'INACTIVE' ? false : true;
|
statusToggle = v[0].status === 'INACTIVE' ? false : true;
|
||||||
|
|
@ -1812,6 +1812,8 @@ watch([inputSearch, currentStatus], async () => {
|
||||||
|
|
||||||
if (currentCustomer) assignFormData(currentCustomer.id);
|
if (currentCustomer) assignFormData(currentCustomer.id);
|
||||||
|
|
||||||
|
await fetchListOfOptionBranch();
|
||||||
|
|
||||||
infoDrawerBranch = true;
|
infoDrawerBranch = true;
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
|
|
@ -2697,6 +2699,8 @@ watch([inputSearch, currentStatus], async () => {
|
||||||
separator
|
separator
|
||||||
:readonly="true"
|
:readonly="true"
|
||||||
:type-customer="customerType"
|
:type-customer="customerType"
|
||||||
|
:options-branch="branchOption"
|
||||||
|
v-model:registered-branch-id="formData.registeredBranchId"
|
||||||
v-model:customer-name="formData.customerName"
|
v-model:customer-name="formData.customerName"
|
||||||
v-model:customer-name-en="formData.customerNameEN"
|
v-model:customer-name-en="formData.customerNameEN"
|
||||||
v-model:person-name="formData.personName"
|
v-model:person-name="formData.personName"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue