Commit 19c40367 authored by 黄奎's avatar 黄奎

页面修改

parent ef578340
......@@ -150,7 +150,7 @@
IsOpenHotel: 0, //0可以添加删除酒店,1-不能修改酒店信息
DayNum: 0, //行程天数
OfferId: 0, //报价单Id
OpenState:2,//1-已开团,2-未开团
OpenState: 2, //1-已开团,2-未开团
},
//行程
FeatureData: {
......@@ -347,7 +347,7 @@
basicData.IsDirect = this.PostConfig.IsDirect;
basicData.OpenTeamDescribe = this.PostConfig.OpenTeamDescribe;
basicData.RemoveChild = this.PostConfig.RemoveChild;
basicData.OfferId=this.PostConfig.OfferId;
basicData.OfferId = this.PostConfig.OfferId;
basicData.TeamType = this.PostConfig.TeamType;
......@@ -735,13 +735,15 @@
this.PostConfig.IsDirect = tempData.IsDirect;
this.PostConfig.PriceIsDirect = tempData.PriceIsDirect;
this.PostConfig.OfferId = tempData.OfferId;
this.PostConfig.OpenState=tempData.OpenState;
if (this.$route.query.offerId) {
this.PostConfig.OfferId = this.$route.query.offerId;
}
this.PostConfig.OpenState = tempData.OpenState;
if (this.$route.query.openState) {
this.PostConfig.OpenState = this.$route.query.openState;
}
}
//是否有报价单
this.IsHaveOffer = tempData.IsHaveOffer;
......@@ -783,8 +785,8 @@
this.UseTypeArray = tempData.UseTypeArray;
this.AirPickUp = tempData.AirPickUp;
this.AirSend = tempData.AirSend;
this.PostConfig.OpenState = thtempData.OpenState;
if(this)
this.PostConfig.PDFAlias = tempData.PDFAlias;
} else {
this.Error(res.data.message);
......
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