From f7a6b21f67d6b9fe9a8d675399ad861fc638ff12 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周三, 07 5月 2025 16:10:36 +0800
Subject: [PATCH] 出入库记录

---
 HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts |   65 ++++++++++++++------------------
 1 files changed, 28 insertions(+), 37 deletions(-)

diff --git a/HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts b/HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts
index 76e143b..1022664 100644
--- a/HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts
+++ b/HIAWms/web/src/widgets/WmsTask/Views/Pages/WmsTask/Config.ts
@@ -13,6 +13,10 @@
     title: '浠诲姟绫诲瀷',
   },
   {
+    field: 'sonTaskTypeDesc',
+    title: '瀛愪换鍔$被鍨�',
+  },
+  {
     field: 'taskStatusDesc',
     title: '浠诲姟鐘舵��',
   },
@@ -35,63 +39,50 @@
   // {
   //   field: 'dodeviceId',
   //   title: '鍫嗗灈鏈篒D',
-  //   width: 100,
   // },
   {
-    field: 'taskDodeviceStatus',
+    field: 'dodevicetypeDesc',
+    title: '璁惧绫诲瀷',
+  },
+  {
+    field: 'taskDodeviceStatusDesc',
     title: '璁惧鐘舵��',
   },
   {
     field: 'isRead',
-    title: 'WCS鍙',
-  },
-  {
-    field: 'taskLevel',
-    title: '浼樺厛绾�',
-  },
-  {
-    field: 'sonTaskTypeDesc',
-    title: '瀛愪换鍔$被鍨�',
+    title: 'WCS鍙鍙�',
   },
   {
     field: 'sourceOrderNo',
     title: '鏉ユ簮鍗曞彿',
   },
-  {
-    field: 'isNextTask',
-    title: '鍚庣画浠诲姟',
-  },
-  {
-    field: 'dodevicetype',
-    title: '璁惧绫诲瀷',
-  },
-
-  {
-    field: 'creationTime',
-    title: '鍒涘缓鏃堕棿',
-  },
   // {
-  //   field: 'sort',
-  //   title: '鎺掑簭',
-  //   width: 80,
+  //   field: 'isNextTask',
+  //   title: '涓嬩釜浠诲姟鏄惁鐢熸垚鎴愬姛',
   // },
-  // // 浠ヤ笅涓烘瑕佷俊鎭斁鍦ㄦ渶鍚�
+  {
+    field: 'taskLevel',
+    title: '浠诲姟绛夌骇',
+  },
   // {
   //   field: 'mutableParam1',
-  //   title: '鍙橀噺1',
-  //   width: 100,
-  //   showOverflow: true, // 闀挎枃鏈樉绀虹渷鐣ュ彿
+  //   title: '鍙彉鍙橀噺1',
   // },
   // {
   //   field: 'mutableParam2',
-  //   title: '鍙橀噺2',
-  //   width: 100,
-  //   showOverflow: true,
+  //   title: '鍙彉鍙橀噺2',
   // },
   // {
   //   field: 'mutableParam3',
-  //   title: '鍙橀噺3',
-  //   width: 100,
-  //   showOverflow: true,
+  //   title: '鍙彉鍙橀噺3',
   // },
+  // {
+  //   field: 'sort',
+  //   title: '鎺掑簭',
+  // },
+  {
+    field: 'creationTime',
+    title: '鍒涘缓鏃堕棿',
+    width: 180,
+  },
 ]

--
Gitblit v1.9.3