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

页面修改查询修改

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