新购入库,编码入库页面增加分页
This commit is contained in:
parent
53e2580dca
commit
0192a021f8
|
|
@ -30,10 +30,10 @@ export function rejectPurchaseWarehouse(data) {
|
|||
|
||||
|
||||
// 查询入库编码列表
|
||||
export function getMachineById(data) {
|
||||
export function getMachineById(query) {
|
||||
return request({
|
||||
url: '/material/purchase/storage/getMachineById',
|
||||
method: 'post',
|
||||
data: data
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue