根据采购单生成入库单
This commit is contained in:
@@ -81,3 +81,12 @@ export function updateStockIoStatus(stockIoId, status) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function addStockIoWithDetail(data) {
|
||||
return request({
|
||||
url: '/wms/stockIo/withDetail',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user