Commit 4e28d303 authored by 黄奎's avatar 黄奎

同步酒店调整

parent 5ccb1554
......@@ -88,23 +88,23 @@
v-bind:CountryID="PostConfig.CountryID"></TravelNotice>
<div id="fiveAnchor">
<!--常规团-->
<TravelPrice v-if="PostConfig.TeamType==0" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice"
<TravelPrice v-show="PostConfig.TeamType==0" @saveMsg="SaveData(1)" ref="TravelPrice1" @headCallBack="getPrice"
:priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo"
:IsDirect="PostConfig.IsDirect"></TravelPrice>
<!--小包团-->
<TravelPrice2 v-if="PostConfig.TeamType==1" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice"
<TravelPrice2 v-show="PostConfig.TeamType==1" @saveMsg="SaveData(1)" ref="TravelPrice2" @headCallBack="getPrice"
:priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo"
:IsDirect="PostConfig.IsDirect">
</TravelPrice2>
<!--当地游-->
<TravelPrice3 v-if="PostConfig.TeamType==2" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice"
<TravelPrice3 v-show="PostConfig.TeamType==2" @saveMsg="SaveData(1)" ref="TravelPrice3" @headCallBack="getPrice"
:priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo"
:IsDirect="PostConfig.IsDirect"></TravelPrice3>
<!--地接团-->
<TravelPrice4 v-if="PostConfig.TeamType==3" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice"
<TravelPrice4 v-show="PostConfig.TeamType==3" @saveMsg="SaveData(1)" ref="TravelPrice4" @headCallBack="getPrice"
:priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo"
:TeamType="PostConfig.TeamType"></TravelPrice4>
</div>
......@@ -572,8 +572,22 @@
if (res.data.resultCode == 1) {
//配置编号
TripFeature.ConfigId = res.data.data;
this.$refs.TravelPrice.closeHotelDialog();
this.$refs.TravelPrice.initStatus();
if (this.$refs.TravelPrice1) {
this.$refs.TravelPrice1.closeHotelDialog();
this.$refs.TravelPrice1.initStatus();
}
if (this.$refs.TravelPrice2) {
this.$refs.TravelPrice2.closeHotelDialog();
this.$refs.TravelPrice2.initStatus();
}
if (this.$refs.TravelPrice3) {
this.$refs.TravelPrice3.closeHotelDialog();
this.$refs.TravelPrice3.initStatus();
}
if (this.$refs.TravelPrice4) {
this.$refs.TravelPrice4.closeHotelDialog();
this.$refs.TravelPrice4.initStatus();
}
this.$refs.TravelFeature.getHtml(TripFeature, SaveType, this.TeamType);
} else if (res.data.resultCode == 10009) {
this.FeatureData.IsSave = false;
......
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