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

酒店修改

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