Commit cbcc8682 authored by 黄奎's avatar 黄奎

页面修改

parent 89da9864
......@@ -212,7 +212,7 @@
</li>
<li style="margin-right:50px;">
<button class="normalBtn" type="button" @click="GetHoltelInventory()">{{$t('pub.searchBtn')}}</button>
<button class="normalBtn" type="button" @click="DownLoadDinnerSalesBoard()" style="display:none;">下载</button>
<button class="normalBtn" type="button" @click="DownLoadDinnerSalesBoard()" >下载</button>
</li>
</ul>
</div>
......@@ -347,6 +347,8 @@
var that = this;
this.msg.Year = this.currentYear;
this.msg.Month = this.currentMonth;
this.DayData=[];
this.apipost(
"order_post_GetDinnerMonthStatistics",
this.msg,
......@@ -395,12 +397,8 @@
return;
}
this.msg.loading = true;
let qMsg = {
queryMsg: this.msg,
uid: this.getLocalStorage().EmployeeId
};
let fileName = "餐厅下载" + this.$commonUtils.getCurrentDate() + ".xls";
this.GetLocalFile("dinner_get_downloadDinnerSalesBoard", qMsg, fileName,
this.GetLocalFile("dinner_get_downloadDinnerSalesBoard", this.msg, fileName,
res => {
this.msg.loading = false;
});
......
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