Browse Source

SCP ——> bug 物料规格新增编辑校验

hella_online_20240829
gaojs 4 months ago
parent
commit
4cddb1cfb8
  1. 4
      src/views/wms/basicDataManage/itemManage/packageunit/index.vue

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

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

Loading…
Cancel
Save