|
|
@ -91,6 +91,16 @@ export const exportPurchasereturnRequestMain = async (params) => { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// 导出采购退货申请主 Excel
|
|
|
|
export const exportPurchasereturnRequestMainMorderType = async (params) => { |
|
|
|
if (params.isSearch) { |
|
|
|
const data = {...params} |
|
|
|
return await request.downloadPost({ url: `/wms/purchasereturn-request-main/export-excel-senior-mordertype`, data }) |
|
|
|
} else { |
|
|
|
return await request.download({url: `/wms/purchasereturn-request-main/export-excel-mordertype`, params}) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// 导出采购退货申请主 Excel
|
|
|
|
export const exportPurchasereturnRequestMainSpare = async (params) => { |
|
|
|
if (params.isSearch) { |
|
|
|