feat: refs #7882 Added longitude & latitude #1070

Merged
guillermo merged 6 commits from 7882-osrm into dev 2024-12-16 06:59:07 +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>