物料出库

This commit is contained in:
chenjianan
2019-06-04 15:16:41 +08:00
parent b68621185b
commit d77a06e03f
2 changed files with 26 additions and 15 deletions

View File

@@ -95,3 +95,15 @@ export function submitOutStore(...params) {
}
})
}
// 出库
export function errorRecord(...params) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '库存管理_物料出库_异常记录_增加数据',
param: `异常数量=${params[0]}&异常原因=${params[1]}&物料流水号=${params[2]}&基本件流水号=${params[3]}&货位流水号=${params[4]}}`
}
})
}