Commit fed27733 authored by youjie's avatar youjie

no message

parent ac22c5f9
......@@ -597,15 +597,19 @@ export default {
this.$router.push({ name:path,query:{"id":obj,blank:'y',tab:title}})
},
goSaleFinacial: function () { // 跳转销售财务单据
let obj = {
orderId: this.detail.OrderId,
tcnum: this.detail.TCNUM,
tcid: this.detail.TCID
if(this.$route.query.InvoiceApplyType&&this.$route.query.InvoiceApplyType==4){
this.$router.push({ name: 'CRMTicketOrderOP', query: { OrderId: OrderId, blank: 'y', tab: '单机票详情'} });
}else{
let obj = {
orderId: this.detail.OrderId,
tcnum: this.detail.TCNUM,
tcid: this.detail.TCID
}
this.$router.push({
name: 'SalesFinancialDetail',
query: {blank: 'y', tab: '销售财务单据', item: JSON.stringify(obj)}
});
}
this.$router.push({
name: 'SalesFinancialDetail',
query: {blank: 'y', tab: '销售财务单据', item: JSON.stringify(obj)}
});
},
setStatus: function (type) { // 审核发票单据
this.msg.InvoiceApplyState = type
......
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