配置修改

This commit is contained in:
2025-03-24 22:12:01 +08:00
parent 817450ea0b
commit e945c2cb1f
17 changed files with 552 additions and 51 deletions

View File

@@ -1,4 +1,8 @@
dpkj:
# 医保配置
chs:
# 医保机构编码
orgcode: H53082800070
file:
# 文件保存地址
path: G:\Temp\img

View File

@@ -1,4 +1,8 @@
dpkj:
# 医保配置
chs:
# 医保机构编码
orgcode: H53082800070
file:
# 文件保存地址
path: D:\Project\Express\upload

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;">

Binary file not shown.

Binary file not shown.