Commit c13ff57d authored by youjie's avatar youjie

no message

parent 21fdabb6
...@@ -656,6 +656,7 @@ ...@@ -656,6 +656,7 @@
methods: { methods: {
close(){ close(){
this.isShowLayer=false this.isShowLayer=false
this.$emit('close')
}, },
//获取航班详情 //获取航班详情
getDetails(index) { getDetails(index) {
......
...@@ -3884,6 +3884,14 @@ export default { ...@@ -3884,6 +3884,14 @@ export default {
title: '外交平台查询' title: '外交平台查询'
}, },
}, },
{ //财务 财务单据 手配费管理
path: '/HandDispensingFeeList',
name: 'HandDispensingFeeList',
component: resolve => require(['@/components/FinancialModule/HandDispensingFee/list'], resolve),
meta: {
title: '手配费管理'
},
},
{ //财务 财务单据 费用单据 { //财务 财务单据 费用单据
path: '/Costdocuments', path: '/Costdocuments',
name: 'Costdocuments', name: 'Costdocuments',
......
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