PDA添加拆箱,拼箱入库功能
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user