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

页面修改

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