Commit 5ccb1554 authored by 黄奎's avatar 黄奎

同步酒店修改

parent 8f36b8d5
...@@ -750,7 +750,7 @@ ...@@ -750,7 +750,7 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item :label="$t('restaurant.res_BusinessHours')" prop="OpeningHours"> <el-form-item :label="$t('restaurant.res_BusinessHours')" prop="OpeningHours">
<el-input type="text" v-model="addMsg.OpeningHours" maxlength="50" class="w300"></el-input> <el-input type="text" v-model="addMsg.OpeningHours" maxlength="100" class="w300"></el-input>
</el-form-item> </el-form-item>
<el-form-item :label="$t('restaurant.res_ContactNumber')" prop="Tel"> <el-form-item :label="$t('restaurant.res_ContactNumber')" prop="Tel">
<el-input type="text" maxlength="20" v-model="addMsg.Tel" class="w300"></el-input> <el-input type="text" maxlength="20" v-model="addMsg.Tel" class="w300"></el-input>
......
...@@ -88,23 +88,23 @@ ...@@ -88,23 +88,23 @@
v-bind:CountryID="PostConfig.CountryID"></TravelNotice> v-bind:CountryID="PostConfig.CountryID"></TravelNotice>
<div id="fiveAnchor"> <div id="fiveAnchor">
<!--常规团--> <!--常规团-->
<TravelPrice v-show="PostConfig.TeamType==0" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice" <TravelPrice v-if="PostConfig.TeamType==0" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice"
:priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo" :priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo"
:IsDirect="PostConfig.IsDirect"></TravelPrice> :IsDirect="PostConfig.IsDirect"></TravelPrice>
<!--小包团--> <!--小包团-->
<TravelPrice2 v-show="PostConfig.TeamType==1" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice" <TravelPrice2 v-if="PostConfig.TeamType==1" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice"
:priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo" :priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo"
:IsDirect="PostConfig.IsDirect"> :IsDirect="PostConfig.IsDirect">
</TravelPrice2> </TravelPrice2>
<!--当地游--> <!--当地游-->
<TravelPrice3 v-show="PostConfig.TeamType==2" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice" <TravelPrice3 v-if="PostConfig.TeamType==2" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice"
:priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo" :priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo"
:IsDirect="PostConfig.IsDirect"></TravelPrice3> :IsDirect="PostConfig.IsDirect"></TravelPrice3>
<!--地接团--> <!--地接团-->
<TravelPrice4 v-show="PostConfig.TeamType==3" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice" <TravelPrice4 v-if="PostConfig.TeamType==3" @saveMsg="SaveData(1)" ref="TravelPrice" @headCallBack="getPrice"
:priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo" :priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :CurrentUserInfo="CurrentUserInfo"
:TeamType="PostConfig.TeamType"></TravelPrice4> :TeamType="PostConfig.TeamType"></TravelPrice4>
</div> </div>
...@@ -570,16 +570,11 @@ ...@@ -570,16 +570,11 @@
res => { res => {
this.saveLoading = false; this.saveLoading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log("111")
//配置编号 //配置编号
TripFeature.ConfigId = res.data.data; TripFeature.ConfigId = res.data.data;
console.log("222")
this.$refs.TravelPrice.closeHotelDialog(); this.$refs.TravelPrice.closeHotelDialog();
console.log("333")
this.$refs.TravelPrice.initStatus(); this.$refs.TravelPrice.initStatus();
console.log("444")
this.$refs.TravelFeature.getHtml(TripFeature, SaveType, this.TeamType); this.$refs.TravelFeature.getHtml(TripFeature, SaveType, this.TeamType);
console.log("555")
} else if (res.data.resultCode == 10009) { } else if (res.data.resultCode == 10009) {
this.FeatureData.IsSave = false; this.FeatureData.IsSave = false;
//表单重复提交 //表单重复提交
......
...@@ -944,7 +944,9 @@ ...@@ -944,7 +944,9 @@
<span class="TCswitch"> <span class="TCswitch">
<el-switch v-model="priceData.IsB2B" :active-value="inActive" :inactive-value="notInActive"> <el-switch v-model="priceData.IsB2B" :active-value="inActive" :inactive-value="notInActive">
</el-switch> </el-switch>
<div class="TC-config">{{$t('sm.cpjhtuiB2bzzd')}}<br/><font style="color:red;">切位团请关闭此项;</font></div> <div class="TC-config">{{$t('sm.cpjhtuiB2bzzd')}}<br />
<font style="color:red;">切位团请关闭此项;</font>
</div>
</span> </span>
</div> </div>
</el-form-item> </el-form-item>
...@@ -1408,8 +1410,8 @@ ...@@ -1408,8 +1410,8 @@
EmergencyContact: "", //紧急联系人 EmergencyContact: "", //紧急联系人
IsNeedAirportShuttle: 0, //是否需要接送服务 IsNeedAirportShuttle: 0, //是否需要接送服务
GuideNum: 0, //导游人数 GuideNum: 0, //导游人数
IsLeaderDaiTuan:1,//领队带团/不带团 IsLeaderDaiTuan: 1, //领队带团/不带团
IsGuideDaiTuan:1,//导游带团/不带团 IsGuideDaiTuan: 1, //导游带团/不带团
}; };
} }
this.returnPriceList.push(objItem); this.returnPriceList.push(objItem);
...@@ -1936,7 +1938,6 @@ ...@@ -1936,7 +1938,6 @@
}, },
//关闭弹窗方法 //关闭弹窗方法
closeHotelDialog() { closeHotelDialog() {
console.log("111");
this.outerVisible = false; this.outerVisible = 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