|
|
@@ -391,15 +391,15 @@ public class PdfUtil {
|
|
|
createPDFCell(tableFont, table, "接待日期", Element.ALIGN_MIDDLE, 1, 1);
|
|
|
createPDFCell(tableFont, table, data.get("time").toString(), Element.ALIGN_MIDDLE, 2, 1);
|
|
|
//第二行
|
|
|
- createPDFCell(tableFont, table, "来访事由", Element.ALIGN_MIDDLE, 1, 1);
|
|
|
+ createPDFCell(tableFont, table, "出入事由", Element.ALIGN_MIDDLE, 1, 1);
|
|
|
createPDFCell(tableFont, table, data.get("reasons").toString(), Element.ALIGN_MIDDLE, 2, 1);
|
|
|
createPDFCell(tableFont, table, "陪同人员", Element.ALIGN_MIDDLE, 1, 1);
|
|
|
createPDFCell(tableFont, table, data.get("accompanyingPerson").toString(), Element.ALIGN_MIDDLE, 2, 1);
|
|
|
|
|
|
//第三行
|
|
|
- createPDFCell(tableFont, table, "所在单位", Element.ALIGN_MIDDLE, 1, 1);
|
|
|
+ createPDFCell(tableFont, table, "申请单位", Element.ALIGN_MIDDLE, 1, 1);
|
|
|
createPDFCell(tableFont, table, data.get("outOrgName").toString(), Element.ALIGN_MIDDLE, 2, 1);
|
|
|
- createPDFCell(tableFont, table, "来访人员", Element.ALIGN_MIDDLE, 1, 1);
|
|
|
+ createPDFCell(tableFont, table, "出入人员", Element.ALIGN_MIDDLE, 1, 1);
|
|
|
createPDFCell(tableFont, table, data.get("userName").toString(), Element.ALIGN_MIDDLE, 2, 1);
|
|
|
//第四行
|
|
|
createPDFCell(tableFont, table, "证件类型", Element.ALIGN_MIDDLE, 1, 1);
|