From a0bfeb4ad6fc2091eef7518df16861235aa0e476 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期二, 01 七月 2025 16:49:53 +0800
Subject: [PATCH] 清除托盘码站点

---
 zy-asrs-admin/src/views/loc/locDetl/index.vue |   35 ++++++++++++++++++++++++++++-------
 1 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/zy-asrs-admin/src/views/loc/locDetl/index.vue b/zy-asrs-admin/src/views/loc/locDetl/index.vue
index 2e18421..266438f 100644
--- a/zy-asrs-admin/src/views/loc/locDetl/index.vue
+++ b/zy-asrs-admin/src/views/loc/locDetl/index.vue
@@ -69,13 +69,6 @@
     ...getColumnSearchProps('locNo'),
   },
   {
-    title: formatMessage('db.man_loc_detl.mat_id', '鍟嗗搧'),
-    dataIndex: 'matId$',
-    width: 140,
-    ellipsis: true,
-    ...getColumnSearchProps('matId$'),
-  },
-  {
     title: formatMessage('db.man_loc_detl.matnr', '鍟嗗搧缂栧彿'),
     dataIndex: 'matnr',
     width: 140,
@@ -83,6 +76,34 @@
     ...getColumnSearchProps('matnr'),
   },
   {
+        title: formatMessage('db.man_loc_detl.maktx', '鍟嗗搧鍚嶇О'),
+        dataIndex: 'maktx',
+        width: 140,
+        ellipsis: true,
+        ...getColumnSearchProps('maktx'),
+    },
+   {
+        title: formatMessage('db.man_loc_detl.specs', '瑙勬牸'),
+        dataIndex: 'specs',
+        width: 140,
+        ellipsis: true,
+        ...getColumnSearchProps('specs'),
+    },
+   {
+        title: formatMessage('db.man_loc_detl.model', '鍨嬪彿'),
+        dataIndex: 'model',
+        width: 140,
+        ellipsis: true,
+        ...getColumnSearchProps('model'),
+  },
+  {
+        title: formatMessage('db.man_loc_detl.dewell', '鍏ュ簱鏃堕棿'),
+        dataIndex: 'dewell$',
+        width: 140,
+        ellipsis: true,
+        ...getColumnSearchProps('dewell$'),
+  },
+  {
     title: formatMessage('db.man_loc_detl.order_no', '璁㈠崟鍙�'),
     dataIndex: 'orderNo',
     width: 140,

--
Gitblit v1.9.1