|
|
@ -47,7 +47,12 @@ export const deleteFinishedShipmentMain = async (id: number) => { |
|
|
|
|
|
|
|
// 导出已发未结发货记录主 Excel
|
|
|
|
export const exportFinishedShipmentMain = async (params) => { |
|
|
|
if (params.isSearch) { |
|
|
|
const data = {...params} |
|
|
|
return await request.downloadPost({ url: `/wms/finished-shipment-record-main/export-excel-senior`, data }) |
|
|
|
}else{ |
|
|
|
return await request.download({ url: `/wms/finished-shipment-record-main/export-excel`, params }) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// 下载用户导入模板
|
|
|
|