wms:批量查看
This commit is contained in:
@@ -55,3 +55,16 @@ export function delWmGoodsNowProduction(pid) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 批次 查询 父子节点
|
||||
* @param {*} query
|
||||
* @returns
|
||||
*/
|
||||
export function Node_patch_search(query) {
|
||||
return request({
|
||||
url: '/mes/wm/WmGoodsNowProduction/patchsearch',
|
||||
method: 'get',
|
||||
params: query,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user