小票缴费模板添加医保

This commit is contained in:
余文财 2025-06-12 18:33:26 +08:00
parent 9ea1026daa
commit c6e3d65245
1 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,14 @@
<span style="margin-right: 25px;">费用总额:<span th:text="${totalFee}"></span></span>
<span>个人支付:<span th:text="${personalPayment}"></span></span>
</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>
<div style="margin-top: 10px;word-break: break-all;">
<span>实收金额:</span><span
th:text="${actualReceiptAmount}"></span></div>