库存单据左侧页面修改

This commit is contained in:
zx
2026-01-21 18:12:22 +08:00
parent cf0cb72aa5
commit 6047f5850e
3 changed files with 249 additions and 706 deletions

View File

@@ -70,6 +70,14 @@ export function backoutRecord(data) {
data: data
})
}
// 一键入库
export function recordFinish(data) {
return request({
url: '/wisdom/record/finish',
method: 'post',
data: data
})
}