模板优化
This commit is contained in:
@@ -3,38 +3,28 @@
|
||||
<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="">
|
||||
<div style="text-align: center; font-size: 40px; font-weight: 700;"><span th:text="${hospitalName}"></span></div>
|
||||
<div style="text-align: center; font-weight: 700; font-size: 28px;">****<span th:text="${registeTerminalName}"></span></span>****</div>
|
||||
<div style="text-align: center; font-weight: 700; margin-bottom: -10px; margin-top: -10px;">-----------------------------------------------------------------------------</div>
|
||||
<div style="text-align: center; font-size: 40px; font-weight: 700;"><span th:text="${registeType}"></span></div>
|
||||
<div style="text-align: center; font-weight: 700; margin-top: -15px;">-----------------------------------------------------------------------------</div>
|
||||
<div style="font-size: 23px; margin-top: 12px;">
|
||||
<div>
|
||||
<div style="text-align: center; font-size: 31px; font-weight: bold;"><span th:text="${hospitalName}"></span>
|
||||
</div>
|
||||
<div style="text-align: center; font-weight: bold; font-size: 19px;">
|
||||
****<span th:text="${registeTerminalName}"></span>****
|
||||
</div>
|
||||
<div style="font-size: 23px;text-align: center; font-weight: bold; margin-bottom: -10px; margin-top: -10px;">
|
||||
-----------------------------------------------------------------------------
|
||||
</div>
|
||||
<div style="text-align: center; font-size: 31px; font-weight: bold;"><span th:text="${registeType}"></span>
|
||||
</div>
|
||||
<div style="font-size: 23px;text-align: center; font-weight: bold; margin-top: -15px;">
|
||||
-----------------------------------------------------------------------------
|
||||
</div>
|
||||
</div>
|
||||
<div style="font-weight: 700; font-size: 37px;">
|
||||
<div style="font-weight: bold; font-size: 28px;">
|
||||
<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="${cardNumber}"></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>
|
||||
@@ -43,20 +33,22 @@
|
||||
<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>
|
||||
<!-- <div style="margin-left: 35px;">订 单 号:<span style="font-size: 36px;" th:text="${orderNumber}"></span></div>-->
|
||||
<div style="margin-left: 35px;">交易流水:<span style="font-size: 35px;"
|
||||
<div style="margin-left: 35px;">交易流水:<span style="font-size: 26px;"
|
||||
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" />
|
||||
alt="QR Code"/>
|
||||
</div>
|
||||
</div>
|
||||
<div style="font-weight: 700; margin-top: 8px;">
|
||||
<div style="margin-top: -40px; text-align: center; ">-----------------------------------------------------------------------------</div>
|
||||
<div style="font-size: 36px;margin-left: 35px; ">备注:凭此条退费,请妥善保管!</div>
|
||||
<div style="font-size: 36px;margin-left: 35px;">终 端 号:<span th:text="${terminalNumber}"></span></div>
|
||||
<div style="font-size: 36px;margin-left: 35px;">打印时间:<span th:text="${printTime}"></span></div>
|
||||
<div style="font-weight: bold; margin-top: 8px;">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user