From e1749547c76a5d8bae94e47d38d4d75b481610c1 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 09 九月 2021 10:51:15 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/order/order.html |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/views/order/order.html b/src/main/webapp/views/order/order.html
index 5579883..88ddfa6 100644
--- a/src/main/webapp/views/order/order.html
+++ b/src/main/webapp/views/order/order.html
@@ -132,7 +132,7 @@
           class="layui-badge layui-badge-gray"
           {{# } else if(d.settle === 4){ }}
           class="layui-badge layui-badge-green"
-          {{# } else if(d.settle === 6){ }}
+          {{# } else { }}
           class="layui-badge layui-badge-gray"
           {{# } }}
     >{{d.settle$}}</span>
@@ -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