Commit f7499c0b authored by “lixuyan”'s avatar “lixuyan”

修改装配任务的参数

parent 6e3510fe
......@@ -308,13 +308,15 @@ export default {
],
'toValidateKeys': ''
},
'searchItem': {
'fieldName': 'joExecuteOpPlan.status',
'operator': this.$route.query.title === '装配任务' ? 'IN' : 'EQ',
'value': this.$route.query.title === '装配任务' ? ['Not', 'Yes', 'UnderTest', 'Checked'] : this.$route.query.title === '检验任务' ? 'Yes' : 'UnderTest'
},
'operator': 'EQ'
}
if (this.$route.query.title !== '装配任务') {
param.searchItem = {
'fieldName': 'joExecuteOpPlan.status',
'operator': 'EQ',
'value': this.$route.query.title === '检验任务' ? 'Yes' : 'UnderTest'
}
}
if (this.$route.query.title !== '适航任务') {
param.searchQueryCondition.searchItems.children[0].items.push({
'fieldName': 'prodTask.extProcessSkillUser.dxUserInfoId',
......
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