AMS导出PDF标题调整

master
zhangxiaofeng 3 months ago
parent a9fb0776fd
commit 20510386e1

@ -1694,7 +1694,7 @@ namespace djy.Service.Ams
table.AddCell(Row_2);
var Row_3 = new PdfPCell(new Paragraph("HNL.NO.", Fonttable));
var Row_3 = new PdfPCell(new Paragraph("HBL.NO.", Fonttable));
Row_3.HorizontalAlignment = Element.ALIGN_RIGHT;//靠右
table.AddCell(Row_3);
@ -1703,7 +1703,7 @@ namespace djy.Service.Ams
Row_4.HorizontalAlignment = Element.ALIGN_LEFT;//靠左
table.AddCell(Row_4);
var Row_5 = new PdfPCell(new Paragraph("HNL SCAC CODE.", Fonttable));
var Row_5 = new PdfPCell(new Paragraph("HBL SCAC CODE.", Fonttable));
Row_5.HorizontalAlignment = Element.ALIGN_RIGHT;//靠右
table.AddCell(Row_5);

Loading…
Cancel
Save