Commit 0118f1e9 authored by youjie's avatar youjie

no message

parent c3b1ab15
...@@ -272,7 +272,10 @@ ...@@ -272,7 +272,10 @@
this.$router.push({ name: 'DocumentStatistics',query:{"id":id,blank:'y',tab:'单据详情'} }) this.$router.push({ name: 'DocumentStatistics',query:{"id":id,blank:'y',tab:'单据详情'} })
}, },
goDetail(id){ goDetail(id){
this.$router.push({ name: 'FinancialDocumentsDetail',query:{"id":id,blank:'y',tab:'单据详情'} }) this.OpenNewUrl("/financial/financalDocument/FinancialDocumentsDetail", {
id: id,
tab:'单据详情'
});
}, },
goElectricityGoods(id){ goElectricityGoods(id){
this.$router.push({ name: 'ElectricityGoods',query:{"Id":id,unEdit:true,blank:'y'} }) this.$router.push({ name: 'ElectricityGoods',query:{"Id":id,unEdit:true,blank:'y'} })
......
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