feat(钢卷管理): 添加批量导出钢卷数据功能
- 新增exportAllMaterialCoil API接口用于导出所有钢卷数据 - 修改导出按钮事件处理为handleExportAll - 使用download方法实现数据导出功能
This commit is contained in:
@@ -119,4 +119,12 @@ export function distributionByActualItemType(query) {
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
export function exportAllMaterialCoil(query) {
|
||||
return request({
|
||||
url: '/wms/materialCoil/export',
|
||||
method: 'post',
|
||||
data: query
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user