HOTFIX: #6943 CustomerList form salesPersons options #790

Closed
jsegarra wants to merge 84 commits from hotfix_newCustomer_SalesPerson into master
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 05f8ae2b05 - Show all commits

View File

@ -271,6 +271,7 @@ onMounted(() => {
option-value="id"
option-label="name"
hide-selected
required
@update:model-value="(client) => onClientSelected(data)"
>
<template #option="scope">
@ -289,6 +290,7 @@ onMounted(() => {
</VnRow>
<VnRow>
<VnSelect
required
:label="t('ticket.create.address')"
v-model="data.addressId"
:options="addressesOptions"
@ -333,6 +335,7 @@ onMounted(() => {
option-value="id"
option-label="name"
hide-selected
required
@update:model-value="() => fetchAvailableAgencies(data)"
/>
</div>
@ -346,7 +349,6 @@ onMounted(() => {
option-value="agencyModeFk"
option-label="agencyMode"
hide-selected
:disable="!data.clientId || !data.landed || !data.warehouseId"
/>
</div>
</VnRow>