|
@ -77,7 +77,13 @@ export const genRecordsPurchaseclaimRequestMain = async (id) => { |
|
|
} |
|
|
} |
|
|
// 导出采购索赔申请主 Excel
|
|
|
// 导出采购索赔申请主 Excel
|
|
|
export const exportPurchaseclaimRequestMain = async (params) => { |
|
|
export const exportPurchaseclaimRequestMain = async (params) => { |
|
|
|
|
|
if (params.isSearch) { |
|
|
|
|
|
delete params.isSearch |
|
|
|
|
|
const data = { ...params } |
|
|
|
|
|
return await request.downloadPost({ url: `/wms/purchaseclaim-request-main/export-excel-senior`, data }) |
|
|
|
|
|
} else { |
|
|
return await request.download({ url: `/wms/purchaseclaim-request-main/export-excel`, params }) |
|
|
return await request.download({ url: `/wms/purchaseclaim-request-main/export-excel`, params }) |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 下载用户导入模板
|
|
|
// 下载用户导入模板
|
|
|