feat(生产物料): 添加撤销出入库记录功能
新增撤销出入库记录API接口及前端操作按钮逻辑 处理入库和出库两种类型的撤销操作
This commit is contained in:
@@ -137,4 +137,16 @@ export async function queryMmInventory(data) {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 撤销出/入库记录
|
||||
*/
|
||||
export async function cancelMmInventory(data) {
|
||||
return request({
|
||||
url: 'mes/productionMaterial/MmInventory/RevokeReceipt',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user