Browse Source

一二线pdf生成

wenjinbiao 9 months ago
parent
commit
0a30be60fa

+ 1 - 1
snowy-plugin/snowy-plugin-biz/src/main/java/vip/xiaonuo/biz/modular/qysecondlinewarehouse/service/impl/QySecondlineWarehouseServiceImpl.java

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