Browse Source

物料包装信息新增字段只读

hella_online_20240829
chenfang 6 months ago
parent
commit
eb5dbdd1b5
  1. 2
      src/views/wms/basicDataManage/itemManage/itempackage/index.vue

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

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

Loading…
Cancel
Save