|
@@ -4,7 +4,7 @@
|
|
|
<div class="squrt"></div>订单管理
|
|
|
</h2>
|
|
|
<div class="m-core">
|
|
|
- <!-- <div class="newBand" @click="onOrderExport" v-permission="{child: 'export/orderList', parent: '/income'}">报表导出</div> -->
|
|
|
+ <div class="newBand" @click="onOrderExport" v-permission="{child: 'export/orderList', parent: '/income'}">报表导出</div>
|
|
|
<!-- 搜索类型 -->
|
|
|
<el-form :inline="true"
|
|
|
class="searchForm"
|
|
@@ -175,7 +175,9 @@ export default {
|
|
|
methods: {
|
|
|
onOrderExport() { // 报表导出
|
|
|
let url = '/api-web/export/orderList'
|
|
|
- let data = {}
|
|
|
+ let data = {
|
|
|
+ orderType: 0
|
|
|
+ }
|
|
|
const options = {
|
|
|
method: 'POST',
|
|
|
headers: {
|