Commit 76544f94 authored by youjie's avatar youjie

no message

parent fed27733
...@@ -598,7 +598,7 @@ export default { ...@@ -598,7 +598,7 @@ export default {
}, },
goSaleFinacial: function () { // 跳转销售财务单据 goSaleFinacial: function () { // 跳转销售财务单据
if(this.$route.query.InvoiceApplyType&&this.$route.query.InvoiceApplyType==4){ if(this.$route.query.InvoiceApplyType&&this.$route.query.InvoiceApplyType==4){
this.$router.push({ name: 'CRMTicketOrderOP', query: { OrderId: OrderId, blank: 'y', tab: '单机票详情'} }); this.$router.push({ name: 'CRMTicketOrderOP', query: { OrderId: this.detail.OrderId, blank: 'y', tab: '单机票详情'} });
}else{ }else{
let obj = { let obj = {
orderId: this.detail.OrderId, orderId: this.detail.OrderId,
......
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