Commit 268dbf80 authored by youjie's avatar youjie

行程特色 新增 9

parent 082012ce
...@@ -6,11 +6,13 @@ ...@@ -6,11 +6,13 @@
</span> </span>
<span class="foldList" @click="fold" v-if="isFold==''">{{$t('sm.djzd')}}</span> <span class="foldList" @click="fold" v-if="isFold==''">{{$t('sm.djzd')}}</span>
<span class="foldList" @click="fold" v-if="isFold==1">{{$t('sm.djzk')}}</span> <span class="foldList" @click="fold" v-if="isFold==1">{{$t('sm.djzk')}}</span>
<!-- <span class="foldList" style="margin-right: 5px;" <template v-if="false">
v-if="userInfo.IsEditTripTemplate"
@click="journeyTemplate(1)">添加模版</span>
<span class="foldList" style="margin-right: 5px;" <span class="foldList" style="margin-right: 5px;"
@click="journeyTemplate(0)">编辑行程</span> --> v-if="userInfo.IsEditTripTemplate"
@click="journeyTemplate(1)">添加/编辑模版</span>
<span v-if="FeatureData.FeatureType==9" class="foldList" style="margin-right: 5px;"
@click="journeyTemplate(0)">编辑行程</span>
</template>
<div class="TrfList clearfix"> <div class="TrfList clearfix">
<!--&&item.TypeState!=8--> <!--&&item.TypeState!=8-->
<template v-for="item in TypeArray"> <template v-for="item in TypeArray">
...@@ -120,11 +122,15 @@ ...@@ -120,11 +122,15 @@
<UpgradedVersion ref="UpgradedVersion" :TripColor="FeatureData.TripColor" :FeatureData='FeatureData'> <UpgradedVersion ref="UpgradedVersion" :TripColor="FeatureData.TripColor" :FeatureData='FeatureData'>
</UpgradedVersion> </UpgradedVersion>
</div> </div>
<!-- ppt 模版行程 -->
<div v-if="FeatureData.FeatureType==9&&FeatureDataFlag">
<div style="text-align: center;margin-bottom: 20px;font-size: 14px;color: #808080;">暂无数据,右上角编辑行程试试吧!</div>
</div>
</div> </div>
</div> </div>
</div> </div>
<!-- ppt 模版 --> <!-- ppt 模版新增编辑窗口 -->
<div class="dialogPptistVisible-box" v-show="dialogPptistVisible" <div class="dialogPptistVisible-box" v-show="dialogPptistVisible"
style="width: 100%;height: 100%;"> style="width: 100%;height: 100%;">
<div class="closePptist-box"> <div class="closePptist-box">
...@@ -245,7 +251,13 @@ ...@@ -245,7 +251,13 @@
isShow: false, isShow: false,
imgUrl: Travelslider, imgUrl: Travelslider,
TypeState: 8 TypeState: 8
} },
// {
// ckTitle: "行程特色-ppt",
// isShow: false,
// imgUrl: Travelslider,
// TypeState: 9
// },
], //tab数组 ], //tab数组
templateColorArray: [{ templateColorArray: [{
id: 1, id: 1,
...@@ -295,7 +307,7 @@ ...@@ -295,7 +307,7 @@
if(type&&type==1){ if(type&&type==1){
this.TemplateUrl=`${href}?uid=${this.userInfo.EmployeeId}&model=1` this.TemplateUrl=`${href}?uid=${this.userInfo.EmployeeId}&model=1`
}else{ }else{
this.TemplateUrl=`${href}?ConfigId=${this.FeatureData.ConfigId}&model=1` this.TemplateUrl=`${href}?ConfigId=${this.FeatureData.ConfigId}`
} }
this.dialogPptistVisible = true this.dialogPptistVisible = true
}, },
......
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