页面优化, 同步到ERP

This commit is contained in:
zhanyunjiu
2022-07-12 16:18:16 +08:00
parent b9543f8c73
commit eb67cb8cd1
4 changed files with 48 additions and 7 deletions
+8
View File
@@ -52,3 +52,11 @@ export function exportCropExcel(query) {
responseType: 'blob'
})
}
//获得ERP Material 列表
export function getMaterialList(){
return request({
url: '/farm/crop/getMaterialList',
method: 'get',
})
}