移库完成
This commit is contained in:
@@ -9,4 +9,12 @@ export function listRecord(query) {
|
||||
})
|
||||
}
|
||||
|
||||
// 查询移库记录列表
|
||||
export function delMove(id) {
|
||||
return request({
|
||||
url: '/inventory/move/rollback/' + id,
|
||||
method: 'post',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user