Commit 60e10423 authored by 黄奎's avatar 黄奎

新增页面,

parent 5c386132
This diff is collapsed.
...@@ -534,7 +534,7 @@ ...@@ -534,7 +534,7 @@
this.msg.loading = true; this.msg.loading = true;
let qMsg = { let qMsg = {
queryMsg: this.msg, queryMsg: this.msg,
uid: this.getLocalStorage().EmployeeId uid: this.getLocalStorageSupplier().SupplierAccountId
}; };
let fileName = "酒店统计" + this.$commonUtils.getCurrentDate() + ".xls"; let fileName = "酒店统计" + this.$commonUtils.getCurrentDate() + ".xls";
this.GetLocalFile("hotel_get_downloadHotelSalesBoard_Supplier", qMsg, fileName, this.GetLocalFile("hotel_get_downloadHotelSalesBoard_Supplier", qMsg, fileName,
......
...@@ -493,7 +493,7 @@ ...@@ -493,7 +493,7 @@
//获取酒店列表 //获取酒店列表
GetHotelList() { GetHotelList() {
this.ApiPost2( this.ApiPost2(
"hotel_post_GetHasStockHotelList", { "hotel_post_GetHasStockHotelList_Supplier", {
Country: 651, Country: 651,
IsMoreThanZero: 1 IsMoreThanZero: 1
}, },
...@@ -554,7 +554,7 @@ ...@@ -554,7 +554,7 @@
mounted() { mounted() {
this.msg.HotelId = this.$route.query.HotelId === undefined ? 0 : this.$route.query.HotelId; this.msg.HotelId = this.$route.query.HotelId === undefined ? 0 : this.$route.query.HotelId;
this.initSupplier(); //this.initSupplier();
this.GetHotelList(); this.GetHotelList();
this.getProvinceList(651, 1); this.getProvinceList(651, 1);
this.getList(); this.getList();
......
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