Commit 0ad487e1 authored by 黄奎's avatar 黄奎

页面修改查询修改

parent d20b1f7b
......@@ -255,7 +255,7 @@
StartDate: new Date().Format("yyyy-MM-dd"),
EndDate: this.setEdate(),
//只查询日本
Country: "651,1252",
Country: "651",
Province: 0,
City: 0,
OutBranchId: -1,
......@@ -413,7 +413,7 @@
GetHotelList() {
this.apipost(
"hotel_post_GetHasStockHotelList", {
QCountry: "651,1252",
QCountry: "651",
IsMoreThanZero: 1
},
res => {
......@@ -604,7 +604,7 @@
mounted() {
this.initSupplier();
this.getBranchList();
this.getProvinceList("651,1252", 1);
this.getProvinceList("651", 1);
this.GetHotelList();
this.getList();
this.GetHotelTipList();
......
......@@ -508,7 +508,7 @@
GetHotelList() {
this.apipost(
"hotel_post_GetHasStockHotelList", {
QCountry: "651,1252",
QCountry: "651",
IsMoreThanZero: 1
},
res => {
......@@ -603,7 +603,7 @@
this.GetHotelList();
this.initCalendar();
this.GetHoltelInventory();
this.getProvinceList("651,1252", 1);
this.getProvinceList("651", 1);
}
};
......
......@@ -494,7 +494,7 @@
GetHotelList() {
this.apipost(
"hotel_post_GetHasStockHotelList", {
QCountry: "651,1252",
QCountry: "651",
IsMoreThanZero: 1
},
res => {
......@@ -556,7 +556,7 @@
this.msg.HotelId = this.$route.query.HotelId === undefined ? 0 : this.$route.query.HotelId;
this.initSupplier();
this.GetHotelList();
this.getProvinceList("651,1252", 1);
this.getProvinceList("651", 1);
this.getList();
},
}
......
......@@ -415,7 +415,7 @@
GetHotelList() {
this.apipost(
"hotel_post_GetHasStockHotelList", {
QCountry: "651,1252",
QCountry: "651",
IsMoreThanZero: 1
},
res => {
......
......@@ -393,7 +393,7 @@
GetDinnerList() {
this.apipost(
"dining_post_GetList", {
QCountrys: "651,1252"
QCountrys: "651"
},
res => {
if (res.data.resultCode == 1) {
......
......@@ -355,7 +355,7 @@
this.DiningList = [];
this.apipost(
"dining_post_GetList", {
QCountrys: "651,1252"
QCountrys: "651"
},
res => {
if (res.data.resultCode == 1) {
......
......@@ -386,7 +386,7 @@
GetScenicList() {
this.apipost(
"ticketcoupons_post_GetList", {
QCountrys: "651,1252"
QCountrys: "651"
},
res => {
if (res.data.resultCode == 1) {
......
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