From 795256bebd416d1f5d2259b01144a300207aab4c Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期二, 01 七月 2025 09:44:14 +0800 Subject: [PATCH] Merge branch 'ycds-wms-dev' of http://47.97.1.152:5880/r/zy-asrs-master into ycds-wms-dev --- zy-asrs-admin/src/components/locDetl/show.vue | 28 +++++++++++++++++++++------- 1 files changed, 21 insertions(+), 7 deletions(-) diff --git a/zy-asrs-admin/src/components/locDetl/show.vue b/zy-asrs-admin/src/components/locDetl/show.vue index a5ca11d..8c3fe0f 100644 --- a/zy-asrs-admin/src/components/locDetl/show.vue +++ b/zy-asrs-admin/src/components/locDetl/show.vue @@ -37,13 +37,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, @@ -51,6 +44,27 @@ ...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.order_no', '璁㈠崟鍙�'), dataIndex: 'orderNo', width: 140, -- Gitblit v1.9.1