From 35b1af99c388b5f03b8bf8de53852e5b5e9e60c4 Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期二, 31 三月 2026 14:08:21 +0800
Subject: [PATCH] 调整了货位详细信息悬浮窗的显示位置

---
 项目代码/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue"
index c8e419f..702d8b4 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue"
@@ -16,7 +16,7 @@
               <span class="less-style">鐗╂枡缂栧彿锛� {{ row.materialNo }} </span>
               <el-divider direction="vertical"></el-divider>
               <span class="less-style"
-                >闇�姹傛暟閲忥細 {{ row.totalUsage }}
+                >闇�姹傛暟閲忥細 {{ row.xqLen }}
               </span>
               <el-divider direction="vertical"></el-divider>
               <span class="less-style"
@@ -124,6 +124,18 @@
           width: 150,
         },
         {
+          prop: "materialWide",
+          title: "鐗╂枡骞呭",
+          type: "string",
+          width: 100,
+        },
+        {
+          prop: "materialWeight",
+          title: "鐗╂枡閲嶉噺",
+          type: "string",
+          width: 100,
+        },
+        {
           prop: "stockId",
           title: "搴撳瓨涓婚敭",
           type: "string",
@@ -150,7 +162,7 @@
         },
         {
           prop: "taskNum",
-          title: "鍑哄簱浠诲姟鍙�",
+          title: "鍑哄簱浠诲姟",
           type: "string",
           width: 100,
         },
@@ -158,13 +170,13 @@
           prop: "palletCode",
           title: "鏉$爜缂栧彿",
           type: "string",
-          width: 150,
+          width: 130,
         },
         {
           prop: "locationCode",
           title: "璐т綅缂栧彿",
           type: "string",
-          width: 180,
+          width: 200,
         },
         {
           prop: "status",
@@ -196,11 +208,12 @@
               { label: '鍑哄簱涓�', value: 1 },
               { label: '鍑哄簱瀹屾垚', value: 2 },
               { label: '鎷i�夊畬鎴�', value: 3 },
-              { label: '鎾ら攢', value: 99 }
+              { label: '鎾ら攢', value: 99 },
+              { label: '鍏抽棴', value: 100 }
           ]
           this.tableData=x.map((i) => ({
             ...i,
-            status:label.find((j) => j.value === i.status).label
+            status:label.find((j) => j.value === i.status)?.label || i.status
           }))
         });
     },

--
Gitblit v1.9.3