From 0e46bb0cfc8b59ad5527f0b70c49f95aeac4bbbd Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期五, 05 一月 2024 13:38:05 +0800
Subject: [PATCH] # 入库拣货功能添加

---
 src/main/webapp/views/pla/plaDetl.html |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/pla/plaDetl.html b/src/main/webapp/views/pla/plaDetl.html
index 98ae191..1c0db59 100644
--- a/src/main/webapp/views/pla/plaDetl.html
+++ b/src/main/webapp/views/pla/plaDetl.html
@@ -62,7 +62,24 @@
             transition: 0.4s;
             cursor: pointer;
         }
+        .function-btn1 {
+            font-size: 16px;
+            padding: 1px 1px 1px 1px;
+            width: 150px;
+            height: 40px;
+            border-color: #2b425b;
+            border-radius: 4px;
+            border-width: 1px;
+            background: none;
+            border-style: solid;
+            transition: 0.4s;
+            cursor: pointer;
+        }
         .function-btn:hover {
+            background-color: #2b425b;
+            color: #fff;
+        }
+        .function-btn1:hover {
             background-color: #2b425b;
             color: #fff;
         }
@@ -93,6 +110,10 @@
 <!-- 鍔熻兘鍖� -->
 <div class="function-area">
     <button id="rework" style="alignment: right" class="function-btn">閲嶅仛</button>
+    <button id="updateZpallet" style="alignment: right" class="function-btn1">鎹㈠寘瑁�/鎵樼洏/缂犺啘</button>  |
+    <button id="sellout" style="alignment: right" class="function-btn">鍗栧嚭</button>
+    <button id="pickup" style="alignment: right" class="function-btn">鍙栬揣</button>  |
+    <button id="returned" style="alignment: right" class="function-btn">閫�鍥�</button>
 </div>
 
 <!-- 琛� -->

--
Gitblit v1.9.1