Commit bf85a46b authored by youjie's avatar youjie

no message

parent 2bcdbf64
...@@ -1730,6 +1730,23 @@ export default { ...@@ -1730,6 +1730,23 @@ export default {
tab: "台湾销售提成详情" tab: "台湾销售提成详情"
} }
}); });
}else if(GetDetail.OtherType==70){//跳转台湾提成的三级详情
let urlName
if(GetDetail.ReFinanceId2==1){
urlName = 'domesticCommissiondetailsTW'
}
if(GetDetail.ReFinanceId2==2){
urlName = 'domesticCommissionUserTW'
}
this.$router.push({
name: urlName,
query: {
PeriodId:GetDetail.ReFinanceId,
OutBranchId: GetDetail.RB_Branch_Id,
blank: "y",
tab: "台湾销售提成详情"
}
});
}else{ }else{
this.$router.push({ this.$router.push({
name: 'CommissionDetail', name: 'CommissionDetail',
......
...@@ -1192,6 +1192,23 @@ export default { ...@@ -1192,6 +1192,23 @@ export default {
tab: "台湾销售提成详情" tab: "台湾销售提成详情"
} }
}); });
}else if(GetDetail.OtherType==70){//跳转台湾提成的三级详情
let urlName
if(GetDetail.ReFinanceId2==1){
urlName = 'domesticCommissiondetailsTW'
}
if(GetDetail.ReFinanceId2==2){
urlName = 'domesticCommissionUserTW'
}
this.$router.push({
name: urlName,
query: {
PeriodId:GetDetail.ReFinanceId,
OutBranchId: GetDetail.RB_Branch_Id,
blank: "y",
tab: "台湾销售提成详情"
}
});
}else{ }else{
this.$router.push({ this.$router.push({
name: 'CommissionDetail', name: 'CommissionDetail',
......
...@@ -157,6 +157,9 @@ ...@@ -157,6 +157,9 @@
if (this.$route.query && this.$route.query.PeriodId) { if (this.$route.query && this.$route.query.PeriodId) {
this.msg.PeriodId = this.$route.query.PeriodId this.msg.PeriodId = this.$route.query.PeriodId
} }
if (this.$route.query && this.$route.query.OutBranchId) {
this.msg.OutBranchId = this.$route.query.OutBranchId
}
this.getList(); this.getList();
// this.getqishilist() // this.getqishilist()
this.getCompanyList()//获取公司 this.getCompanyList()//获取公司
......
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