Commit b3ada37a authored by 黄奎's avatar 黄奎

权限修改

parent 1278bc0f
......@@ -967,13 +967,13 @@
<el-dropdown-item v-if="item.Status==2&&showSureOrder('P_Query_Income_ConfirmInfo',item.CreateBy)"
@click.native="goSureOrder('priceIncomeConfirmInfo',item.TCID)">{{$t('Operation.Op_shouruDan')}}
</el-dropdown-item>
<el-dropdown-item v-if="CurrentUserInfo.B2BDomain!=''"
<el-dropdown-item v-if="CurrentUserInfo.IsOpenB2B==1&&CurrentUserInfo.B2BDomain!=''"
@click.native="goB2B(item.ConfigId, item.TCID , 1)">
{{$t('Operation.Op_b2bView')}}
</el-dropdown-item>
<el-dropdown-item @click.native="goB2B(item.ConfigId, item.TCID , 2)"
v-if="CurrentUserInfo.B2BDomain!=''&&item.LineID!=2&&item.LineID!=8">
v-if="CurrentUserInfo.IsOpenB2C==1&& CurrentUserInfo.B2BDomain!=''&&item.LineID!=2&&item.LineID!=8">
直客版预览
</el-dropdown-item>
......@@ -2393,6 +2393,7 @@
var routeName = this.$route.name
if (routeName == 'TravelControlList') {
this.queryMsg.TeamType = 0;
}
if (routeName == 'TravelControlList2') {
this.queryMsg.TeamType = 3;
......
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