|
@@ -197,13 +197,14 @@ public class QyFrontlineWarehouseServiceImpl extends ServiceImpl<QyFrontlineWare
|
|
|
|
|
|
|
|
|
PdfPTable pdfPTable = CommonPdfUtil.createPdfPTable(7);
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
|
|
|
PdfPCell firstHead = CommonPdfUtil.createCenterPdfPCell(headName, 2, 7, CommonPdfUtil.BOLDFONT);
|
|
|
pdfPTable.addCell(firstHead);
|
|
|
|
|
|
|
|
|
- PdfPCell accountCodeCell = CommonPdfUtil.createCenterPdfPCell(qyFrontlineWarehouse.getAccountCode(), 1, 7, CommonPdfUtil.NORMALFONT);
|
|
|
+ PdfPCell accountCodeCell = CommonPdfUtil.createCenterPdfPCell("NO:"+qyFrontlineWarehouse.getAccountCode(), 1, 7, CommonPdfUtil.NORMALFONT);
|
|
|
|
|
|
accountCodeCell.setHorizontalAlignment(Element.ALIGN_RIGHT);
|
|
|
pdfPTable.addCell(accountCodeCell);
|