refactor: get contact number and name

This commit is contained in:
Thanaphon Frappet 2025-08-22 13:50:15 +07:00 committed by puriphatt
parent 11047e569d
commit d09484a52a
2 changed files with 15 additions and 0 deletions

View file

@ -4,6 +4,9 @@ import { CustomerBranch } from 'src/stores/customer';
import SelectCustomer from '../shared/select/SelectCustomer.vue';
import SelectBranch from '../shared/select/SelectBranch.vue';
import { CustomerBranch } from 'src/stores/customer';
import { ref } from 'vue';
const branchId = defineModel<string>('branchId');
const customerBranchId = defineModel<string>('customerBranchId');
const agentPrice = defineModel<boolean>('agentPrice');
@ -73,6 +76,7 @@ defineEmits<{
required
:readonly
/>
<SelectCustomer
id="about-select-customer-branch-id"
for="about-select-customer-branch-id"