Commit cf623275 authored by jingnan's avatar jingnan 👀

胶漆、涂料、阿洛丁查询台账的接口修改为线边库台账的接口

parent 1d752da1
......@@ -731,14 +731,14 @@ export default {
'value': query
},
{
'fieldName': 'lotNo',
'fieldName': 'batchNumber',
'operator': 'NOTNULL'
},
...paramsItems
]
}
}
post(`/Inventory/search`, params).then(res => {
post(`/ErpInventory/search`, params).then(res => {
this.loading = false
if (res.code === 0) {
const resDeduplicate = []
......
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