|
@ -93,7 +93,12 @@ export const genRecordsSupplierdeliverRequestMain = async (id) => { |
|
|
} |
|
|
} |
|
|
// 导出供应商发货申请主 Excel
|
|
|
// 导出供应商发货申请主 Excel
|
|
|
export const exportSupplierdeliverRequestMain = async (params) => { |
|
|
export const exportSupplierdeliverRequestMain = async (params) => { |
|
|
return await request.download({ url: `/wms/supplierdeliver-request-main/export-excel`, params }) |
|
|
if (params.isSearch) { |
|
|
|
|
|
const data = {...params} |
|
|
|
|
|
return await request.downloadPost({ url: '/wms/supplierdeliver-request-main/export-excel-senior', data }) |
|
|
|
|
|
} else { |
|
|
|
|
|
return await request.download({url: `/wms/supplierdeliver-request-main/export-excel`, params}) |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 下载用户导入模板
|
|
|
// 下载用户导入模板
|
|
|