|
@@ -12,6 +12,7 @@ const tranManagementRouter = {
|
|
|
icon: 'cg'
|
|
|
},
|
|
|
children: [
|
|
|
+
|
|
|
//火运调度
|
|
|
{
|
|
|
path: 'tranManagementTransporTationFire',
|
|
@@ -27,6 +28,38 @@ const tranManagementRouter = {
|
|
|
},
|
|
|
|
|
|
|
|
|
+ },
|
|
|
+ //船次安排
|
|
|
+ {
|
|
|
+ path: 'tranManagementShippingArrangemen',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tranManagement/tranManagementShippingArrangemen'),
|
|
|
+ name: 'tranManagementShippingArrangemen',
|
|
|
+ meta: {
|
|
|
+ title: 'tranManagementShippingArrangemen',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'tranManagement.tranManagementDriver.tranManagementShippingArrangemen',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+
|
|
|
+ },
|
|
|
+ //船运调度详情
|
|
|
+ {
|
|
|
+ path: 'tranManagementShippingLook',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tranManagement/tranManagementShippingLook'),
|
|
|
+ name: 'tranManagementShippingLook',
|
|
|
+ meta: {
|
|
|
+ title: 'tranManagementShippingLook',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'tranManagement.tranManagementDriver.tranManagementShippingLook',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+
|
|
|
},
|
|
|
//添加司机
|
|
|
{
|
|
@@ -73,6 +106,36 @@ const tranManagementRouter = {
|
|
|
},
|
|
|
|
|
|
},
|
|
|
+ //船运调度
|
|
|
+ {
|
|
|
+ path: 'tranManagementShipping',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tranManagement/tranManagementShipping'),
|
|
|
+ name: 'tranManagementShipping',
|
|
|
+ meta: {
|
|
|
+ title: 'tranManagementShipping',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'tranManagement.tranManagementDriver.tranManagementShipping',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+
|
|
|
+ },
|
|
|
+ //编辑司机
|
|
|
+ {
|
|
|
+ path: 'tranManagementDriverEdit',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tranManagement/tranManagementDriverEdit'),
|
|
|
+ name: 'tranManagementDriverEdit',
|
|
|
+ meta: {
|
|
|
+ title: 'tranManagementDriverEdit',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'tranManagement.tranManagementDriver.tranManagementDriverEdit',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
//司机查看
|
|
|
{
|
|
|
path: 'tranManagementDriverLook',
|