From 914a092bc4c21d69641f94b68fecf61b25ddaca1 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 06 九月 2023 13:11:38 +0800
Subject: [PATCH] #拣货单完成、上架规则

---
 src/main/webapp/views/order/order.html |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/order/order.html b/src/main/webapp/views/order/order.html
index 99155f2..7644d67 100644
--- a/src/main/webapp/views/order/order.html
+++ b/src/main/webapp/views/order/order.html
@@ -87,6 +87,7 @@
 <div id="box" style="display: block"></div>
 <!-- 琛ㄦ牸鎿嶄綔鍒� -->
 <script type="text/html" id="operate">
+    <a class="layui-btn layui-btn-primary layui-border-blue layui-btn-xs btn-complete" lay-event="printExcel">瀵煎嚭Excel</a>
     {{# if (d.settle == 0 || d.settle == 1) { }}
         <a class="layui-btn layui-btn-primary layui-btn-xs btn-edit" lay-event="edit">淇敼</a>
         <a class="layui-btn layui-btn-danger layui-btn-xs btn-delete" lay-event="del">鍒犻櫎</a>
@@ -252,16 +253,17 @@
 
 <script type="text/html" id="payment">
     <select id="select-primary" style="width: 100%" class="layui-border select-primary" lay-ignore >
-        <option value="0"
-                {{# if( d.payment === 0){ }}
-                selected = "selected"
-                {{# } }}
-        >浠i噰</option>
         <option value="1"
                 {{# if( d.payment === 1){ }}
                 selected = "selected"
                 {{# } }}
         >浠撳偍</option>
+        <option value="0"
+                {{# if( d.payment === 0){ }}
+                selected = "selected"
+                {{# } }}
+        >浠i噰</option>
+
     </select>
 </script>
 

--
Gitblit v1.9.1