|
@ -67,8 +67,14 @@ export const deleteSupplierinvoiceInvoiced = async (id: number) => { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 导出待开票 Excel
|
|
|
// 导出待开票 Excel
|
|
|
export const exportSupplierinvoiceInvoiced = async (params) => { |
|
|
export const exportSupplierinvoiceInvoicedSchedule = async (params) => { |
|
|
return await request.download({ url: `/wms/supplierinvoice-invoiced/export-excel`, params }) |
|
|
return await request.download({ url: `/wms/supplierinvoice-invoiced/export-excel-schedule`, params }) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 导出待开票 Excel
|
|
|
|
|
|
export const exportSupplierinvoiceInvoicedDiscrete = async (params) => { |
|
|
|
|
|
return await request.download({ url: `/wms/supplierinvoice-invoiced/export-excel-discrete`, params }) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 下载用户导入模板
|
|
|
// 下载用户导入模板
|
|
|