Commit 7067d6d4 authored by liudong1993's avatar liudong1993

1

parent 905f2298
......@@ -2290,7 +2290,10 @@
if (res.data.resultCode == 1) {
this.ctlxList = res.data.data
// 屏蔽订车订房订门票
this.ctlxList.splice(-1)
// 屏蔽订车订房订门票
if(this.CurrentUserInfo.RB_Branch_id!=49 && this.CurrentUserInfo.RB_Branch_id!=1252 && this.CurrentUserInfo.RB_Branch_id!=1257){
this.ctlxList.splice(-1);
}
this.ctlxList.splice(-1)
this.ctlxList.splice(-1)
}
......
......@@ -1673,7 +1673,9 @@
if (res.data.resultCode == 1) {
this.ctlxList = res.data.data
// 屏蔽订车订房订门票
this.ctlxList.splice(-1)
if(this.CurrentUserInfo.RB_Branch_id!=49 && this.CurrentUserInfo.RB_Branch_id!=1252 && this.CurrentUserInfo.RB_Branch_id!=1257){
this.ctlxList.splice(-1);
}
this.ctlxList.splice(-1)
this.ctlxList.splice(-1)
}
......
......@@ -2605,7 +2605,9 @@
this.apipost("sellorder_get_GetOrderJoinEnumList", {}, (res) => {
if (res.data.resultCode == 1) {
this.joinTypeList = res.data.data;
if(this.CurrentUserInfo.RB_Branch_id!=49 && this.CurrentUserInfo.RB_Branch_id!=1252 && this.CurrentUserInfo.RB_Branch_id!=1257){
this.joinTypeList.splice(-1);
}
this.joinTypeList.splice(-1);
this.joinTypeList.splice(-1);
}
......
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