正在显示
1 个修改的文件
包含
17 行增加
和
1 行删除
| @@ -99,6 +99,10 @@ import Consignee from './views/consigner/consignee.vue' | @@ -99,6 +99,10 @@ import Consignee from './views/consigner/consignee.vue' | ||
| 99 | import Shipper from './views/shipper/shipper.vue' | 99 | import Shipper from './views/shipper/shipper.vue' |
| 100 | import Security from './views/security/security.vue' | 100 | import Security from './views/security/security.vue' |
| 101 | import dynamics from './views/airtransport/dynamics.vue' | 101 | import dynamics from './views/airtransport/dynamics.vue' |
| 102 | +import matter from './views/airtransport/matter.vue' | ||
| 103 | +//国际转运 | ||
| 104 | +import transfer from './views/airtransport/transfer.vue' | ||
| 105 | +import transpour from './views/airtransport/transpour.vue' | ||
| 102 | 106 | ||
| 103 | 107 | ||
| 104 | 108 | ||
| @@ -114,7 +118,7 @@ import Way from './views/nav3/Way.vue' | @@ -114,7 +118,7 @@ import Way from './views/nav3/Way.vue' | ||
| 114 | //朱总让做的网页在线客服 | 118 | //朱总让做的网页在线客服 |
| 115 | import Webdialog from './views/bus/Webdialog.vue' | 119 | import Webdialog from './views/bus/Webdialog.vue' |
| 116 | 120 | ||
| 117 | -//国际转运 | 121 | +//转运申请 |
| 118 | import Transport from './views/nav4/Transport.vue' | 122 | import Transport from './views/nav4/Transport.vue' |
| 119 | 123 | ||
| 120 | /* 车辆调度系统 */ | 124 | /* 车辆调度系统 */ |
| @@ -460,6 +464,18 @@ let routes = [ | @@ -460,6 +464,18 @@ let routes = [ | ||
| 460 | iconCls:'el-icon-goods', | 464 | iconCls:'el-icon-goods', |
| 461 | children:[ | 465 | children:[ |
| 462 | {path:'/dynamics',component:dynamics,name:'在港动态信息'}, | 466 | {path:'/dynamics',component:dynamics,name:'在港动态信息'}, |
| 467 | + {path:'/matter',component:matter,name:'物料申报管理'} | ||
| 468 | + ] | ||
| 469 | + }, | ||
| 470 | + { | ||
| 471 | + path: '/', | ||
| 472 | + component: HomeNew, | ||
| 473 | + name: '国际转运', | ||
| 474 | + iconCls:'el-icon-goods', | ||
| 475 | + children:[ | ||
| 476 | + {path:'/transfer',component:transfer,name:'国际转运'}, | ||
| 477 | + {path:'/transpour',component:transpour,name:'转运导入'} | ||
| 478 | + | ||
| 463 | ] | 479 | ] |
| 464 | }, | 480 | }, |
| 465 | { | 481 | { |
-
请 注册 或 登录 后发表评论