Commit f5a0df36 authored by youjie's avatar youjie

no message

parent f5995c4c
...@@ -1721,6 +1721,16 @@ export default { ...@@ -1721,6 +1721,16 @@ export default {
tab: "国内销售提成详情" tab: "国内销售提成详情"
} }
}); });
}else if(GetDetail.OtherType==69){//跳转台湾提成的三级详情
this.$router.push({
name: 'domesticCommissiondetailsTW',
query: {
PeriodId:GetDetail.ReFinanceId,
RB_Branch_Id: GetDetail.RB_Branch_Id,
blank: "y",
tab: "台湾销售提成详情"
}
});
}else{ }else{
this.$router.push({ this.$router.push({
name: 'CommissionDetail', name: 'CommissionDetail',
......
...@@ -1192,7 +1192,7 @@ export default { ...@@ -1192,7 +1192,7 @@ export default {
tab: "台湾销售提成详情" tab: "台湾销售提成详情"
} }
}); });
} else{ }else{
this.$router.push({ this.$router.push({
name: 'CommissionDetail', name: 'CommissionDetail',
query: { query: {
......
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