Commit f35727ee authored by liudong1993's avatar liudong1993

1 机票批量制单

parent dbee8aa0
This diff is collapsed.
...@@ -4337,6 +4337,14 @@ export default { ...@@ -4337,6 +4337,14 @@ export default {
title: '压房明细' title: '压房明细'
}, },
}, },
{ //财务 机票定金批量制单
path: '/TicketBatchFInance',
name: 'TicketBatchFInance',
component: resolve => require(['@/components/FinancialModule/HandFee/TicketBatchFInance'], resolve),
meta: {
title: '机票定金制单'
},
},
{ //财务 财务单据 成本月结查询 { //财务 财务单据 成本月结查询
path: '/MonthlyCostStatementInquire', path: '/MonthlyCostStatementInquire',
name: 'MonthlyCostStatementInquire', name: 'MonthlyCostStatementInquire',
......
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