新购入库,编码入库页面增加分页

This commit is contained in:
hayu 2026-01-20 17:34:49 +08:00
parent 53e2580dca
commit 0192a021f8
2 changed files with 411 additions and 526 deletions

View File

@ -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