fix: refs #6389 ipt
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-10-20 15:01:37 +02:00
parent 55f8b78eba
commit 1bafdf1b85
4 changed files with 11 additions and 1 deletions

View File

@ -43,6 +43,7 @@ const getLocale = (label) => {
(groupedStates = data.map((x) => Object.assign(x, { code: t(x.code) }))) (groupedStates = data.map((x) => Object.assign(x, { code: t(x.code) })))
" "
/> />
<FetchData url="departments" auto-load />
<VnFilterPanel <VnFilterPanel
:data-key="dataKey" :data-key="dataKey"
:search-button="true" :search-button="true"
@ -146,6 +147,7 @@ const getLocale = (label) => {
/> />
</QItemSection> </QItemSection>
</QItem> </QItem>
<QItem> <QItem>
<QItemSection> <QItemSection>
<VnSelect <VnSelect
@ -258,7 +260,7 @@ en:
ON_PREVIOUS: On previous ON_PREVIOUS: On previous
PACKED: Packed PACKED: Packed
No one: No one No one: No one
es: es:
params: params:
orderFk: Id cesta orderFk: Id cesta

View File

@ -203,6 +203,12 @@ const columns = computed(() => [
}, },
}, },
}, },
{
label: t('salesTicketsTable.payMethod'),
name: 'payMethod',
align: 'left',
columnFilter: false,
},
{ {
label: t('salesTicketsTable.total'), label: t('salesTicketsTable.total'),
name: 'totalWithVat', name: 'totalWithVat',

View File

@ -42,6 +42,7 @@ salesTicketsTable:
preview: Preview preview: Preview
total: Total total: Total
preparation: Preparation preparation: Preparation
payMethod: Pay method
searchBar: searchBar:
label: Search tickets label: Search tickets
info: Search tickets by id or alias info: Search tickets by id or alias

View File

@ -42,6 +42,7 @@ salesTicketsTable:
preview: Vista previa preview: Vista previa
total: Total total: Total
preparation: Preparación preparation: Preparación
payMethod: Método de pago
searchBar: searchBar:
label: Buscar tickets label: Buscar tickets
info: Buscar tickets por identificador o alias info: Buscar tickets por identificador o alias