Commit cbcc8682 authored by 黄奎's avatar 黄奎

页面修改

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