|
@@ -0,0 +1,140 @@
|
|
|
+import Layout from '@/layout/index';
|
|
|
+
|
|
|
+const tradeServicesManagementRouter = {
|
|
|
+
|
|
|
+ path: '/tradeServicesManagement',
|
|
|
+ component: Layout,
|
|
|
+ redirect: {name : 'warehouseReceiptRegulation'},
|
|
|
+ name: 'warehouseReceiptRegulation',
|
|
|
+ alwaysShow: true, // will always show the root menu
|
|
|
+ meta: {
|
|
|
+ title: 'warehouseReceiptRegulation',
|
|
|
+ module: 'transportationTask.transportation.transportationInfo',
|
|
|
+ icon: '-renwuguanli'
|
|
|
+ },
|
|
|
+ children: [
|
|
|
+ //贸易服务
|
|
|
+ {
|
|
|
+ path: 'warehouseReceiptRegulation',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptRegulation'),
|
|
|
+ name: 'warehouseReceiptRegulation',
|
|
|
+ meta: {
|
|
|
+ title: 'warehouseReceiptRegulation',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'transportationTask.transportation.transportationInfo',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
+ //创建仓单
|
|
|
+ {
|
|
|
+ path: 'warehouseReceiptAdd',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptAdd'),
|
|
|
+ name: 'warehouseReceiptAdd',
|
|
|
+ meta: {
|
|
|
+ title: 'warehouseReceiptAdd',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'transportationTask.transportation.transportationInfo',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
+ //审核仓单
|
|
|
+ {
|
|
|
+ path: 'reviewWarehouseReceipt',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/reviewWarehouseReceipt'),
|
|
|
+ name: 'reviewWarehouseReceipt',
|
|
|
+ meta: {
|
|
|
+ title: 'reviewWarehouseReceipt',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'transportationTask.transportation.transportationInfo',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
+ //审批仓单
|
|
|
+ {
|
|
|
+ path: 'approveWarehouseReceipt',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/approveWarehouseReceipt'),
|
|
|
+ name: 'approveWarehouseReceipt',
|
|
|
+ meta: {
|
|
|
+ title: 'approveWarehouseReceipt',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'transportationTask.transportation.transportationInfo',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
+ //出入库记录
|
|
|
+ {
|
|
|
+ path: 'inOutRecord',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/inOutRecord'),
|
|
|
+ name: 'inOutRecord',
|
|
|
+ meta: {
|
|
|
+ title: 'inOutRecord',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'transportationTask.transportation.transportationInfo',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
+ //修改仓单
|
|
|
+ {
|
|
|
+ path: 'warehouseReceiptEdit',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptEdit'),
|
|
|
+ name: 'warehouseReceiptEdit',
|
|
|
+ meta: {
|
|
|
+ title: 'warehouseReceiptEdit',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'transportationTask.transportation.transportationInfo',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
+ //查看仓单
|
|
|
+ {
|
|
|
+ path: 'warehouseReceiptLook',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/warehouseReceiptLook'),
|
|
|
+ name: 'warehouseReceiptLook',
|
|
|
+ meta: {
|
|
|
+ title: 'warehouseReceiptLook',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'transportationTask.transportation.transportationInfo',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
+ //还款
|
|
|
+ {
|
|
|
+ path: 'repayment',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/tradeServicesManagement/repayment'),
|
|
|
+ name: 'repayment',
|
|
|
+ meta: {
|
|
|
+ title: 'repayment',
|
|
|
+ shortcutEntrance: 'tranManagement',
|
|
|
+ module: 'transportationTask.transportation.transportationInfo',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ },
|
|
|
+ hidden: true
|
|
|
+ },
|
|
|
+ ],
|
|
|
+
|
|
|
+};
|
|
|
+
|
|
|
+export default tradeServicesManagementRouter;
|