Commit 1ab78957 authored by 旭艳's avatar 旭艳

适航任务显示

parent 75dd4622
......@@ -252,18 +252,17 @@ export default {
'Delivery',
'Run'
]
},
{
'fieldName': 'prodTask.extProcessSkillUser.dxUserInfoId',
'operator': 'EQ',
// 'value': 1626781927440
value: user
},
{
'fieldName': 'prodTask.subTypeName',
'operator': 'EQ',
'value': this.$route.query.title === '装配任务' ? 'FitOut' : 'CheckOut'
}
// {
// 'fieldName': 'prodTask.extProcessSkillUser.dxUserInfoId',
// 'operator': 'EQ',
// value: user
// },
// {
// 'fieldName': 'prodTask.subTypeName',
// 'operator': 'EQ',
// 'value': this.$route.query.title === '装配任务' ? 'FitOut' : 'CheckOut'
// }
],
'operator': 'AND'
},
......@@ -314,6 +313,18 @@ export default {
},
'operator': this.$route.query.title === '装配任务' ? 'NEQ' : 'EQ'
}
if (this.$route.query.title !== '适航任务') {
param.searchQueryCondition.searchItems.children[0].items.push({
'fieldName': 'prodTask.extProcessSkillUser.dxUserInfoId',
'operator': 'EQ',
value: user
})
param.searchQueryCondition.searchItems.children[0].items.push({
'fieldName': 'prodTask.subTypeName',
'operator': 'EQ',
'value': this.$route.query.title === '装配任务' ? 'FitOut' : 'CheckOut'
})
}
that.processLoading = true
post('/JoExecutePlan/getTaskAcceptance', param)
.then((res) => {
......
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