Commit 1b74447c authored by youjie's avatar youjie

no message

parent 61aa5f88
...@@ -2072,14 +2072,16 @@ export default { ...@@ -2072,14 +2072,16 @@ export default {
// if (GetDetail.ReFinanceId2 == 2) { // if (GetDetail.ReFinanceId2 == 2) {
// urlName = 'domesticCommissionUserTW' // urlName = 'domesticCommissionUserTW'
// } // }
} else if (GetDetail.OtherType == 72) {//出境提成详情 } else if (GetDetail.OtherType == 72||GetDetail.OtherType == 76) {//出境提成详情
obj.tab = "出境提成详情" obj.tab = "出境提成详情"
path = 'TradeTicketDetails' path = GetDetail.OtherType == 72?'TradeTicketDetails':'TradeTicketUserDetails'
obj.RB_Branch_Id = String(GetDetail.RB_Branch_Id) obj.RB_Branch_Id = String(GetDetail.RB_Branch_Id)
obj.OutBranchId = null obj.OutBranchId = null
} else if (GetDetail.OtherType == 73) {//OP提成详情 } else if (GetDetail.OtherType == 73||GetDetail.OtherType == 77) {//OP提成详情
obj.tab = "出境OP提成详情" obj.tab = "出境OP提成详情"
path = 'OpComPersonDetails' path = GetDetail.OtherType == 73?'OpComPersonDetails':'OPCommissionDetail'
obj.RB_Branch_Id = String(GetDetail.RB_Branch_Id)
obj.OutBranchId = null
}else { }else {
this.$router.push({ this.$router.push({
name: 'CommissionDetail', name: 'CommissionDetail',
......
...@@ -1710,7 +1710,6 @@ ...@@ -1710,7 +1710,6 @@
}); });
}, },
goHand(type, GetDetail) { goHand(type, GetDetail) {
let path = ''
if (type == 1) { if (type == 1) {
this.$router.push({ this.$router.push({
name: 'TeamBalancePayment', name: 'TeamBalancePayment',
...@@ -1817,7 +1816,6 @@ ...@@ -1817,7 +1816,6 @@
}, },
// 提成明细详情 // 提成明细详情
GoRoyaltyUrl(GetDetail) { GoRoyaltyUrl(GetDetail) {
console.log(GetDetail.OtherType,'-----')
let obj = { let obj = {
PeriodId: GetDetail.ReFinanceId, PeriodId: GetDetail.ReFinanceId,
RB_Branch_Id: null, RB_Branch_Id: null,
...@@ -1849,14 +1847,16 @@ ...@@ -1849,14 +1847,16 @@
// if (GetDetail.ReFinanceId2 == 2) { // if (GetDetail.ReFinanceId2 == 2) {
// urlName = 'domesticCommissionUserTW' // urlName = 'domesticCommissionUserTW'
// } // }
} else if (GetDetail.OtherType == 72) {//出境提成详情 } else if (GetDetail.OtherType == 72||GetDetail.OtherType == 76) {//出境提成详情
obj.tab = "出境提成详情" obj.tab = "出境提成详情"
path = 'TradeTicketDetails' path = GetDetail.OtherType == 72?'TradeTicketDetails':'TradeTicketUserDetails'
obj.RB_Branch_Id = String(GetDetail.RB_Branch_Id) obj.RB_Branch_Id = String(GetDetail.RB_Branch_Id)
obj.OutBranchId = null obj.OutBranchId = null
} else if (GetDetail.OtherType == 73) {//OP提成详情 } else if (GetDetail.OtherType == 73||GetDetail.OtherType == 77) {//OP提成详情
obj.tab = "出境OP提成详情" obj.tab = "出境OP提成详情"
path = 'OpComPersonDetails' path = GetDetail.OtherType == 73?'OpComPersonDetails':'OPCommissionDetail'
obj.RB_Branch_Id = String(GetDetail.RB_Branch_Id)
obj.OutBranchId = null
}else { }else {
this.$router.push({ this.$router.push({
name: 'CommissionDetail', name: 'CommissionDetail',
......
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