update
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user