Ver código fonte

双通道处方

zengfanwei 1 mês atrás
pai
commit
ef44e05da6

+ 2 - 2
src/main/java/thyyxxk/simzfeeoprnsystm/service/DigitalReceiptService.java

@@ -469,10 +469,10 @@ public class DigitalReceiptService {
 
     private PdfPTable getFooter(BaseFont baseFont, RxPreCheckRequest request) throws Exception {
         RxMdtrtInfo mdtrt = request.getRxMdtrtinfo();
-        Font smallFont = new Font(baseFont, 10, Font.NORMAL);
+        Font smallFont = new Font(baseFont, 9, Font.NORMAL);
         PdfPTable table = new PdfPTable(5);
         table.setHorizontalAlignment(Element.ALIGN_LEFT);
-        table.setWidthPercentage(80);
+        table.setWidthPercentage(90);
 
         PdfPCell drNameCell = new PdfPCell(new Phrase("开方医师:", smallFont));
         drNameCell.setBorder(-1);