|
|
@ -88,6 +88,17 @@ export const exportPurchasereceiptRequestMain = async (params) => { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 导出采购M型收货申请主 Excel
|
|
|
|
export const exportPurchasereceiptRequestMainOrderTypeM = async (params) => { |
|
|
|
if (params.isSearch) { |
|
|
|
const data = {...params} |
|
|
|
return await request.downloadPost({ url: `/wms/purchasereceipt-request-main/export-excel-senior-orderTypeM`, data }) |
|
|
|
} else { |
|
|
|
return await request.download({ url: `/wms/purchasereceipt-request-main/export-excel-orderTypeM`, params }) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// 导出备件收货申请
|
|
|
|
export const exportSparereceiptRequestMain = async (params) => { |
|
|
|
if (params.isSearch) { |
|
|
|