From d9aab59e3d4c8688eaf00c0d98f6926a218ff57f Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 28 四月 2025 15:28:11 +0800
Subject: [PATCH] 拣货单出库完成,但是库存没减,日志埋点

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

diff --git a/src/main/webapp/views/pla/plaDetl.html b/src/main/webapp/views/pla/plaDetl.html
index b0d88bd..de42122 100644
--- a/src/main/webapp/views/pla/plaDetl.html
+++ b/src/main/webapp/views/pla/plaDetl.html
@@ -312,7 +312,14 @@
                 <input class="layui-input" type="text" name="stash" placeholder="浠撳簱" autocomplete="off">
             </div>
         </div>
-
+        <div class="layui-inline">
+            <div class="layui-input-inline">
+                <select name="transfer">
+                    <option value="">鏄惁閫�璐�</option>
+                    <option value="閫�璐�">鏄�</option>
+                </select>
+            </div>
+        </div>
     </div>
 
 </div>
@@ -479,7 +486,7 @@
                     </td>
                 </tr>
                 <tr style="height: 100px;text-align: left">
-                    <td align="center" colspan="2" rowspan="1" style="font-weight: bold;color: black; text-align: left; padding-left: 20px"><strong>杩借釜鐮侊細{{this.line}} {{this.packageNo$}}</strong></td>
+                    <td align="center" colspan="2" rowspan="1" style="font-weight: bold;color: black; text-align: left;"><strong>杩借釜鐮侊細{{this.line}} {{this.packageNo$}}</strong></td>
                     <!--                    <td align="center" colspan="1" style="font-weight: bold;color: black;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;"><strong style="font-weight: bold;color: black;">{{this.weightAnfme}} KG</strong></td>-->
                 </tr>
                 <tr style="height: 100px;text-align: left">

--
Gitblit v1.9.1