模板重构

This commit is contained in:
2025-05-20 16:42:50 +08:00
parent c937c4823f
commit 72288c08a4
6 changed files with 93 additions and 115 deletions

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: 24px;font-weight: bold;">
@@ -11,32 +11,28 @@
<div style="text-align: center; font-size: 20px;">
****<span th:text="${registeTerminalName}"></span>****
</div>
<div style="font-size: 24px;text-align: center; margin-bottom: -10px; margin-top: -10px;">
-----------------------------------------------------------------------------
</div>
<div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div>
<div style="text-align: center; font-size: 32px; "><span th:text="${registeType}"></span>
</div>
<div style="font-size: 24px;text-align: center; margin-top: -15px;">
-----------------------------------------------------------------------------
</div>
<div style="border-bottom: 1px dashed #000;margin: 3px 0;"></div>
</div>
<div style=" font-size: 29px;">
<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: 27px;" 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: 27px;" th:text="${transactionNumber}"></span>
</div>
</div>
<div style=" margin-top: 8px;">
<div style="font-size: 28px;margin-left: 35px; ">备注:缴费凭证,请妥善保管!</div>
<div style="font-size: 28px;margin-left: 35px;">&ensp;&ensp;<span th:text="${terminalNumber}"></span>
</div>
<div style="font-size: 28px;margin-left: 35px;">打印时间:<span th:text="${printTime}"></span></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;">打印时间<span th:text="${printTime}"></span></div>
<div style="margin-left: 20px; margin-top: 10px;font-size: 27px;">
<span>温馨提示:请取走缴费凭证,并妥善保管,如果对缴费存在疑问,请到人工窗口咨询!</span>
</div>
</div>
</body>