Commit c88a8075 authored by youjie's avatar youjie

no message

parent 34e082fa
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<div class="tools"> <div class="tools">
<h1> {{pagesTitle=='销售'?'订单管理':'订单统计管理'}}</h1> <h1> {{pagesTitle=='销售'?'订单管理':'订单统计管理'}}</h1>
<div class="rightmenu"> <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> </div>
<div class="query-box"> <div class="query-box">
...@@ -537,10 +537,13 @@ ...@@ -537,10 +537,13 @@
.catch(() => {}); .catch(() => {});
return; return;
} }
this.GetLocalFile( let userInfo = this.getLocalStorage();
"/api/Order/GetGuestOrderStatisticsToExcel", let msg = JSON.parse(JSON.stringify(this.msg))
this.msg, msg.uid = userInfo.EmployeeId
"订单表.xls" 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