| | |
| | | export function procureExport(params) { |
| | | return request({ |
| | | url: '/pc/whForm/procure/list/export', |
| | | responseType: 'blob', // 指定响应数据类型为Blob |
| | | // responseType: 'blob', // 指定响应数据类型为Blob |
| | | method: 'get', |
| | | params, |
| | | }); |
| | |
| | | export function transferExport(params) { |
| | | return request({ |
| | | url: '/pc/l/wh/form/transfer/list/export', |
| | | responseType: 'blob', // 指定响应数据类型为Blob |
| | | // responseType: 'blob', // 指定响应数据类型为Blob |
| | | method: 'get', |
| | | params, |
| | | }); |
| | |
| | | export function inventoryExport(params) { |
| | | return request({ |
| | | url: '/pc/l/wh/form/inventory/list/export', |
| | | responseType: 'blob', // 指定响应数据类型为Blob |
| | | // responseType: 'blob', // 指定响应数据类型为Blob |
| | | method: 'get', |
| | | params, |
| | | }); |
| | |
| | | export function scrappedExport(params) { |
| | | return request({ |
| | | url: '/pc/l/wh/form/scrapped/list/export', |
| | | responseType: 'blob', // 指定响应数据类型为Blob |
| | | // responseType: 'blob', // 指定响应数据类型为Blob |
| | | method: 'get', |
| | | params, |
| | | }); |
| | |
| | | export function deptScrappedExport(params) { |
| | | return request({ |
| | | url: '/pc/l/wh/form/scrapped/deptList/export', |
| | | responseType: 'blob', // 指定响应数据类型为Blob |
| | | // responseType: 'blob', // 指定响应数据类型为Blob |
| | | method: 'get', |
| | | params, |
| | | }); |