|
|
@@ -333,14 +333,14 @@ public class LocalSysFileServiceImpl implements ISysFileService {
|
|
|
PdfUtil.createPDFCell(titleFont, table, "调阅人", Element.ALIGN_MIDDLE, 3, 1);
|
|
|
PdfUtil.createPDFCell(titleFont, table, checkUser, Element.ALIGN_MIDDLE, 6, 1);
|
|
|
PdfUtil.createPDFCell(titleFont, table, "调阅人签字", Element.ALIGN_MIDDLE, 4, 1);
|
|
|
-
|
|
|
+ List<String> list = new ArrayList<>();
|
|
|
+ list.add(data.getSignImg());
|
|
|
+ dealImageCell(list, table, 1, 80, 30,15,1);
|
|
|
|
|
|
PdfUtil.createPDFCell(titleFont, table, data.getTaskTimes(), Element.ALIGN_MIDDLE, 19, 1);
|
|
|
PdfUtil.dealAccessTimes(document,table, tableFont, titleFont,data.getTimes());
|
|
|
|
|
|
- List<String> list = new ArrayList<>();
|
|
|
- list.add(data.getSignImg());
|
|
|
- dealImageCell(list, table, 1, 80, 30,15,1);
|
|
|
+
|
|
|
|
|
|
PdfUtil.createPDFCell(titleFont, table, "监控调阅情况", Element.ALIGN_MIDDLE, 19, 1);
|
|
|
|