This commit is contained in:
Matthias Hochmeister
2026-03-26 15:07:11 +01:00
parent 671f0dedda
commit 66916ce6b5

View File

@@ -483,9 +483,8 @@ export default function BestellungDetail() {
head: [['Bezeichnung', 'Art.-Nr.', 'Menge', 'Einzelpreis', 'Gesamt']], head: [['Bezeichnung', 'Art.-Nr.', 'Menge', 'Einzelpreis', 'Gesamt']],
body: rows, body: rows,
startY: curY, startY: curY,
theme: 'striped', theme: 'plain',
headStyles: { fillColor: [66, 66, 66], textColor: 255, fontStyle: 'bold' }, headStyles: { fillColor: [66, 66, 66], textColor: 255, fontStyle: 'bold' },
alternateRowStyles: { fillColor: [245, 245, 245] },
margin: { left: 10, right: 10 }, margin: { left: 10, right: 10 },
styles: { fontSize: 9, cellPadding: 2 }, styles: { fontSize: 9, cellPadding: 2 },
columnStyles: { columnStyles: {
@@ -539,9 +538,8 @@ export default function BestellungDetail() {
head: [['Bezeichnung', 'Art.-Nr.', 'Menge']], head: [['Bezeichnung', 'Art.-Nr.', 'Menge']],
body: rows, body: rows,
startY: curY, startY: curY,
theme: 'striped', theme: 'plain',
headStyles: { fillColor: [66, 66, 66], textColor: 255, fontStyle: 'bold' }, headStyles: { fillColor: [66, 66, 66], textColor: 255, fontStyle: 'bold' },
alternateRowStyles: { fillColor: [245, 245, 245] },
margin: { left: 10, right: 10 }, margin: { left: 10, right: 10 },
styles: { fontSize: 9, cellPadding: 2 }, styles: { fontSize: 9, cellPadding: 2 },
columnStyles: { columnStyles: {