From 7d38a7608e97407c6c4204acf720d01fe7e956ab Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 29 十一月 2024 13:36:51 +0800
Subject: [PATCH] #
---
zy-asrs-admin/src/components/locDetl/show.vue | 17 ++++++++++++-----
1 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/zy-asrs-admin/src/components/locDetl/show.vue b/zy-asrs-admin/src/components/locDetl/show.vue
index 2e62085..d19ea0b 100644
--- a/zy-asrs-admin/src/components/locDetl/show.vue
+++ b/zy-asrs-admin/src/components/locDetl/show.vue
@@ -37,14 +37,14 @@
...getColumnSearchProps('locNo'),
},
{
- title: formatMessage('db.man_loc_detl.mat_id', '鐗╂枡'),
+ title: formatMessage('db.man_loc_detl.mat_id', '鍟嗗搧'),
dataIndex: 'matId$',
width: 140,
ellipsis: true,
...getColumnSearchProps('matId$'),
},
{
- title: formatMessage('db.man_loc_detl.matnr', '鐗╂枡鍙�'),
+ title: formatMessage('db.man_loc_detl.matnr', '鍟嗗搧缂栧彿'),
dataIndex: 'matnr',
width: 140,
ellipsis: true,
@@ -70,6 +70,13 @@
width: 140,
ellipsis: true,
...getColumnSearchProps('anfme'),
+ },
+ {
+ title: formatMessage('db.man_loc_detl.freeze', '鏄惁鍐荤粨'),
+ dataIndex: 'freeze$',
+ width: 140,
+ ellipsis: true,
+ ...getColumnSearchProps('freeze$'),
},
{
title: formatMessage('db.man_loc_detl.status', '鐘舵��'),
@@ -157,12 +164,12 @@
}
const handleOk = () => {
- openDetl.value = false;
+ open.value = false;
}
const handleCancel = () => {
- openDetl.value = false;
- orderId.value = null;
+ open.value = false;
+ locId.value = null;
}
watch(locId, (newVal, oldVal) => {
--
Gitblit v1.9.1