From a01a9442cb2d199bef04b6189b15864099ea63a7 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 05 三月 2021 16:22:48 +0800 Subject: [PATCH] # --- src/main/webapp/views/custOrder/custOrder.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/views/custOrder/custOrder.html b/src/main/webapp/views/custOrder/custOrder.html index 2e807ef..03911d0 100644 --- a/src/main/webapp/views/custOrder/custOrder.html +++ b/src/main/webapp/views/custOrder/custOrder.html @@ -41,7 +41,7 @@ <script type="text/html" id="operate"> {{#if (d.status == 1){ }} - <a class="layui-btn layui-btn-sm layui-btn-danger" lay-event="stockOut" style="font-size: 16px">鎹¤揣</a> + <a class="layui-btn layui-btn-sm layui-btn-danger" lay-event="stockOut" style="font-size: 16px">鎷h揣</a> {{# } }} {{#if (d.status == 2){ }} <a class="layui-btn layui-btn-sm layui-btn-normal" lay-event="print" style="font-size: 16px">鎵撳嵃</a> @@ -66,7 +66,7 @@ <div id="print-header" style="margin-bottom: 20px"> <div style="text-align: center"> <div style="text-align: center;margin-bottom: 10px"> - <span style="font-family: 瀹嬩綋"> 鎹¤揣鍗� </span> + <span style="font-family: 瀹嬩綋"> 鎷h揣鍗� </span> </div> <img class="template-code template-qrcode" src="{{data.barcodeUrl}}" style="width: 80%"> @@ -77,10 +77,10 @@ </div> <div style="margin-top: 10px"> <div style="float: left;width: 50%; text-align: left"> - <span style="font-size: xx-small;font-family: 瀹嬩綋">鎹¤揣鏁伴噺锛歿{data.total}}</span> + <span style="font-size: xx-small;font-family: 瀹嬩綋">鎷h揣鏁伴噺锛歿{data.total}}</span> </div> <div style="float: left; width: 50%; text-align: right"> - <span style="font-size: xx-small;font-family: 瀹嬩綋">鎹¤揣浜猴細{{data.workerName}}</span> + <span style="font-size: xx-small;font-family: 瀹嬩綋">鎷h揣浜猴細{{data.workerName}}</span> </div> <div style="clear:both;"></div> </div> -- Gitblit v1.9.1