Commit c296c511 authored by 黄奎's avatar 黄奎

页面修改

parent bc78995f
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
<span style="color:green">{{subItem.NewHotelName}}</span> <span style="color:green">{{subItem.NewHotelName}}</span>
<el-popover placement="right" width="540" trigger="click" v-model="subItem.isShowPop"> <el-popover placement="right" width="540" trigger="click" v-model="subItem.isShowPop">
<comCheckHotel :ref="'comCheckHotel'+index+subIndex+''" v-on:childHotel="childHotelList" <comCheckHotel :ref="'comCheckHotel'+index+subIndex+''" v-on:childHotel="childHotelList"
:UseDate="item.UseTimeStr" :Country="651"> :UseDate="item.UseTimeStr" :Country="ChooseCountry">
</comCheckHotel> </comCheckHotel>
<el-button size="small" type="danger" :data-index="'comCheckHotel'+index+subIndex+''" <el-button size="small" type="danger" :data-index="'comCheckHotel'+index+subIndex+''"
slot="reference" style="cursor:pointer;" slot="reference" style="cursor:pointer;"
...@@ -683,7 +683,8 @@ ...@@ -683,7 +683,8 @@
HouseNum: 0, HouseNum: 0,
BookNum: 0 BookNum: 0
}, },
] ],
ChooseCountry:"651"
} }
}, },
components: { components: {
...@@ -1206,6 +1207,14 @@ ...@@ -1206,6 +1207,14 @@
if (this.$route.query.LineId) { if (this.$route.query.LineId) {
this.LineId = this.$route.query.LineId; this.LineId = this.$route.query.LineId;
} }
if(this.LineId==90)
{
this.ChooseCountry=2;
}
else if(this.LineId==14)
{
this.ChooseCountry=651;
}
this.GetAuth(); this.GetAuth();
this.getAllCurrency(); this.getAllCurrency();
this.LeaderName = this.$route.query.LeaderName; this.LeaderName = this.$route.query.LeaderName;
......
...@@ -1851,12 +1851,10 @@ ...@@ -1851,12 +1851,10 @@
testApi() { testApi() {
this.apipost( this.apipost(
"sellorder_post_GetMiniAppTravelOrderList", { "sellorder_post_GetMiniAppTravelOrderList", {
"MiniAppUserId": 113859,
pageIndex:1,
pageSize:5,
}, },
res => { res => {
} }
); );
}, },
......
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