From 91bf6c376ad81a94355feb086393ef3e6a91e44d Mon Sep 17 00:00:00 2001 From: jun Date: Mon, 1 Jul 2024 11:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E6=BA=AF=E6=8A=A5=E8=A1=A8=EF=BC=8C?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/estsh/i3plus/ext/mes/apiservice/utils/MesTraceabilityTemp.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/i3plus-ext-mes-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/apiservice/utils/MesTraceabilityTemp.java b/modules/i3plus-ext-mes-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/apiservice/utils/MesTraceabilityTemp.java index 0c879a9..0366293 100644 --- a/modules/i3plus-ext-mes-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/apiservice/utils/MesTraceabilityTemp.java +++ b/modules/i3plus-ext-mes-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/apiservice/utils/MesTraceabilityTemp.java @@ -50,12 +50,12 @@ public class MesTraceabilityTemp { table0.setSpacingBefore(30); table0.setWidths(new float[]{5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f, 5f}); table0.setWidthPercentage(100); - PdfPCell totalCell00 = new PdfPCell(new Paragraph("追溯报表", titleFont)); + PdfPCell totalCell00 = new PdfPCell(new Paragraph(lz("追溯报表"), titleFont)); totalCell00.setColspan(20); totalCell00.setBorderColor(BaseColor.WHITE); totalCell00.setFixedHeight(50f); table0.addCell(totalCell00); - //占9行,物料信息行 + PdfPCell totalCell0 = new PdfPCell(new Paragraph(lz("工厂") + ":", whiteFont)); totalCell0.setHorizontalAlignment(Element.ALIGN_LEFT); totalCell0.setVerticalAlignment(Element.ALIGN_MIDDLE);