修改自动盘点匹配的接口,添加还料打印单据

This commit is contained in:
2026-02-06 11:27:17 +08:00
parent 5cc33e4ef6
commit c466e5fbda
3 changed files with 8 additions and 89 deletions

View File

@@ -21,7 +21,7 @@ export function getScan(query) {
// 开始匹配
export function getMatch(data) {
return request({
url: '/AutoInventory/match',
url: '/AutoInventory/matchPure',
method: 'post',
data: data
})