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

字段

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