feat: 物料、单位导入数据、导出模板功能
This commit is contained in:
@@ -62,4 +62,12 @@ export function excelImport(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
export default { add, edit, del, excelImport, getMaterOptType, isAlongMaterType, getProductSeries, materialSync }
|
||||
|
||||
export function downloadImportMaterialTemplate(data) {
|
||||
return request({
|
||||
url: 'api/Materia/downloadImportMaterialTemplate',
|
||||
method: 'get',
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
export default { add, edit, del, excelImport, getMaterOptType, isAlongMaterType, getProductSeries, materialSync, downloadImportMaterialTemplate }
|
||||
|
||||
Reference in New Issue
Block a user