Commit ecb17e77 authored by jingnan's avatar jingnan 👀

缺件信息列表查询增加条件

parent ccf4723f
...@@ -212,6 +212,11 @@ export default { ...@@ -212,6 +212,11 @@ export default {
'fieldName': 'extSupporting.extProcessPlanId', 'fieldName': 'extSupporting.extProcessPlanId',
'operator': 'EQ', 'operator': 'EQ',
'value': obj.id 'value': obj.id
},
{
'fieldName': 'reqAmount',
'operator': 'NEQ',
'value': 0
} }
], ],
'operator': 'AND' 'operator': 'AND'
......
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