|
|
@@ -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);
|