Commit f048796c authored by jingnan's avatar jingnan 👀

合格证查询过滤掉没有批次号的

parent f6fc65b9
......@@ -605,7 +605,12 @@ export default {
'fieldName': 'testNo',
'operator': 'LIKE',
'value': query
}]
},
{
'fieldName': 'lotNo',
'operator': 'NOTNULL'
}
]
}
}
post(`/Inventory/search`, params).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