From ed4bf3cfa8caddd49ea5ffa3ab05060cfe49b586 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 14 Aug 2024 10:44:45 +0200 Subject: [PATCH] refactor: refs #7354 requested changes --- src/i18n/locale/es.yml | 2 +- src/pages/Zone/Card/ZoneBasicData.vue | 7 ++++++- src/pages/Zone/Card/ZoneDescriptorMenuItems.vue | 2 +- src/pages/Zone/ZoneDeliveryPanel.vue | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 747a10d519..a1ffa8913d 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -235,7 +235,7 @@ globals: purchaseRequest: Petición de compra weeklyTickets: Tickets programados formation: Formación - locations: Ubicaciones + locations: Localizaciones warehouses: Almacenes roles: Roles connections: Conexiones diff --git a/src/pages/Zone/Card/ZoneBasicData.vue b/src/pages/Zone/Card/ZoneBasicData.vue index a4874e5fc8..94aa03f2b0 100644 --- a/src/pages/Zone/Card/ZoneBasicData.vue +++ b/src/pages/Zone/Card/ZoneBasicData.vue @@ -95,7 +95,12 @@ const agencyOptions = ref([]); - + diff --git a/src/pages/Zone/ZoneDeliveryPanel.vue b/src/pages/Zone/ZoneDeliveryPanel.vue index 03f5347011..7c182a698c 100644 --- a/src/pages/Zone/ZoneDeliveryPanel.vue +++ b/src/pages/Zone/ZoneDeliveryPanel.vue @@ -90,7 +90,7 @@ onMounted(async () => { :label="t('deliveryPanel.postcode')" v-model="formData.geoFk" url="Postcodes/location" - :fields="['geoFk', 'code', 'townFk']" + :fields="['geoFk', 'code', 'townFk', 'countryFk']" sort-by="code, townFk" option-value="geoFk" option-label="code" @@ -106,7 +106,7 @@ onMounted(async () => { {{ opt.code }} {{ opt.town?.province?.name }}, - {{ opt.town?.province?.country?.country }}