From db2c3d7fe3d1e89b49b9628f408ba883dc75dc51 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 03 七月 2025 17:11:43 +0800
Subject: [PATCH] no message
---
zy-asrs-admin/src/views/loc/locDetl/index.vue | 77 +++++++++++++++++++++-----------------
1 files changed, 42 insertions(+), 35 deletions(-)
diff --git a/zy-asrs-admin/src/views/loc/locDetl/index.vue b/zy-asrs-admin/src/views/loc/locDetl/index.vue
index 266438f..4fa6446 100644
--- a/zy-asrs-admin/src/views/loc/locDetl/index.vue
+++ b/zy-asrs-admin/src/views/loc/locDetl/index.vue
@@ -20,6 +20,7 @@
matnr: null,
orderNo: null,
batch: null,
+ tagId: null,
})
const editChild = ref(null)
@@ -76,32 +77,39 @@
...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.maktx', '鍟嗗搧鍚嶇О'),
+ dataIndex: 'maktx',
+ width: 140,
+ ellipsis: true,
+ ...getColumnSearchProps('maktx'),
},
{
- title: formatMessage('db.man_loc_detl.dewell', '鍏ュ簱鏃堕棿'),
- dataIndex: 'dewell$',
- width: 140,
- ellipsis: true,
- ...getColumnSearchProps('dewell$'),
+ 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.model', '鍝佺被'),
+ // dataIndex: 'tagId$',
+ // width: 140,
+ // ellipsis: true,
+ // ...getColumnSearchProps('tagId$'),
+ // },
+ {
+ title: formatMessage('db.man_loc_detl.dewell', '鍏ュ簱鏃堕棿'),
+ dataIndex: 'dewell$',
+ width: 140,
+ ellipsis: true,
+ ...getColumnSearchProps('dewell$'),
},
{
title: formatMessage('db.man_loc_detl.order_no', '璁㈠崟鍙�'),
@@ -195,15 +203,6 @@
width: 140,
})
})
-
- // tmp.push({
- // title: formatMessage('common.operation', '鎿嶄綔'),
- // name: 'oper',
- // dataIndex: 'oper',
- // key: 'oper',
- // width: 140,
- // })
-
state.columns = tmp;
} else if (result.code === 401) {
message.error(result.msg);
@@ -310,12 +309,20 @@
style="width: 140px;margin-right: 10px;" />
<a-input v-model:value="searchParam.matnr" :placeholder="formatMessage('page.locDetl.matnr.input', '璇疯緭鍏ュ晢鍝佺紪鍙�')"
style="width: 140px;margin-right: 10px;" />
+ <a-input v-model:value="searchParam.maktx" :placeholder="formatMessage('page.locDetl.maktx.input', '璇疯緭鍏ュ晢鍝佸悕绉�')"
+ style="width: 140px;margin-right: 10px;" />
<a-input v-model:value="searchParam.orderNo"
:placeholder="formatMessage('page.locDetl.orderNo.input', '璇疯緭鍏ヨ鍗曞彿')"
style="width: 140px;margin-right: 10px;" />
<a-input v-model:value="searchParam.batch" :placeholder="formatMessage('page.locDetl.batch.input', '璇疯緭鍏ユ壒鍙�')"
style="width: 140px;margin-right: 10px;" />
-
+ <a-select v-model:value="searchParam.tagId" :placeholder="formatMessage('page.locDetl.orderNo.input', '璇烽�夋嫨鍝佺被')" :options="[
+ { label: '榛樿鍒嗙被', value: 10 },{ label: '鏈烘补', value: 11 }, { label: '鍙橀�熺娌�', value: 17 }, { label: '鐏姳濉�', value: 18 },
+ { label: '鍏绘姢鍝�', value: 25 },{ label: '娌规紗鑰楁潗', value: 26 }, { label: '鐞冨ご鎽嗚噦', value: 27 }, { label: '鐮傜焊绫�', value: 31 },
+ { label: '鑿滅摐甯�', value: 32 }, { label: '閬斀绫�', value: 33 }, { label: '鎶涘厜绫�', value: 34 }, { label: '闄ゅ皹绫�', value: 35 },
+ { label: '婕忔枟绫�', value: 36 }, { label: '闃叉姢绫�', value: 37 }, { label: '鐑ゆ埧淇濆吇绫�', value: 38 }, { label: '璋冩紗缃�', value: 39 },
+ { label: '鍠锋灙', value: 40 }, { label: '璐规柉鎵樼郴鍒�', value: 41 },]" style="width: 140px;margin-right: 10px;">
+ </a-select>
<a-input-search v-model:value="searchInput" :placeholder="formatMessage('page.input', '璇疯緭鍏�')"
style="width: 200px;" @search="onSearch" />
</div>
@@ -334,7 +341,7 @@
<div style="display: flex;justify-content: space-evenly;">
<a-button type="link" primary @click="handleEdit(record)">{{ formatMessage('page.edit', '缂栬緫') }}</a-button>
<a-button type="link" danger @click="handleDel([record])">{{ formatMessage('page.delete', '鍒犻櫎')
- }}</a-button>
+ }}</a-button>
</div>
</template>
</template>
--
Gitblit v1.9.1