@@ -263,7 +263,7 @@ public class QySecondlineWarehouseServiceImpl extends ServiceImpl<QySecondlineWa
document.open();
//创建表格
- PdfPTable pdfPTable = CommonPdfUtil.createPdfPTable(13);
+ PdfPTable pdfPTable = CommonPdfUtil.createPdfPTable(14);
//设置表头
PdfPCell indexNoHead = CommonPdfUtil.createCenterPdfPCell("序号", 1, 1, CommonPdfUtil.NORMALFONT);