Commit 91039731 authored by youjie's avatar youjie

no message

parent 1c9a7a61
......@@ -229,8 +229,8 @@
订单改价查看
<i class="iconfont icon-right1"></i>
</el-dropdown-item>
<el-dropdown-item v-if="userInfo.IsEditTripTemplate" class="clearfix _dropdown_other"
@click.native="journeyTemplate(1)">
<el-dropdown-item v-if="userInfo.IsEditTripTemplate==1" class="clearfix _dropdown_other"
@click.native="journeyTemplate()">
<i class="iconfont icon-Newspaper" style="color:#f39c12"></i>
添加/编辑模版
<i class="iconfont icon-right1"></i>
......@@ -1989,7 +1989,7 @@
this.dialogPptistVisible = false
},
// 添加编辑模版
journeyTemplate(type){
journeyTemplate(){
let href = this.domainManager().PptUrl
this.TemplateUrl=`${href}/?uid=${this.userInfo.EmployeeId}&model=1`
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