From 3e867b935ca291a0555a31ffb324e8705df93be2 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 09 八月 2021 08:11:35 +0800
Subject: [PATCH] #
---
src/main/webapp/views/order/order.html | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/main/webapp/views/order/order.html b/src/main/webapp/views/order/order.html
index 59dc43a..88ddfa6 100644
--- a/src/main/webapp/views/order/order.html
+++ b/src/main/webapp/views/order/order.html
@@ -209,8 +209,8 @@
</body>
<script type="text/template" id="pakoutPrintTpl">
<!-- 澶� -->
- <div id="print-header" style="margin: 20px 0">
- <div style="text-align: center">
+ <div id="print-header" style="margin: 20px 0; ">
+ <div style="text-align: center; font-size: x-large">
<div style="text-align: center;margin-bottom: 10px">
<span style="font-family: 瀹嬩綋"> 鎷h揣鍗� </span>
</div>
@@ -218,15 +218,15 @@
<img class="template-code template-qrcode" src="{{data.barcodeUrl}}" style="width: 80%">
<p style="letter-spacing: 2px;margin-top: 5px">{{data.docNum}}</p>
</div>
- <div style="font-size: xx-small; text-align: left; margin-top: 10px">
+ <div style="font-size: x-large; text-align: left; margin-top: 10px">
<span style="font-family: 瀹嬩綋">瀹㈡埛锛歿{data.cstmrName}}</span>
</div>
<div style="margin-top: 10px">
<div style="float: left;width: 50%; text-align: left">
- <span style="font-size: xx-small;font-family: 瀹嬩綋">鎷h揣鏁伴噺锛歿{data.total}}</span>
+ <span style="font-size: x-large;font-family: 瀹嬩綋">鎷h揣鏁伴噺锛歿{data.total}}</span>
</div>
<div style="float: left; width: 50%; text-align: right">
- <span style="font-size: xx-small;font-family: 瀹嬩綋">鎷h揣浜猴細{{data.workerName}}</span>
+ <span style="font-size: x-large;font-family: 瀹嬩綋">鎷h揣浜猴細{{data.workerName}}</span>
</div>
<div style="clear:both;"></div>
</div>
@@ -236,12 +236,12 @@
<div style="margin-top: 10px">
{{#each data.list}}
<div class="pakout-item" style="padding: 10px 5px 10px 5px;border-top: 1px solid #525252">
- <div class="item-header" style="margin-top: 10px;font-family: 瀹嬩綋; font-size: x-small">
+ <div class="item-header" style="margin-top: 10px;font-family: 瀹嬩綋; font-size: x-large">
{{maktx}}
</div>
<div class="item-content" style="margin: 10px 0 ">
- <div style="float: left;font-family: 瀹嬩綋; font-size: xx-small">{{anfme}}{{unit}}</div>
- <div style="float: right;font-family: 瀹嬩綋; font-size: xx-small">璐т綅锛歿{locNo}}</div>
+ <div style="float: left;font-family: 瀹嬩綋; font-size: x-large">{{anfme}}{{unit}}</div>
+ <div style="float: right;font-family: 瀹嬩綋; font-size: x-large">璐т綅锛歿{locNo}}</div>
<div style="clear: both;"></div>
</div>
</div>
--
Gitblit v1.9.1