add:增加aps的Bom数据相关功能;rev:修改一些uuid改为id,optid,optName改为id,name;
This commit is contained in:
@@ -64,4 +64,12 @@ export function cancelSubmit(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, cancelSubmit, submits, getDtl, getProduceProcessRouteByMaterialId, getworkprocedureListByProduceProcessRouteId }
|
||||
export function excelImport(data) {
|
||||
return request({
|
||||
url: 'api/bom/excelImport',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, cancelSubmit, submits, getDtl, getProduceProcessRouteByMaterialId, getworkprocedureListByProduceProcessRouteId, excelImport }
|
||||
|
||||
Reference in New Issue
Block a user