Commit a2529a56 authored by youjie's avatar youjie

单机票发票 订单号详情

parent 4876d834
......@@ -366,7 +366,18 @@ export default {
this.$router.push({ name:path,query:{"id":obj,blank:'y',tab:title}})
},
goUrlO: function (OrderId) {
if(this.msg.InvoiceApplyType==4){
this.$router.push({
name: 'CRMTicketOrderOP',
query: {
OrderId: OrderId,
blank: 'y',
tab: '单机票详情'
}
});
}else{
this.$router.push({ name: 'enrollTotal', query: { id: OrderId, blank: 'y', tab: '报名统计'} });
}
},
handleCurrentChange: function (val) { //翻页
this.msg.pageIndex = val;
......
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