wms:批量查看

This commit is contained in:
qianhao.xu
2024-04-02 17:12:16 +08:00
parent 61db4b5421
commit 08a42f016b
3 changed files with 119 additions and 0 deletions

View File

@@ -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,
})
}