diff --git a/src/main/java/com/dpkj/modules/autoReplyPrint/controller/ReceiptPrintController.java b/src/main/java/com/dpkj/modules/autoReplyPrint/controller/ReceiptPrintController.java index 2067688..4ef2e25 100644 --- a/src/main/java/com/dpkj/modules/autoReplyPrint/controller/ReceiptPrintController.java +++ b/src/main/java/com/dpkj/modules/autoReplyPrint/controller/ReceiptPrintController.java @@ -75,7 +75,7 @@ public class ReceiptPrintController { int dinyHeight = 0; if (templateName.equals("department")) { // 由于是使用的门诊小票-T2,那么默认的高度为1100,强行设置,通过动态修改渲染的图片的高度 - height = 1100; + height = 800;//根据实际情况800较为合适 // 单行最大长度为10 int singleLineMaxLength = 10; diff --git a/src/main/resources/templates/department.html b/src/main/resources/templates/department.html index cb2fcfd..cc5389c 100644 --- a/src/main/resources/templates/department.html +++ b/src/main/resources/templates/department.html @@ -64,7 +64,7 @@
终端编号:
打印时间:
- 温馨提示:请取走缴费凭证,并妥善保管,如果对缴费存在疑问,请到人工窗口咨询! + 温馨提示:请取走缴费凭证,并妥善保管。
如果对缴费存在疑问,请到人工窗口咨询!
diff --git a/src/main/resources/templates/hospitalPayment.html b/src/main/resources/templates/hospitalPayment.html index 15ae90b..360e2d9 100644 --- a/src/main/resources/templates/hospitalPayment.html +++ b/src/main/resources/templates/hospitalPayment.html @@ -32,7 +32,7 @@
终端编号:
打印时间:
- 温馨提示:请取走缴费凭证,并妥善保管,如果对缴费存在疑问,请到人工窗口咨询! + 温馨提示:请取走缴费凭证,并妥善保管。
如果对缴费存在疑问,请到人工窗口咨询!
diff --git a/src/main/resources/templates/outpatientPayment.html b/src/main/resources/templates/outpatientPayment.html index 5a63cdd..8b4f248 100644 --- a/src/main/resources/templates/outpatientPayment.html +++ b/src/main/resources/templates/outpatientPayment.html @@ -30,7 +30,7 @@
终端编号:
打印时间:
- 温馨提示:请取走缴费凭证,并妥善保管,如果对缴费存在疑问,请到人工窗口咨询! + 温馨提示:请取走缴费凭证,并妥善保管。
如果对缴费存在疑问,请到人工窗口咨询!
diff --git a/src/main/resources/templates/register.html b/src/main/resources/templates/register.html index a56024c..a5026b9 100644 --- a/src/main/resources/templates/register.html +++ b/src/main/resources/templates/register.html @@ -40,7 +40,7 @@
终端编号:
打印时间:
- 温馨提示:请取走挂号凭证,并妥善保管,如果对缴费存在疑问,请到人工窗口咨询! + 温馨提示:请取走缴费凭证,并妥善保管。
如果对缴费存在疑问,请到人工窗口咨询!