Commit 4cc5e1e0 authored by 李苏's avatar 李苏 💬

物料组=》工厂维护(货主)

parent 30089c7c
......@@ -48,6 +48,22 @@
}
}
},
{
label: '货主',
prop: 'hzid',
span: 12,
required: true,
type: 'AuxInput',
typeConfig: {
isRequest: true,
code: 'HZID',
label: 'hzName',
transform: {
value: 'id',
label: 'name'
}
}
},
{
label: '备注',
prop: 'bz',
......
......@@ -40,6 +40,16 @@
"value": "id"
}
},
{
title: "工厂编码",
field: "hzCode",
width: 140
},
{
title: "工厂名称",
field: "hzName",
width: 140
},
{
title: "备注",
field: "bz",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment