成品库添加移库,毛坯仓库添加操作时间
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user