出库限制解除

This commit is contained in:
赵正易
2024-03-27 15:35:05 +08:00
parent 3b6c59a44e
commit 9387549718
3 changed files with 31 additions and 35 deletions

View File

@@ -9,6 +9,14 @@ export function getProductLocationInfo(params) {
params
})
}
// 判断可否入库(code = 200 data = true-可入库 false-不可入库msg显示不可入库原因 )
export function checkWarehousing(params) {
return request({
url: '/mes/wm/entrywarehouse/checkWarehousing',
method: 'get',
params
})
}
// 根据库位获取已存在货物
export function getOldPackagelist(params) {