From e579c8d3ab3accb26258f0c615101e3d86093730 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 29 十月 2025 01:08:03 +0800
Subject: [PATCH] 添加库存临期提醒,优化前端弹窗提醒

---
 新建文件夹/WMS/src/views/Alarm/MessageInfo.vue |   76 +++++++++++++++++++-------------------
 1 files changed, 38 insertions(+), 38 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Alarm/MessageInfo.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Alarm/MessageInfo.vue"
index 33707c2..a5620e6 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Alarm/MessageInfo.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/Alarm/MessageInfo.vue"
@@ -149,22 +149,22 @@
         bind: { key: "MessageGroupByEnum", data: [] },
         require: true,
       },
-      {
-        field: "messageStatus",
-        title: "鐘舵��",
-        type: "string",
-        width: 100,
-        align: "center",
-        bind: { key: "MessageStatusEnum", data: [] },
-        require: true,
-      },
+      // {
+      //   field: "messageStatus",
+      //   title: "鐘舵��",
+      //   type: "string",
+      //   width: 100,
+      //   align: "center",
+      //   bind: { key: "MessageStatusEnum", data: [] },
+      //   require: true,
+      // },
       {
         field: "messageName",
         title: "寮傚父淇℃伅鍚嶇О",
         type: "string",
         width: 200,
         align: "left",
-        link: true,
+        // link: true,
         require: true,
       },
       {
@@ -175,20 +175,20 @@
         align: "left",
         require: true,
       },
-      {
-        field: "messageRemark",
-        title: "澶囨敞",
-        type: "string",
-        width: 200,
-        align: "left",
-      },
-      {
-        field: "creater",
-        title: "鍒涘缓浜�",
-        type: "string",
-        width: 100,
-        align: "center",
-      },
+      // {
+      //   field: "messageRemark",
+      //   title: "澶囨敞",
+      //   type: "string",
+      //   width: 200,
+      //   align: "left",
+      // },
+      // {
+      //   field: "creater",
+      //   title: "鍒涘缓浜�",
+      //   type: "string",
+      //   width: 100,
+      //   align: "center",
+      // },
       {
         field: "createDate",
         title: "鍒涘缓鏃堕棿",
@@ -196,20 +196,20 @@
         width: 160,
         align: "center",
       },
-      {
-        field: "modifier",
-        title: "淇敼浜�",
-        type: "string",
-        width: 100,
-        align: "center",
-      },
-      {
-        field: "modifyDate",
-        title: "淇敼鏃堕棿",
-        type: "datetime",
-        width: 160,
-        align: "center",
-      },
+      // {
+      //   field: "modifier",
+      //   title: "淇敼浜�",
+      //   type: "string",
+      //   width: 100,
+      //   align: "center",
+      // },
+      // {
+      //   field: "modifyDate",
+      //   title: "淇敼鏃堕棿",
+      //   type: "datetime",
+      //   width: 160,
+      //   align: "center",
+      // },
     ]);
 
     const detail = ref({

--
Gitblit v1.9.3