成品库添加移库,毛坯仓库添加操作时间

This commit is contained in:
2024-07-10 17:12:26 +08:00
parent 3227a7b0ca
commit 52ce5c72e5
5 changed files with 140 additions and 31 deletions

View File

@@ -94,3 +94,16 @@ export function dictWmGoodsNowProduction(query) {
params: query,
})
}
/**
* 批量修改成品库仓库编码
* @param data
*/
export function BatchUpdateGoodsNowProductionLocationCode(data) {
return request({
url: '/mes/wm/WmGoodsNowProduction/batchUpdateGoodsNowProductionLocationCode',
method: 'post',
data: data,
})
}