| | |
| | | export function outputExport(params) { |
| | | return request({ |
| | | url: '/pc/l/wh/form/output/list/export', |
| | | responseType: 'blob', // 指定响应数据类型为Blob |
| | | // responseType: 'blob', // 指定响应数据类型为Blob |
| | | method: 'get', |
| | | params, |
| | | }); |
| | |
| | | // 采购单导出 |
| | | export function procureExport(params) { |
| | | return request({ |
| | | url: '/pc/l/wh/form/procure/list/export', |
| | | url: '/pc/whForm/procure/list/export', |
| | | responseType: 'blob', // 指定响应数据类型为Blob |
| | | method: 'get', |
| | | params, |
| | |
| | | params, |
| | | }); |
| | | } |
| | | // 部门物品报废单导出 |
| | | export function deptScrappedExport(params) { |
| | | return request({ |
| | | url: '/pc/l/wh/form/scrapped/deptList/export', |
| | | responseType: 'blob', // 指定响应数据类型为Blob |
| | | method: 'get', |
| | | params, |
| | | }); |
| | | } |