MrShi
4 天以前 9eeb62c02a7b3c7b95c20678b6a9c74e7f12f943
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
  })
}