Commit f28e11d5 authored by youjie's avatar youjie

no message

parent c98da0f9
<template> <template>
<el-dialog custom-class='w800 PingFangSC' title="机票未绑团提醒" :visible.sync="outerVisibleNot" center <el-dialog custom-class='PingFangSC' title="机票未绑团提醒" :visible.sync="outerVisibleNot" center
:before-close="closeChangeMachie"> :before-close="closeChangeMachie" width="1100px">
<div v-if="UnboundDate.Type==1&&UnboundDate.TravelList&&UnboundDate.TravelList.length>0"> <div v-if="UnboundDate.Type==1&&UnboundDate.TravelList&&UnboundDate.TravelList.length>0">
<p style="font-size: 18px;font-weight: bold;background: #d1d1d1;padding: 5px 10px;">团队未绑机票列表</p> <p style="font-size: 18px;font-weight: bold;background: #d1d1d1;padding: 5px 10px;">团队未绑机票列表</p>
<el-table :data="UnboundDate.TravelList" tooltip-effect="dark" style="width: 100%"> <el-table :data="UnboundDate.TravelList" tooltip-effect="dark" style="width: 100%">
......
...@@ -214,7 +214,14 @@ ...@@ -214,7 +214,14 @@
CRM系统 CRM系统
<i class="iconfont icon-right1"></i> <i class="iconfont icon-right1"></i>
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item class="clearfix _dropdown_other" @click.native="unbundlingVisible=true"> <!-- v-if="userInfo.DepartName.indexOf('操作部')!=-1 ||
(userInfo.RB_Branch_id == 1245
&& userInfo.DepartName.indexOf('引流')==-1
&& userInfo.DepartName.indexOf('市场')==-1)" -->
<el-dropdown-item class="clearfix _dropdown_other" @click.native="unbundlingVisible=true"
v-if="userInfo&&userInfo.DepartName&&userInfo.DepartName.indexOf('操作部')!=-1 ||(userInfo.RB_Branch_id == 1245
&& userInfo.DepartName.indexOf('引流')==-1
&& userInfo.DepartName.indexOf('市场')==-1)">
<i class="iconfont icon-Newspaper" style="color:#f39c12"></i> <i class="iconfont icon-Newspaper" style="color:#f39c12"></i>
机票未绑团查看 机票未绑团查看
<i class="iconfont icon-right1"></i> <i class="iconfont icon-right1"></i>
......
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