feat:新增门诊缴费-T2和优化老模板

This commit is contained in:
2025-03-25 21:02:04 +08:00
parent 0b9d16befc
commit 4fbc844ddd
6 changed files with 2314 additions and 5 deletions

View File

@@ -3,6 +3,23 @@
<head>
<title>挂号单</title>
</head>
<style>
.x-center {
text-align: center;
}
.x-start {
text-align: left;
}
.x-end {
text-align: right;
}
.x-bold {
font-weight: 700;
}
</style>
<body>
<div style="font-size: 32px; margin-top: 20px;">
<div style="">
@@ -27,9 +44,12 @@
<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;">订&ensp;单&ensp;号:<span style="font-size: 36px;" th:text="${orderNumber}"></span></div>-->
<div style="margin-left: 35px;">交易流水:<span style="font-size: 35px;" th:text="${transactionNumber}"></span></div>
<div style="margin-left: 35px;">交易流水:<span style="font-size: 35px;"
th:text="${transactionNumber}"></span></div>
<div style="width: 100%; text-align: center; margin-bottom: -20px;">
<img style="display: inline-block; " th:src="${qrCodeBase64}" alt="QR Code"/>
<img style="display: inline-block; "
th:src="${qrCodeBase64}"
alt="QR Code" />
</div>
</div>
<div style="font-weight: 700; margin-top: 8px;">