This commit is contained in:
2026-01-23 11:10:04 +08:00
parent e5cea4a818
commit 6d5394f565
11 changed files with 176 additions and 379 deletions

View File

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