From c432bde3ed821e7b654020c90acd0d485e6974a1 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Sun, 18 Feb 2024 16:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=BC=80=E7=BC=96=E8=BE=91=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../factoryModeling/location/index.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/wms/basicDataManage/factoryModeling/location/index.vue b/src/views/wms/basicDataManage/factoryModeling/location/index.vue index 1b55e1bbf..5b9c7b7a3 100644 --- a/src/views/wms/basicDataManage/factoryModeling/location/index.vue +++ b/src/views/wms/basicDataManage/factoryModeling/location/index.vue @@ -155,16 +155,19 @@ const openForm = (type: string, row?: any) => { item.componentProps.disabled = true } if (item.field == 'warehouseCode') { - item.componentProps.disabled = true - item.componentProps.isSearchList = false + // 编辑暂时可以修改 + item.componentProps.disabled = false + item.componentProps.isSearchList = true } if (item.field == 'areaCode') { - item.componentProps.disabled = true - item.componentProps.isSearchList = false + // 编辑暂时可以修改 + item.componentProps.disabled = false + item.componentProps.isSearchList = true } if (item.field == 'locationGroupCode') { - item.componentProps.disabled = true - item.componentProps.isSearchList = false + // 编辑暂时可以修改 + item.componentProps.disabled = false + item.componentProps.isSearchList = true } })