Commit ad866860 authored by 黄媛媛's avatar 黄媛媛

11

parent f2e2cbe2
...@@ -920,13 +920,17 @@ export default { ...@@ -920,13 +920,17 @@ export default {
else if(rowData.ZhaiYao=="营业外收入"){ else if(rowData.ZhaiYao=="营业外收入"){
if(that.msg.BranchId==1218){ if(that.msg.BranchId==1218){
console.log("rowData.ZhaiYao",rowData.ZhaiYao) this.$router.push({
that.$router.push( path: "/JumpReport",
{ name: 'JumpReport', query: {
query:{"startDate":startDate,"endDate":endDate, year:rowData.Year,
month:month,
BranchId:rowData.BranchId,
CostIds:rowData.CostIds,
"IsJapanNonbusinessIncome":1, "IsJapanNonbusinessIncome":1,
BranchId:BranchId,blank:'y'} blank: "y"
}) }
});
}else{ }else{
that.GoUrlFan('JumpReport',month,rowData.Year,rowData.BranchId,rowData.CostIds) that.GoUrlFan('JumpReport',month,rowData.Year,rowData.BranchId,rowData.CostIds)
} }
......
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