From b513ce3a4527e998da66c6f179a279472c7262a8 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 18 十一月 2025 10:59:46 +0800
Subject: [PATCH] 代码更新优化

---
 项目代码/WMS/WMSClient/src/extension/outbound/extend/SelectedStock.vue |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 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 e58e9da..2b10b84 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"
@@ -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",

--
Gitblit v1.9.3