Commit 8bad332a authored by 李苏's avatar 李苏 💬

制令号变更 新增查询条件

parent 106be7af
......@@ -97,6 +97,29 @@
type: 'input',
value: ''
}
],
[{
label: '物料信息',
prop: 'wlxxInfo',
span: 6,
type: 'input',
value: ''
},
{
"label": "状态",
"prop": "zt",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "lxyl/kcgl/zlhbg/init/zt",
"match": {
"value": "id",
"label": "name"
}
}
},
]
],
/* 默认启停用 */
......
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