1、WMS物料包装信息中选择物料代码后应该带出计量单位且计量单位不可编辑
@ -210,6 +210,7 @@ const searchTableSuccess = (formField, searchField, val, formRef) => {
nextTick(() => {
const setV = {}
setV[formField] = val[0][searchField]
setV['uom'] = val[0]['uom']
formRef.setValues(setV)
})
}
@ -47,6 +47,11 @@ export const Itempackaging = useCrudSchemas(reactive<CrudSchema[]>([
isTable: true,
table: {
width: 120
},form: {
// labelMessage: '信息提示说明!!!',
componentProps: {
disabled: true
},
{