|
@@ -390,6 +390,7 @@ public class QySecondlineWarehouseServiceImpl extends ServiceImpl<QySecondlineWa
|
|
|
|
|
|
//设置表头
|
|
|
PdfPCell indexNoHead = CommonPdfUtil.createCenterPdfPCell("序号", 1, 1, CommonPdfUtil.NORMALFONT);
|
|
|
+
|
|
|
PdfPCell companyCodeHead = CommonPdfUtil.createCenterPdfPCell("企业编号", 1, 1, CommonPdfUtil.NORMALFONT);
|
|
|
PdfPCell companyNameHead = CommonPdfUtil.createCenterPdfPCell("企业名称", 1, 1, CommonPdfUtil.NORMALFONT);
|
|
|
PdfPCell accountTypeHead = CommonPdfUtil.createCenterPdfPCell("账册类型", 1, 1, CommonPdfUtil.NORMALFONT);
|
|
@@ -415,9 +416,8 @@ public class QySecondlineWarehouseServiceImpl extends ServiceImpl<QySecondlineWa
|
|
|
pdfPTable.addCell(accountNumberHead);
|
|
|
pdfPTable.addCell(unitHead);
|
|
|
pdfPTable.addCell(frontlineRelesasNumberHead);
|
|
|
- pdfPTable.addCell(warehouseTimeHead);
|
|
|
pdfPTable.addCell(warehouseNumberHead);
|
|
|
-
|
|
|
+ pdfPTable.addCell(warehouseTimeHead);
|
|
|
pdfPTable.addCell(accountTimeHead);
|
|
|
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
for (int i = 1; i <= records.size(); i++) {
|