8231_testToMaster_2448 #997

Merged
alexm merged 400 commits from 8231_testToMaster_2448 into master 2024-11-26 06:28:29 +00:00
5 changed files with 11 additions and 0 deletions
Showing only changes of commit 43f58d3dba - Show all commits

View File

@ -184,6 +184,7 @@ function addOrder(value, field, params) {
:custom-tags="['tagGroups']"
@remove="clearFilter"
:redirect="false"
search-url="params"
>
<template #tags="{ tag, formatFn }">
<strong v-if="tag.label === 'categoryFk'">

View File

@ -111,6 +111,7 @@ const columns = computed(() => [
component: 'select',
attrs: {
url: 'Items',
sortBy: 'name ASC ',
fields: ['id', 'name', 'subName'],
},
columnField: {

View File

@ -106,6 +106,13 @@ const columns = computed(() => [
format: (row) => row?.item?.name,
columnClass: 'expand',
},
{
align: 'left',
label: t('ticketSale.size'),
name: 'size',
format: (row) => row?.item?.size,
columnClass: 'expand',
},
{
align: 'left',
label: t('ticketSale.price'),

View File

@ -48,6 +48,7 @@ ticketSale:
shipped: Shipped
agency: Agency
address: Address
size: Size
advanceTickets:
preparation: Preparation
origin: Origin

View File

@ -184,6 +184,7 @@ ticketSale:
shipped: F. Envío
agency: Agencia
address: Consignatario
size: Medida
ticketComponents:
item: Artículo
description: Descripción