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

11

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