版本号2.6.0,添加退货并发送U8入库红单功能
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user