Browse Source

物料包装信息包装类型字段只读设置

hella_online_20240829
chenfang 3 months ago
parent
commit
5037cc9fab
  1. 4
      src/views/wms/basicDataManage/itemManage/itempackage/index.vue

4
src/views/wms/basicDataManage/itemManage/itempackage/index.vue

@ -188,7 +188,7 @@ const openForm = (type: string, row?: any) => {
item.componentProps.isSearchList = false
}
if (item.field == 'packType') {
item.componentProps.disabled = false
item.componentProps.disabled = true
}
})
}else {
@ -202,7 +202,7 @@ const openForm = (type: string, row?: any) => {
item.componentProps.isSearchList = true
}
if (item.field == 'packType') {
item.componentProps.disabled = true
item.componentProps.disabled = false
}
})
}

Loading…
Cancel
Save