PDA添加拆箱,拼箱入库功能

This commit is contained in:
2025-11-06 14:40:07 +08:00
parent b04c565b1c
commit 8a1a773cca
4 changed files with 149 additions and 149 deletions

View File

@@ -72,7 +72,7 @@ export function resolutionPackage(params) {
}
// 入库
// 入库传U8
export function handlerIntoProductWarehouse(data) {
return request({
url: '/mes/wm/entrywarehouse/into_product_warehouse',
@@ -81,6 +81,15 @@ export function handlerIntoProductWarehouse(data) {
})
}
// 入库( 不传U8
export function IntoProductwarehouseNoU8(data) {
return request({
url: '/mes/wm/entrywarehouse/IntoProductwarehouseNoU8',
method: 'post',
data
})
}
// 一般退库
export function handlErexitwarehouse(params) {
return request({