Commit dc905796 authored by zhengke's avatar zhengke

修改

parent dd359f73
...@@ -346,6 +346,9 @@ ...@@ -346,6 +346,9 @@
} else if (TeamType == 2) { } else if (TeamType == 2) {
path = "TravelManager4"; path = "TravelManager4";
} }
if(postData.isfromManager){
path = "TravelManager5";
}
this.Success("保存成功"); this.Success("保存成功");
if (this.isNewConfig) { if (this.isNewConfig) {
this.$router.push({ this.$router.push({
......
...@@ -189,6 +189,7 @@ ...@@ -189,6 +189,7 @@
TeamType:'', TeamType:'',
loading: false, loading: false,
isNewConfig: true, isNewConfig: true,
isfromManager:true,
}; };
}, },
components: { components: {
...@@ -339,7 +340,7 @@ ...@@ -339,7 +340,7 @@
TripFeature.B2BRemark = this.PostNotice.B2BRemark; TripFeature.B2BRemark = this.PostNotice.B2BRemark;
TripFeature.ShopRemark = this.PostNotice.ShopRemark; TripFeature.ShopRemark = this.PostNotice.ShopRemark;
TripFeature.VisaRemark = this.PostNotice.VisaRemark; TripFeature.VisaRemark = this.PostNotice.VisaRemark;
if ( if (
basicData.TrafficList != null && basicData.TrafficList != null &&
basicData.TrafficList.length > 0 && basicData.TrafficList.length > 0 &&
...@@ -365,9 +366,10 @@ ...@@ -365,9 +366,10 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
//配置编号 //配置编号
TripFeature.ConfigId = res.data.data; TripFeature.ConfigId = res.data.data;
TripFeature.isfromManager = true;
this.$refs.TravelFeature.getHtml(TripFeature, SaveType,this.TeamType); this.$refs.TravelFeature.getHtml(TripFeature, SaveType,this.TeamType);
this.$refs.TravelPrice.closeHotelDialog(); // this.$refs.TravelPrice.closeHotelDialog();
this.$refs.TravelPrice.initStatus(); // this.$refs.TravelPrice.initStatus();
} else if (res.data.resultCode == 10009) { } else if (res.data.resultCode == 10009) {
this.FeatureData.IsSave = false; 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