Commit 12651175 authored by 黄奎's avatar 黄奎
parents 0b442076 afd5eafc
......@@ -40,7 +40,7 @@
<TravelNotice ref="TravelNotice" id="fourAnchor" @headCallBack="getNotice" :subArray="NoticeParameters"
:NoticeData="NoticeData" v-bind:PostConfig="PostConfig" v-bind:AllCityList="AllCityList" v-bind:CountryID="PostConfig.CountryID"></TravelNotice>
<TravelPrice2 ref="TravelPrice" id="fiveAnchor" @headCallBack="getPrice" :PostDaysTrip="PostDaysTrip" v-if="TeamType==1"
<TravelPrice2 ref="TravelPrice" id="fiveAnchor" @headCallBack="getPrice" :PostDaysTrip="PostDaysTrip"
:priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :TeamType="TeamType"></TravelPrice2>
<div class="btnFixedDiv">
<div class="toTop" @click="backTop">
......
......@@ -186,7 +186,7 @@ export default {
narrative: true //叙述,
},
//是否显示编辑框
isShowEdit: false,
isShowEdit: true,
dspNone: false,
initialIndex: 0,
//text框placeholder
......
......@@ -119,7 +119,7 @@
narrative: true //叙述,
},
//是否显示编辑框
isShowEdit:false,
isShowEdit:true,
dspNone:false,
initialIndex:0,
//text框placeholder
......
......@@ -199,7 +199,7 @@ export default {
//不选中
UnCheckedVaule: 0,
//是否显示编辑框
isShowEdit: false,
isShowEdit: true,
//text框placeholder
placeholder: "请输入酒店信息",
//酒店含餐
......
......@@ -185,7 +185,7 @@
QTicketList: [],
DefaultSelectValue: 0,
//是否显示编辑框
isShowEdit: false,
isShowEdit: true,
dspNone: false,
initialIndex: 0,
//text框placeholder
......
......@@ -24,7 +24,7 @@
narrative: true //叙述,
},
//是否显示编辑框
isShowEdit:false,
isShowEdit:true,
//text框placeholder
placeholder:'请输入行程大点信息'
};
......
......@@ -230,7 +230,7 @@ export default {
//不用车
UnCheckedVaule: 0,
//是否显示编辑框
isShowEdit: false,
isShowEdit: true,
//text框placeholder
placeholder: "请输入交通信息",
//交通验证
......
......@@ -47,7 +47,7 @@ export default {
narrative: true //叙述,
},
//是否显示编辑框
isShowEdit:false,
isShowEdit:true,
//text框placeholder
placeholder:'请输入提示信息',
};
......
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