wms:库位批量查看
This commit is contained in:
27
api/watchGoods/watchGoods.js
Normal file
27
api/watchGoods/watchGoods.js
Normal file
@@ -0,0 +1,27 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
|
||||
/**
|
||||
* 短批次号
|
||||
* @param {查询条件} data
|
||||
*/
|
||||
export function GetGoodsNowProduction_List(query) {
|
||||
return request({
|
||||
url: '/mes/wm/WmGoodsNowProduction/shortPatchsearch',
|
||||
method: 'get',
|
||||
params: query,
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询详细信息
|
||||
* @param {查询条件} data
|
||||
*/
|
||||
export function GetGoodsNowProduction_detail(query) {
|
||||
return request({
|
||||
url: '/mes/wm/WmGoodsNowProduction/patchsearchdetail',
|
||||
method: 'get',
|
||||
params: query,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user