This commit is contained in:
parent
55f8b78eba
commit
1bafdf1b85
|
@ -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
|
||||||
|
|
|
@ -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',
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue