版本号2.6.0,添加退货并发送U8入库红单功能

This commit is contained in:
2025-10-09 23:21:33 +08:00
parent 1ad01c2ec1
commit 4ea76510d1
8 changed files with 647 additions and 42 deletions

View File

@@ -90,6 +90,16 @@ export function handlErexitwarehouse(params) {
})
}
// 退货到成品库
export function returnProductwarehouse(data) {
return request({
url: '/mes/wm/entrywarehouse/ReturnProductwarehouse',
method: 'post',
data
})
}
// 2 根据箱标签的批次号,获取成品库内的信息
export function getInfoByPatchCode(params) {
return request({