Commit 443a62ea authored by 李苏's avatar 李苏 💬

修改字段

parent 153af6a2
...@@ -63,10 +63,20 @@ ...@@ -63,10 +63,20 @@
}, },
{ {
label: '外形检测工位', label: '外形检测工位',
prop: 'wxCode', prop: 'wxgwId',
span: 12, span: 12,
type: 'input' type: 'RelSelect',
typeConfig: {
src: "lxyl/jcsj/ugw/init/wxjcgw"
},
// required: true,
} }
// {
// label: '外形检测工位',
// prop: 'wxCode',
// span: 12,
// type: 'input'
// }
] ]
......
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
readonly:(this.type=='edit'||this.type=='view')?true:false, readonly:(this.type=='edit'||this.type=='view')?true:false,
// "required": true, "required": true,
"typeConfig": { "typeConfig": {
"src": "wms/jcsj/kq/query", "src": "wms/jcsj/kq/query",
"match": { "match": {
......
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