This commit is contained in:
qianhao.xu
2024-04-11 19:36:34 +08:00
parent cd9af959d5
commit 0dfcf0e538
2 changed files with 65 additions and 5 deletions

View File

@@ -68,3 +68,16 @@ export function Node_patch_search(query) {
params: query,
})
}
/**
* 修改实际库存数量
* @param {*} query
* @returns
*/
export function updateactualInventoryQuantity(query) {
return request({
url: '/mes/wm/WmGoodsNowProduction/modifyInventoryQuantity',
method: 'get',
params: query,
})
}