Commit c88a8075 authored by youjie's avatar youjie

no message

parent 34e082fa
......@@ -70,7 +70,7 @@
<div class="tools">
<h1> {{pagesTitle=='销售'?'订单管理':'订单统计管理'}}</h1>
<div class="rightmenu">
<!-- <el-button size="mini" type="primary" @click="downLoadExcel">导出</el-button> -->
<el-button size="mini" type="primary" @click="downLoadExcel">导出</el-button>
</div>
</div>
<div class="query-box">
......@@ -537,10 +537,13 @@
.catch(() => {});
return;
}
this.GetLocalFile(
"/api/Order/GetGuestOrderStatisticsToExcel",
this.msg,
"订单表.xls"
let userInfo = this.getLocalStorage();
let msg = JSON.parse(JSON.stringify(this.msg))
msg.uid = userInfo.EmployeeId
this.GetLocalFile2(
"GuestOrder_post_GetDownLodGuestOrderStatisticsList",
msg,
"订单统计表.xls"
);
},
// 清空下拉
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment