|
|
@@ -256,7 +256,7 @@ public class PDFUtil {
|
|
|
PdfPTable table1 = createTable(new float[] { 240, 100});
|
|
|
table1.addCell(createCell("客户名称: " +receivingNote.getCustomerName(), headfont, Element.ALIGN_LEFT, 1, false));
|
|
|
table1.addCell(createCell("运单号: " +receivingNote.getShipmentNumber(), headfont, Element.ALIGN_LEFT, 1, false));
|
|
|
- table1.addCell(createCell("收货地址收货地址收货地址收货地址收货地址收货地址收货地址收货地址收货地址收货地址收货地址收货地址收货地址收货地址: " +receivingNote.getShipToAddress(), headfont, Element.ALIGN_LEFT, 1, false));
|
|
|
+ table1.addCell(createCell("收货地址: " +receivingNote.getShipToAddress(), headfont, Element.ALIGN_LEFT, 1, false));
|
|
|
table1.addCell(createCell("经办人: " +receivingNote.getAgent(), headfont, Element.ALIGN_LEFT, 1, false));
|
|
|
document.add(table1);
|
|
|
// Paragraph paragraph1 = new Paragraph("客户名称: " +receivingNote.getCustomerName() +" " +
|