|
|
|
@ -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);
|
|
|
|
|
|
|
|
|
|