Browse Source

工位

master_hella_20240701
陈薪名 7 months ago
parent
commit
8262d8dbcf
  1. 14
      src/views/wms/basicDataManage/factoryModeling/workstation/index.vue

14
src/views/wms/basicDataManage/factoryModeling/workstation/index.vue

@ -170,13 +170,13 @@ const openForm = (type: string, row?: any) => {
item.componentProps.disabled = false
}
if (item.field == 'workshopCode') {
item.componentProps.disabled = false
item.componentProps.isSearchList = true
}
if (item.field == 'productionLineCode') {
item.componentProps.disabled = true
item.componentProps.isSearchList = false
}
item.componentProps.disabled = false
item.componentProps.isSearchList = true
}
if (item.field == 'productionLineCode') {
item.componentProps.disabled = false
item.componentProps.isSearchList = true
}
})
}
basicFormRef.value.open(type, row)

Loading…
Cancel
Save