Browse Source

放开编辑权限

master_hella_20240701
zhaoxuebing 9 months ago
parent
commit
c432bde3ed
  1. 15
      src/views/wms/basicDataManage/factoryModeling/location/index.vue

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

Loading…
Cancel
Save