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