feat: refs #7882 Added longitude & latitude #1070
|
@ -108,7 +108,20 @@ const agencyOptions = ref([]);
|
||||||
clearable
|
clearable
|
||||||
/>
|
/>
|
||||||
</VnRow>
|
</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>
|
<VnRow>
|
||||||
<VnInput
|
<VnInput
|
||||||
v-model="data.inflation"
|
v-model="data.inflation"
|
||||||
|
@ -143,4 +156,5 @@ es:
|
||||||
Inflation: Inflación
|
Inflation: Inflación
|
||||||
Volumetric: Volumétrico
|
Volumetric: Volumétrico
|
||||||
Max length m³: Medida máxima tumbado
|
Max length m³: Medida máxima tumbado
|
||||||
|
Distribution point: Punto de distribución
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue