jiangping
2025-02-20 f80fb683f62639ec7848cc82d37e8313c7ffdb0c
admin/src/api/business/wxBillDetail.js
@@ -6,3 +6,19 @@
    trim: true
  })
}
// 导出Excel
export function exportExcel (data) {
  return request.post('/business/goodsorder/exportAccountDetailExcel', data, {
    trim: true,
    download: true
  })
}
// 导出Excel
export function exportNotBikeExcel (data) {
  return request.post('/business/wxBillDetail/exportNotBikeExcel', data, {
    trim: true,
    download: true
  })
}