From fdd158306bf6dc3584f5110a385323f4a8dfb463 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 02 九月 2026 14:25:10 +0800
Subject: [PATCH] feat(wms): 重构仓库管理系统并优化图表显示

---
 src/views/wls/materialstock/data.ts |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/views/wls/materialstock/data.ts b/src/views/wls/materialstock/data.ts
index 1edf653..aacee75 100644
--- a/src/views/wls/materialstock/data.ts
+++ b/src/views/wls/materialstock/data.ts
@@ -183,6 +183,11 @@
       slots: { default: 'batchCode' },
     },
     {
+      field: 'bagCount',
+      title: '琚嬬爜鏁�',
+      width: 90,
+    },
+    {
       field: 'warehouseName',
       title: '浠撳簱',
       minWidth: 100,
@@ -219,16 +224,12 @@
         },
       },
     },
-    ...(onMove
-      ? [
-          {
-            title: '鎿嶄綔',
-            width: 80,
-            fixed: 'right' as const,
-            slots: { default: 'actions' } as const,
-          },
-        ]
-      : []),
+    {
+      title: '鎿嶄綔',
+      width: onMove ? 150 : 90,
+      fixed: 'right' as const,
+      slots: { default: 'actions' } as const,
+    },
   ];
 }
 

--
Gitblit v1.9.3