小票模板优化

This commit is contained in:
余文财 2025-06-27 16:14:23 +08:00
parent afc631cc91
commit 835531ef68
4 changed files with 21 additions and 18 deletions

View File

@ -70,10 +70,10 @@
</table> </table>
</div> </div>
<div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div> <div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div>
<div style="margin-left: 20px;font-size: 29px;">终端编号:<span th:text="${terminalNumber}"></span></div> <div style="margin-left: 20px;font-size: 29px;word-break: break-all;">终端编号:<span th:text="${terminalNumber}"></span></div>
<div style="margin-left: 20px;font-size: 29px;">打印时间:<span th:text="${printTime}"></span></div> <div style="margin-left: 20px;font-size: 29px;word-break: break-all;">打印时间:<span th:text="${printTime}"></span></div>
<div style="margin-left: 20px;font-size: 27px;"> <div style="margin-left: 20px;font-size: 27px;word-break: break-all;">
<span>温馨提示:请取走缴费凭证,并妥善保管。<br/>如果对缴费存在疑问,请到人工窗口咨询!</span> <span>温馨提示:请妥善保管好您的缴费凭条,如果对缴费存在疑问,请到人工窗口咨询。</span>
</div> </div>
</div> </div>
</body> </body>

View File

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

View File

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

View File

@ -25,9 +25,10 @@
<div style="margin-left: 20px;">就诊科室:<span th:text="${department}"></span></div> <div style="margin-left: 20px;">就诊科室:<span th:text="${department}"></span></div>
<div style="margin-left: 20px;">出诊级别:<span th:text="${visitLevel}"></span></div> <div style="margin-left: 20px;">出诊级别:<span th:text="${visitLevel}"></span></div>
<div style="margin-left: 20px;">就诊医生:<span th:text="${doctor}"></span></div> <div style="margin-left: 20px;">就诊医生:<span th:text="${doctor}"></span></div>
<div style="margin-left: 20px;">就诊时间:<span th:text="${treatTime}"></span></div>
<div style="margin-left: 20px;">&emsp;&emsp;序:<span th:text="${sequence}"></span></div> <div style="margin-left: 20px;">&emsp;&emsp;序:<span th:text="${sequence}"></span></div>
<div style="margin-left: 20px;">挂号日期:<span th:text="${registerDate}"></span></div> <div style="margin-left: 20px;">&ensp;&ensp;用:<span th:text="${totalFee}"></span></div>
<div style="margin-left: 20px;">&ensp;&ensp;用:<span th:text="${totalFee}"></span>&thinsp;</div> <div style="margin-left: 20px;">挂号时间:<span th:text="${registerDate}"></span></div>
<div style="margin-left: 20px;">支付方式:<span th:text="${paymentMethod}"></span></div> <div style="margin-left: 20px;">支付方式:<span th:text="${paymentMethod}"></span></div>
<div style="margin-left: 20px;">交易流水:<span style="font-size: 26px;" <div style="margin-left: 20px;">交易流水:<span style="font-size: 26px;"
th:text="${transactionNumber}"></span></div> th:text="${transactionNumber}"></span></div>
@ -37,10 +38,12 @@
</div> </div>
</div> </div>
<div style="border-bottom: 1px dashed #000;margin-bottom: 3px;"></div> <div style="border-bottom: 1px dashed #000;margin-bottom: 3px;"></div>
<div style="margin-left: 20px;font-size: 29px;">终端编号:<span th:text="${terminalNumber}"></span></div> <div style="margin-left: 20px;font-size: 29px;word-break: break-all;">终端编号:<span
<div style="margin-left: 20px;font-size: 29px;">打印时间:<span th:text="${printTime}"></span></div> th:text="${terminalNumber}"></span></div>
<div style="margin-left: 20px;font-size: 27px;"> <div style="margin-left: 20px;font-size: 29px;word-break: break-all;">打印时间:<span th:text="${printTime}"></span>
<span>温馨提示:请取走挂号凭证,并妥善保管。<br/>如果对缴费存在疑问,请到人工窗口咨询!</span> </div>
<div style="margin-left: 20px;font-size: 27px;word-break: break-all;">
<span>温馨提示:请妥善保管好您的缴费凭条,如果对缴费存在疑问,请到人工窗口咨询。</span>
</div> </div>
</div> </div>
</body> </body>