diff --git a/src/components/VnTable/VnTable.vue b/src/components/VnTable/VnTable.vue index b01a21c5f..2862e09c9 100644 --- a/src/components/VnTable/VnTable.vue +++ b/src/components/VnTable/VnTable.vue @@ -769,16 +769,6 @@ es: color: var(--vn-text-color); } -.q-table--dark .q-table__bottom, -.q-table--dark thead, -.q-table--dark tr { - border-color: var(--vn-section-color); -} - -.q-table__container > div:first-child { - background-color: var(--vn-page-color); -} - .grid-three { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, max-content)); diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index d29308ffa..b75e4239c 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -871,35 +871,7 @@ wagon: minHeightBetweenTrays: 'The minimum height between trays is ' maxWagonHeight: 'The maximum height of the wagon is ' uncompleteTrays: There are incomplete trays -route: - pageTitles: - agency: Agency List - routes: Routes - cmrsList: CMRs list - RouteList: List - routeCreate: New route - basicData: Basic Data - summary: Summary - RouteRoadmap: Roadmaps - RouteRoadmapCreate: Create roadmap - tickets: Tickets - log: Log - autonomous: Autonomous - RouteExtendedList: Router - cmr: - list: - results: results - cmrFk: CMR id - hasCmrDms: Attached in gestdoc - 'true': 'Yes' - 'false': 'No' - ticketFk: Ticketd id - routeFk: Route id - country: Country - clientFk: Client id - shipped: Preparation date - viewCmr: View CMR - downloadCmrs: Download CMRs + supplier: list: payMethod: Pay method diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 495cea7bf..eac6b6314 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -869,21 +869,6 @@ wagon: minHeightBetweenTrays: 'La distancia mínima entre bandejas es ' maxWagonHeight: 'La altura máxima del vagón es ' uncompleteTrays: Hay bandejas sin completar -route: - cmr: - list: - results: resultados - cmrFk: Id CMR - hasCmrDms: Gestdoc - 'true': Sí - 'false': 'No' - ticketFk: Id ticket - routeFk: Id ruta - country: País - clientFk: Id cliente - shipped: Fecha preparación - viewCmr: Ver CMR - downloadCmrs: Descargar CMRs supplier: list: payMethod: Método de pago diff --git a/src/pages/Entry/EntryStockBought.vue b/src/pages/Entry/EntryStockBought.vue index 0e8013586..2b5ec53f5 100644 --- a/src/pages/Entry/EntryStockBought.vue +++ b/src/pages/Entry/EntryStockBought.vue @@ -45,6 +45,7 @@ const columns = [ optionValue: 'id', useLike: false, }, + columnFilter: false, }, { align: 'center', @@ -157,7 +158,7 @@ function round(value) { @on-fetch=" (data) => { travel = data.find( - (data) => data.warehouseIn.code.toLowerCase() === 'vnh' + (data) => data.warehouseIn?.code.toLowerCase() === 'vnh' ); } " @@ -165,7 +166,7 @@ function round(value) {
- {{ t('Booked trucks') }}: + {{ t('Purchase Spaces') }}: {{ travel?.m3 }} @@ -236,6 +237,7 @@ function round(value) { :footer="true" table-height="80vh" auto-load + :column-search="false" >