8355-testToMaster #1177

Merged
alexm merged 326 commits from 8355-testToMaster into master 2025-01-07 06:46:55 +00:00
1 changed files with 15 additions and 1 deletions
Showing only changes of commit 06329ef857 - Show all commits

View File

@ -108,7 +108,20 @@ const agencyOptions = ref([]);
clearable
/>
</VnRow>
<VnRow>
<VnSelect
:label="t('Distribution point')"
v-model="data.addressFk"
option-value="id"
option-label="nickname"
url="Addresses"
:fields="['id', 'nickname']"
sort-by="id"
hide-selected
map-options
:rules="validate('data.addressFk')"
/>
</VnRow>
<VnRow>
<VnInput
v-model="data.inflation"
@ -143,4 +156,5 @@ es:
Inflation: Inflación
Volumetric: Volumétrico
Max length : Medida máxima tumbado
Distribution point: Punto de distribución
</i18n>