Commit 0250578a authored by 黄奎's avatar 黄奎

酒店修改

parent 6a776f05
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</el-select> </el-select>
</span> </span>
</li> </li>
<li> <li style="display:none;">
<span> <span>
<em>供应商</em> <em>供应商</em>
<el-select v-model="msg.Supplier" placeholder="请选择"> <el-select v-model="msg.Supplier" placeholder="请选择">
...@@ -455,7 +455,7 @@ ...@@ -455,7 +455,7 @@
this.msg.Month = this.currentMonth; this.msg.Month = this.currentMonth;
this.DayData = []; this.DayData = [];
this.ApiPost2( this.ApiPost2(
"hotelreport_get_GetHotelPriceMonthStatisticsExt", "hotelreport_get_GetHotelPriceMonthStatisticsExt_Supplier",
this.msg, this.msg,
res => { res => {
this.msg.loading = false; this.msg.loading = false;
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
//获取酒店列表 //获取酒店列表
GetHotelList() { GetHotelList() {
this.ApiPost2( this.ApiPost2(
"hotel_post_GetHasStockHotelList", { "hotel_post_GetHasStockHotelList_Supplier", {
Country: 651, Country: 651,
IsMoreThanZero: 1 IsMoreThanZero: 1
}, },
...@@ -545,7 +545,7 @@ ...@@ -545,7 +545,7 @@
this.Info("请选择要下载的酒店!"); this.Info("请选择要下载的酒店!");
} }
}, },
// 获取供应商 // 获取供应商
initSupplier() { initSupplier() {
this.ApiPost2("supplier_post_GetAllList", { this.ApiPost2("supplier_post_GetAllList", {
Type: 1 Type: 1
...@@ -567,7 +567,7 @@ ...@@ -567,7 +567,7 @@
this.currentMonth = myDate.getMonth() + 1; this.currentMonth = myDate.getMonth() + 1;
this.msg.Year = this.currentYear; this.msg.Year = this.currentYear;
this.msg.Month = this.currentDay; this.msg.Month = this.currentDay;
this.initSupplier(); //this.initSupplier();
this.getBranchList(); this.getBranchList();
this.GetHotelList(); this.GetHotelList();
this.initCalendar(); this.initCalendar();
......
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