Commit 7995b1ec authored by 黄媛媛's avatar 黄媛媛
parents c33aa737 096866e5
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
StartDate: new Date().Format("yyyy-MM-dd"), StartDate: new Date().Format("yyyy-MM-dd"),
EndDate: this.setEdate(), EndDate: this.setEdate(),
//只查询日本 //只查询日本
Country: "651", Country: "651,1252",
Province: 0, Province: 0,
City: 0, City: 0,
OutBranchId: -1, OutBranchId: -1,
...@@ -412,7 +412,7 @@ ...@@ -412,7 +412,7 @@
GetHotelList() { GetHotelList() {
this.apipost( this.apipost(
"hotel_post_GetHasStockHotelList", { "hotel_post_GetHasStockHotelList", {
Country: 651, QCountry: "651,1252",
IsMoreThanZero: 1 IsMoreThanZero: 1
}, },
res => { res => {
...@@ -573,8 +573,9 @@ ...@@ -573,8 +573,9 @@
); );
}, },
getBranchList() { getBranchList() {
let UserInfo = this.getLocalStorage();
this.apipost('admin_get_BranchGetList', { this.apipost('admin_get_BranchGetList', {
RB_Group_Id: '2', RB_Group_Id: UserInfo.RB_Group_id,
Status: 0, Status: 0,
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
...@@ -599,7 +600,7 @@ ...@@ -599,7 +600,7 @@
mounted() { mounted() {
this.initSupplier(); this.initSupplier();
this.getBranchList(); this.getBranchList();
this.getProvinceList(651, 1); this.getProvinceList("651,1252", 1);
this.GetHotelList(); this.GetHotelList();
this.getList(); this.getList();
this.GetHotelTipList(); this.GetHotelTipList();
......
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