页面优化, 同步到ERP
This commit is contained in:
@@ -52,3 +52,11 @@ export function exportCropExcel(query) {
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
//获得ERP Material 列表
|
||||
export function getMaterialList(){
|
||||
return request({
|
||||
url: '/farm/crop/getMaterialList',
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user