From 4a464c053a1de1ed4de9a06a444b260e93d4e0a6 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 03 七月 2025 10:42:07 +0800
Subject: [PATCH] no message

---
 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