From e1e0d48eb7ab2b305e6062f23610f8be9db3bed6 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期六, 29 八月 2026 13:46:26 +0800
Subject: [PATCH] feat(wms): 新增库存汇总统计与预警功能

---
 src/views/mes/pro/bagCode/data.ts |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/views/mes/pro/bagCode/data.ts b/src/views/mes/pro/bagCode/data.ts
index f611bcc..caacb5f 100644
--- a/src/views/mes/pro/bagCode/data.ts
+++ b/src/views/mes/pro/bagCode/data.ts
@@ -115,6 +115,17 @@
       formatter: 'formatDateTime',
     },
     {
+      field: 'cancelTime',
+      title: '浣滃簾鏃堕棿',
+      width: 170,
+      formatter: 'formatDateTime',
+    },
+    {
+      field: 'cancelReason',
+      title: '浣滃簾鍘熷洜',
+      minWidth: 160,
+    },
+    {
       field: 'createTime',
       title: '鍒涘缓鏃堕棿',
       width: 170,
@@ -122,7 +133,7 @@
     },
     {
       title: '鎿嶄綔',
-      width: 180,
+      width: 350,
       fixed: 'right',
       slots: { default: 'actions' },
     },

--
Gitblit v1.9.3