Commit 8311e188 authored by 李苏's avatar 李苏 💬

字段

parent db660f63
This diff is collapsed.
......@@ -142,19 +142,21 @@
}
},
{
label: '货主',
prop: 'hzid',
span: 8,
type: 'RelSelect',
"typeConfig": {
"src": "jcsj/common/hz/query",
"match": {
"value": "id",
"label": "name"
}
}
},
label: '货主',
prop: 'hzid',
span: 8,
required: true,
type: 'AuxInput',
typeConfig: {
isRequest: true,
code: 'HZID',
label: 'hzName',
transform: {
value: 'id',
label: 'name'
}
}
},
{
label: '备注',
prop: '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