forked from verdnatura/salix-front
Compare commits
8 Commits
dev
...
7202-AddCu
Author | SHA1 | Date |
---|---|---|
|
732a9d08f0 | |
|
d393285ecb | |
|
0c09240e48 | |
|
a261ad66d0 | |
|
d66305e67b | |
|
93bed2708e | |
|
594e5777fc | |
|
5a754a4451 |
|
@ -121,6 +121,13 @@ const columns = computed(() => [
|
|||
},
|
||||
format: (row) => toDate(row.dued),
|
||||
},
|
||||
{
|
||||
align: 'left',
|
||||
name: 'customsAgentFk',
|
||||
label: t('invoiceOutList.tableVisibleColumns.customsAgent'),
|
||||
cardVisible: true,
|
||||
format: (row, dashIfEmpty) => dashIfEmpty(row.customsAgentName),
|
||||
},
|
||||
{
|
||||
align: 'right',
|
||||
name: 'tableActions',
|
||||
|
|
|
@ -12,6 +12,7 @@ invoiceOutList:
|
|||
invoiceOutSerial: Serial
|
||||
ticket: Ticket
|
||||
taxArea: Tax area
|
||||
customsAgent: Custom Agent
|
||||
DownloadPdf: Download PDF
|
||||
InvoiceOutSummary: Summary
|
||||
negativeBases:
|
||||
|
|
|
@ -17,6 +17,7 @@ invoiceOutList:
|
|||
invoiceOutSerial: Serial
|
||||
ticket: Ticket
|
||||
taxArea: Area
|
||||
customsAgent: Agente de aduanas
|
||||
DownloadPdf: Descargar PDF
|
||||
InvoiceOutSummary: Resumen
|
||||
negativeBases:
|
||||
|
|
Loading…
Reference in New Issue