|
|
@ -55,9 +55,8 @@ export const exportFinishedShipmentDetail = async (params) => { |
|
|
|
const data = {...params} |
|
|
|
return await request.downloadPost({ url: `/wms/finished-shipment-record-detail/export-excel-senior`, data }) |
|
|
|
}else{ |
|
|
|
return await request.download({ url: `/wms/finished-shipment-record-detail/export-excel`, params } |
|
|
|
return await request.download({ url: `/wms/finished-shipment-record-detail/export-excel`, params }) |
|
|
|
} |
|
|
|
) |
|
|
|
} |
|
|
|
|
|
|
|
// 下载用户导入模板
|
|
|
|