Commit 5a9a32d9 authored by jingnan's avatar jingnan 👀

采购入库状态为storing时流程查看报错修改

parent ce5f888e
......@@ -547,25 +547,26 @@ export default {
'pageSize': 9999,
'searchItems': {
'children': [],
'items': [{
'fieldName': 'reqStatus',
'operator': 'IN',
'value': [
'Apply',
'PartAudit'
]
},
{
'fieldName': 'subTypeName',
'operator': 'EQ',
'value': 'InStoragePurchase'
},
{
'fieldName': 'id',
'operator': 'EQ',
// 'value': this.$route.query.id
'value': this.basicData.id
}
'items': [
// {
// 'fieldName': 'reqStatus',
// 'operator': 'IN',
// 'value': [
// 'Apply',
// 'PartAudit'
// ]
// },
{
'fieldName': 'subTypeName',
'operator': 'EQ',
'value': 'InStoragePurchase'
},
{
'fieldName': 'id',
'operator': 'EQ',
// 'value': this.$route.query.id
'value': this.basicData.id
}
],
'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