Commit 2ccb759f authored by liudong1993's avatar liudong1993

11

parent c0196d26
......@@ -215,7 +215,7 @@
<i class="iconfont icon-right1"></i>
</el-dropdown-item>
<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
v-if="userInfo&&userInfo.DepartName&&(userInfo.DepartName.indexOf('操作部')!=-1 || 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>
......@@ -1846,7 +1846,7 @@
this.GetTravelAirNotBind()
}else{
if(localStorage.getItem("UnboundDate")){
if(this.userInfo.DepartName.indexOf("操作部")!=-1 ||
if(this.userInfo.DepartName.indexOf("操作部")!=-1 || this.userInfo.DepartName.indexOf("总部财务部")!=-1 ||
(this.userInfo.RB_Branch_id == 1245
&& this.userInfo.DepartName.indexOf("引流")==-1
&& this.userInfo.DepartName.indexOf("市场")==-1)){
......@@ -1896,7 +1896,7 @@
// 获取未绑定团的数据
GetTravelAirNotBind(){
this.UnboundDate = {}
if(this.userInfo.DepartName.indexOf("操作部")!=-1 ||
if(this.userInfo.DepartName.indexOf("操作部")!=-1 || this.userInfo.DepartName.indexOf("总部财务部")!=-1 ||
(this.userInfo.RB_Branch_id == 1245
&& this.userInfo.DepartName.indexOf("引流")==-1
&& this.userInfo.DepartName.indexOf("市场")==-1)){
......
......@@ -423,8 +423,8 @@
<div style="padding: 10px 0 0 0;color: #E95252;line-height: 30px;width: 50%;white-space: wrap;">
<p style="font-weight: bold;">出境提成提醒:</p>
1.日本线.韩国线.东南亚线.南亚线散拚.与单团提成保持1%提成不变</br>
2.增加境外散拚提成(日本线.欧洲线分别奖励计算)</br>
3.增加人头奖励(日本线与其他.欧洲线2种)</br>
2.增加境外散拚提成(日本线.欧洲线.其他线分别奖励计算)</br>
3.增加人头奖励(日本线.欧洲线.其他线3种)</br>
4.所有业绩结算皆以出发日.尾款收齐为基准</br>
5.人头奖励包不含门票、包车、国内游、小包团以及单团(独立成团)</br>
6.人头奖励每月至少20条方可进行奖励!</br>
......
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