小票模板优化

This commit is contained in:
余文财 2025-06-18 18:41:14 +08:00
parent 4da90e9a04
commit 09407c70c7
3 changed files with 29 additions and 30 deletions

View File

@ -34,21 +34,18 @@
</div>
<div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div>
<div style="font-size: 35px; margin: 10px 20px">
<div style="word-break: break-all;">
<span style="margin-right: 25px;">费用总额:<span th:text="${totalFee}"></span></span>
<span>个人自费:<span th:text="${personalPayment}"></span></span>
<div style="margin-top: 10px;word-break: break-all;">费用总额:<span th:text="${totalFee}"></span></div>
<div style="margin-top: 10px;word-break: break-all;">个人自费:<span th:text="${personalPayment}"></span></div>
<div th:if="${chs==1}">
<div style="margin-top: 10px;word-break: break-all;">医保统筹基金:<span th:text="${ybtcjj}"></span></div>
<div style="margin-top: 10px;word-break: break-all;">个人医保账户:<span th:text="${ybgrzh}"></span></div>
<div style="margin-top: 10px;word-break: break-all;">医院优惠金额:<span th:text="${yyyh}"></span></div>
<div style="margin-top: 10px;word-break: break-all;">医院账户支付:<span th:text="${yyzh}"></span></div>
</div>
<div style="margin-top: 10px;word-break: break-all;" th:if="${chs==1}">
<span style="margin-right: 25px;">医保统筹基金:<span th:text="${ybtcjj}"></span></span>
<span>个人医保账户:<span th:text="${ybgrzh}"></span></span>
</div>
<div style="margin-top: 10px;word-break: break-all;" th:if="${chs==1}">
<span style="margin-right: 25px;">医院优惠金额:<span th:text="${yyyh}"></span></span>
<span>医院账户支付:<span th:text="${yyzh}"></span></span>
<div style="margin-top: 10px;word-break: break-all;">实收金额:<span th:text="${actualReceiptAmount}"></span>
</div>
<div style="margin-top: 10px;word-break: break-all;">实收金额:<span
th:text="${actualReceiptAmount}"></span></div>
<div style="margin-top: 10px;">实收金额:<span th:text="${actualReceiptAmountChinese}"></span></div>
th:text="${actualReceiptAmountChinese}"></span></div>
</div>
<div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div>
<div style="margin: 10px 20px">
@ -68,8 +65,10 @@
</table>
</div>
<div style="border-bottom: 1px dashed #000;margin-bottom: 3px;"></div>
<div style="margin-left: 20px;font-size: 36px;word-break: break-all;">终端编号:<span th:text="${terminalNumber}"></span></div>
<div style="margin-left: 20px;font-size: 36px;word-break: break-all;">打印时间:<span th:text="${printTime}"></span></div>
<div style="margin-left: 20px;font-size: 36px;word-break: break-all;">终端编号:<span
th:text="${terminalNumber}"></span></div>
<div style="margin-left: 20px;font-size: 36px;word-break: break-all;">打印时间:<span th:text="${printTime}"></span>
</div>
<div style="margin-left: 20px;font-size: 36px;word-break: break-all;">
<span>温馨提示:请取走缴费凭证,并妥善保管。如果对缴费存在疑问,请到人工窗口咨询!</span>
</div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<title>挂号单</title>
<title>住院押金预缴</title>
</head>
<body>
<div style="font-size: 32px;font-weight: bold;">
@ -16,21 +16,21 @@
<div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div>
</div>
<div style=" font-size: 37px;">
<div style="margin-left: 35px;">&emsp;&emsp;名:<span th:text="${name}"></span></div>
<div style="margin-left: 35px;">&emsp;&emsp;别:<span th:text="${gender}"></span></div>
<div style="margin-left: 35px;">&emsp;&emsp;龄:<span th:text="${age}"></span></div>
<div style="margin-left: 35px;">出生日期:<span th:text="${birthDate}"></span></div>
<div style="margin-left: 35px;">&ensp;&ensp;号:<span th:text="${outpatientNumber}"></span></div>
<div style="margin-left: 35px;">入院科室:<span th:text="${department}"></span></div>
<div style="margin-left: 35px;">&ensp;&ensp;用:<span th:text="${totalFee}"></span>&thinsp;</div>
<div style="margin-left: 35px;">支付方式:<span th:text="${paymentMethod}"></span></div>
<div style="margin-left: 35px;">交易流水:<span style="font-size: 35px;" th:text="${transactionNumber}"></span>
<div style="margin-left: 20px;">&emsp;&emsp;名:<span th:text="${name}"></span></div>
<div style="margin-left: 20px;">&emsp;&emsp;别:<span th:text="${gender}"></span></div>
<div style="margin-left: 20px;">&emsp;&emsp;龄:<span th:text="${age}"></span></div>
<div style="margin-left: 20px;">出生日期:<span th:text="${birthDate}"></span></div>
<div style="margin-left: 20px;">&ensp;&ensp;号:<span th:text="${outpatientNumber}"></span></div>
<div style="margin-left: 20px;">入院科室:<span th:text="${department}"></span></div>
<div style="margin-left: 20px;">&ensp;&ensp;用:<span th:text="${totalFee}"></span>&thinsp;</div>
<div style="margin-left: 20px;">支付方式:<span th:text="${paymentMethod}"></span></div>
<div style="margin-left: 20px;">交易流水:<span style="font-size: 35px;" th:text="${transactionNumber}"></span>
</div>
</div>
<div style="border-bottom: 1px dashed #000;margin-bottom: 3px;"></div>
<div style="margin-left: 35px;font-size: 36px;">终端编号:<span th:text="${terminalNumber}"></span></div>
<div style="margin-left: 35px;font-size: 36px;">打印时间:<span th:text="${printTime}"></span></div>
<div style="margin-left: 35px;font-size: 36px;margin-top: 10px;">
<div style="margin-left: 20px;font-size: 36px;">终端编号:<span th:text="${terminalNumber}"></span></div>
<div style="margin-left: 20px;font-size: 36px;">打印时间:<span th:text="${printTime}"></span></div>
<div style="margin-left: 20px;font-size: 36px;">
<span>温馨提示:请取走缴费凭证,并妥善保管。如果对缴费存在疑问,请到人工窗口咨询!</span>
</div>
</div>

View File

@ -26,9 +26,9 @@
</div>
</div>
<div style="border-bottom: 1px dashed #000;margin-bottom: 3px;"></div>
<div style="margin-left: 35px;font-size: 36px;">终端编号:<span th:text="${terminalNumber}"></span></div>
<div style="margin-left: 35px;font-size: 36px;">打印时间:<span th:text="${printTime}"></span></div>
<div style="margin-left: 35px;font-size: 36px;margin-top: 10px;">
<div style="margin-left: 20px;font-size: 36px;">终端编号:<span th:text="${terminalNumber}"></span></div>
<div style="margin-left: 20px;font-size: 36px;">打印时间:<span th:text="${printTime}"></span></div>
<div style="margin-left: 20px;font-size: 36px;">
<span>温馨提示:请取走缴费凭证,并妥善保管。如果对缴费存在疑问,请到人工窗口咨询!</span>
</div>
</div>