Compare commits

..

No commits in common. "6ab31fa2d2040752274f83de83c0bd04556b6b87" and "f999760205d0c2c1311bf4a82f506ae472213483" have entirely different histories.

4 changed files with 5 additions and 15 deletions

View File

@ -166,7 +166,6 @@ onMounted(() => {
:expr-builder="exprBuilder"
:custom-tags="['tagGroups', 'categoryFk']"
:redirect="false"
search-url="params"
>
<template #tags="{ tag, formatFn }">
<strong v-if="tag.label === 'typeFk'">

View File

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

View File

@ -94,32 +94,25 @@ const columns = computed(() => [
},
{
align: 'left',
label: t('globals.id'),
label: t('ticketList.id'),
name: 'itemFk',
},
{
align: 'left',
label: t('globals.quantity'),
label: t('basicData.quantity'),
name: 'quantity',
format: (row) => toCurrency(row.quantity),
},
{
align: 'left',
label: t('globals.item'),
label: t('basicData.item'),
name: 'item',
format: (row) => row?.item?.name,
columnClass: 'expand',
},
{
align: 'left',
label: t('globals.size'),
name: 'size',
format: (row) => row?.item?.size,
columnClass: 'expand',
},
{
align: 'left',
label: t('globals.price'),
label: t('basicData.price'),
name: 'price',
format: (row) => toCurrency(row.price),
},
@ -131,7 +124,7 @@ const columns = computed(() => [
},
{
align: 'left',
label: t('globals.amount'),
label: t('ticketList.amount'),
name: 'amount',
format: (row) => parseInt(row.amount * row.quantity),
},

View File

@ -138,7 +138,6 @@ ticketSale:
ok: Ok
more: Más
address: Consignatario
size: Medida
ticketComponents:
serie: Serie
components: Componentes