Commit 4c8161bc authored by jingnan's avatar jingnan 👀

配套退库申请待办数量查询参数修改

parent e32c01c1
...@@ -270,9 +270,14 @@ export default { ...@@ -270,9 +270,14 @@ export default {
'value': 'MatchStockBackRequest' 'value': 'MatchStockBackRequest'
}, },
{ {
'fieldName': 'creatorId', 'fieldName': 'extProcessPlan.joExecutePlan.prodTask.extProcessSkillUser.dxUserInfoId ',
'operator': 'EQ', 'operator': 'EQ',
'value': localStorage.getItem('userId') 'value': localStorage.getItem('userId')
},
{
'fieldName': 'extProcessPlan.joExecutePlan.prodTask',
'operator': 'EQ',
'value': 'FitOut'
} }
] ]
} }
......
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