Commit e74d5211 authored by liudong1993's avatar liudong1993

1

parent 104a10c9
...@@ -873,8 +873,9 @@ export default { ...@@ -873,8 +873,9 @@ export default {
} }
if(rowIndex<15){ if(rowIndex<15){
// 联运收入 if(BranchId == 1245){
if(rowData.ZhaiYao=="联运收入"){ that.$router.push({ name: "TeamRevenueReport",query:{"StartTime":startDate,"EndTime":endDate,BranchId:BranchId,blank:'y',tab:"营收报表"} })
}else if(rowData.ZhaiYao=="联运收入"){
that.goUrl("CombinedRevenueReport",startDate,endDate,BranchId,"联运收入") that.goUrl("CombinedRevenueReport",startDate,endDate,BranchId,"联运收入")
} }
// 跳转到应收团款查询 // 跳转到应收团款查询
...@@ -885,7 +886,6 @@ export default { ...@@ -885,7 +886,6 @@ export default {
that.goUrl("RecPayQueryTeamV2",startDate,endDate,BranchId,"应付团款查询") that.goUrl("RecPayQueryTeamV2",startDate,endDate,BranchId,"应付团款查询")
} }
else{ else{
that.$router.push({ name: "TeamRevenueReport",query:{"StartTime":startDate,"EndTime":endDate,BranchId:BranchId,blank:'y',tab:"营收报表"} }) that.$router.push({ name: "TeamRevenueReport",query:{"StartTime":startDate,"EndTime":endDate,BranchId:BranchId,blank:'y',tab:"营收报表"} })
} }
}else{ }else{
......
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