追溯报表

tags/yfai-mes-ext-v1.0
王杰 12 months ago
parent dd6836c891
commit f4b0330b09

@ -615,22 +615,6 @@ public class MesTraceabilityTemp {
equtable.addCell(equcontentCell21);
index++;
}
} else {
// 构建每一列
// PdfPCell equcontentCell00 = new PdfPCell(new Paragraph("", tableValueFont));
// equcontentCell00.setHorizontalAlignment(Element.ALIGN_LEFT);
// equcontentCell00.setBorder(Rectangle.NO_BORDER);
// equcontentCell00.setColspan(1);
// equtable.addCell(equcontentCell00);
//
// PdfPCell equcontentCell11 = new PdfPCell(new Paragraph(" ", tableValueFont));
// equcontentCell11.setHorizontalAlignment(Element.ALIGN_CENTER);
// equcontentCell11.setVerticalAlignment(Element.ALIGN_MIDDLE);
// equcontentCell11.setPaddingBottom(3);
// equcontentCell11.setPaddingTop(1);
// equcontentCell11.setBackgroundColor(new BaseColor(253, 239, 192));//黄色
// equcontentCell11.setColspan(8);
// equtable.addCell(equcontentCell11);
}
document.add(equtable);

Loading…
Cancel
Save