Commit b0204f2f authored by 黄奎's avatar 黄奎

页面修改

parent af36f9af
...@@ -350,7 +350,7 @@ var tripUtils = { ...@@ -350,7 +350,7 @@ var tripUtils = {
IntroduceTitle: "", //行程介绍标题 IntroduceTitle: "", //行程介绍标题
IntroduceImage: ViittoFileUrl+"/Upload/DefalutImage/DMC/defaultairline.png", //行程介绍图片 IntroduceImage: ViittoFileUrl+"/Upload/DefalutImage/DMC/defaultairline.png", //行程介绍图片
IntroduceDetail: "", //行程介绍详细信息 IntroduceDetail: "", //行程介绍详细信息
TrafficType:0,//交通类型 TrafficType:2,//交通类型,默认为专车
TrafficContent:"",//交通详情 TrafficContent:"",//交通详情
TrafficImage:"",//交通图片 TrafficImage:"",//交通图片
} }
...@@ -400,7 +400,7 @@ var tripUtils = { ...@@ -400,7 +400,7 @@ var tripUtils = {
x:0,//初始位移x x:0,//初始位移x
y:0 //初始位移y y:0 //初始位移y
}, },
TrafficType:0,//交通类型(1-飞机,2-专车,3-地铁,4-步行) TrafficType:2,//交通类型(1-飞机,2-专车,3-地铁,4-步行)
TrafficContent:"",//交通内容 TrafficContent:"",//交通内容
TrafficImage:"",//交通图片 TrafficImage:"",//交通图片
}; };
......
...@@ -60,9 +60,11 @@ ...@@ -60,9 +60,11 @@
</div> </div>
<div> <div>
<el-select :placeholder="$t('pub.pleaseSel')" class="w120" v-model="trafficObj.trafficIntroduce.TrafficType"> <el-select :placeholder="$t('pub.pleaseSel')" class="w120" v-model="trafficObj.trafficIntroduce.TrafficType">
<el-option :value="0" :key="0" label="请选择"></el-option>
<el-option v-for="item in ArrivalTypeArray" :value="item.ID" :key="item.ID" :label="item.Name"> <el-option v-for="item in ArrivalTypeArray" :value="item.ID" :key="item.ID" :label="item.Name">
</el-option> </el-option>
</el-select> </el-select>
<el-input class="w180" v-if="trafficObj.trafficIntroduce.TrafficType==4" placeholder="距离预计用时" v-model="trafficObj.trafficIntroduce.TrafficContent"></el-input>
</div> </div>
<div v-if="CurrentDayNum!=totalDayNum" class="St_current" style="margin:10px 0"> <div v-if="CurrentDayNum!=totalDayNum" class="St_current" style="margin:10px 0">
<div class="St_radioDiv"> <div class="St_radioDiv">
...@@ -87,6 +89,7 @@ ...@@ -87,6 +89,7 @@
</div> </div>
<div> <div>
<el-select :placeholder="$t('pub.pleaseSel')" class="w120" v-model="item.TrafficType"> <el-select :placeholder="$t('pub.pleaseSel')" class="w120" v-model="item.TrafficType">
<el-option :value="0" :key="0" label="请选择"></el-option>
<el-option v-for="subItem in ArrivalTypeArray" :value="subItem.ID" :key="subItem.ID" <el-option v-for="subItem in ArrivalTypeArray" :value="subItem.ID" :key="subItem.ID"
:label="subItem.Name"> :label="subItem.Name">
</el-option> </el-option>
......
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
:CurrentDayNum="dayObj.DayNum" :totalDayNum="subConfig.DayNum" :CurrentDayNum="dayObj.DayNum" :totalDayNum="subConfig.DayNum"
> >
</scenicTraffic> </scenicTraffic>
<span slot="reference" class="TC-tripTitle" style="padding-left:5px;cursor:pointer;display:none">选择交通信息</span> <span slot="reference" class="TC-tripTitle" style="padding-left:5px;cursor:pointer;">选择交通信息</span>
</el-popover> </el-popover>
<ul class="scenicCheck_check" v-if="ishasScenic&& NoticeParameters.IsDirect==0"> <ul class="scenicCheck_check" v-if="ishasScenic&& NoticeParameters.IsDirect==0">
......
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