入库,出库添加检查接口,需要与后端对应

This commit is contained in:
赵正易
2024-03-27 16:38:57 +08:00
parent 9387549718
commit 0cd58461b9
4 changed files with 108 additions and 68 deletions

View File

@@ -147,6 +147,17 @@ export function generateOutorderplan(params) {
})
}
/**
* 检查是否可出库 production_packcode扫码结果 shipment_num出库单号
*/
export function checkProductionOut(params) {
return request({
url: '/mes/wm/WmOutOrder/checkProductionOut',
method: 'get',
params
})
}
// 移库接口
/**
* 移库(物料+客户)