2025-01-19 16:00:40 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns:th="http://www.thymeleaf.org">
|
|
|
|
<head>
|
|
|
|
<title>挂号单</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2025-05-20 10:53:11 +08:00
|
|
|
<div style="font-size: 23px; margin-top: 12px;font-weight: bold;">
|
2025-05-20 10:40:49 +08:00
|
|
|
<div>
|
2025-05-20 10:53:11 +08:00
|
|
|
<div style="text-align: center; font-size: 31px;"><span th:text="${hospitalName}"></span>
|
2025-05-20 10:40:49 +08:00
|
|
|
</div>
|
2025-05-20 10:53:11 +08:00
|
|
|
<div style="text-align: center;font-size: 19px;">
|
2025-05-20 10:40:49 +08:00
|
|
|
****<span th:text="${registeTerminalName}"></span>****
|
|
|
|
</div>
|
2025-05-20 10:53:11 +08:00
|
|
|
<div style="font-size: 23px;text-align: center;margin-bottom: -10px; margin-top: -10px;">
|
2025-05-20 10:40:49 +08:00
|
|
|
-----------------------------------------------------------------------------
|
|
|
|
</div>
|
2025-05-20 10:53:11 +08:00
|
|
|
<div style="text-align: center; font-size: 31px;"><span th:text="${registeType}"></span>
|
2025-05-20 10:40:49 +08:00
|
|
|
</div>
|
2025-05-20 10:53:11 +08:00
|
|
|
<div style="font-size: 23px;text-align: center; margin-top: -15px;">
|
2025-05-20 10:40:49 +08:00
|
|
|
-----------------------------------------------------------------------------
|
|
|
|
</div>
|
2025-01-19 16:00:40 +08:00
|
|
|
</div>
|
2025-05-20 10:53:11 +08:00
|
|
|
<div style="font-size: 28px;">
|
2025-03-20 14:19:11 +08:00
|
|
|
<div style="margin-left: 35px;">姓  名:<span th:text="${name}"></span></div>
|
|
|
|
<div style="margin-left: 35px;">性  别:<span th:text="${gender}"></span></div>
|
|
|
|
<div style="margin-left: 35px;">年  龄:<span th:text="${age}"></span></div>
|
|
|
|
<div style="margin-left: 35px;">出生日期:<span th:text="${birthDate}"></span></div>
|
|
|
|
<div style="margin-left: 35px;">门 诊 号:<span th:text="${outpatientNumber}"></span></div>
|
|
|
|
<div style="margin-left: 35px;">就诊科室:<span th:text="${department}"></span></div>
|
|
|
|
<div style="margin-left: 35px;">出诊级别:<span th:text="${visitLevel}"></span></div>
|
|
|
|
<div style="margin-left: 35px;">就诊医生:<span th:text="${doctor}"></span></div>
|
|
|
|
<div style="margin-left: 35px;">号  序:<span th:text="${sequence}"></span></div>
|
|
|
|
<div style="margin-left: 35px;">挂号日期:<span th:text="${registerDate}"></span></div>
|
|
|
|
<div style="margin-left: 35px;">总 费 用:<span th:text="${totalFee}"></span> 元</div>
|
|
|
|
<div style="margin-left: 35px;">支付方式:<span th:text="${paymentMethod}"></span></div>
|
2025-05-20 10:40:49 +08:00
|
|
|
<div style="margin-left: 35px;">交易流水:<span style="font-size: 26px;"
|
2025-05-19 20:04:23 +08:00
|
|
|
th:text="${transactionNumber}"></span></div>
|
2025-03-20 14:19:11 +08:00
|
|
|
<div style="width: 100%; text-align: center; margin-bottom: -20px;">
|
2025-03-25 21:02:04 +08:00
|
|
|
<img style="display: inline-block; "
|
|
|
|
th:src="${qrCodeBase64}"
|
2025-05-20 10:40:49 +08:00
|
|
|
alt="QR Code"/>
|
2025-03-14 16:37:29 +08:00
|
|
|
</div>
|
2025-01-19 16:00:40 +08:00
|
|
|
</div>
|
2025-05-20 10:53:11 +08:00
|
|
|
<div style="margin-top: 8px;">
|
2025-05-20 10:40:49 +08:00
|
|
|
<div style="font-size: 23px;margin-top: -40px; text-align: center; ">
|
|
|
|
-----------------------------------------------------------------------------
|
|
|
|
</div>
|
|
|
|
<div style="font-size: 27px;margin-left: 35px; ">备注:凭此条退费,请妥善保管!</div>
|
|
|
|
<div style="font-size: 27px;margin-left: 35px;">终 端 号:<span th:text="${terminalNumber}"></span>
|
|
|
|
</div>
|
|
|
|
<div style="font-size: 27px;margin-left: 35px;">打印时间:<span th:text="${printTime}"></span></div>
|
2025-01-19 16:00:40 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|