移库完成

This commit is contained in:
2026-01-22 20:00:11 +08:00
parent 3b16ba0af4
commit e5cea4a818
2 changed files with 30 additions and 3 deletions

View File

@@ -9,4 +9,12 @@ export function listRecord(query) {
})
}
// 查询移库记录列表
export function delMove(id) {
return request({
url: '/inventory/move/rollback/' + id,
method: 'post',
})
}