瀏覽代碼

新增路由地址

lichao 3 年之前
父節點
當前提交
257c6fb326
共有 1 個文件被更改,包括 60 次插入0 次删除
  1. 60 0
      src/router/views/index.js

+ 60 - 0
src/router/views/index.js

@@ -237,6 +237,36 @@ export default [{
       }
     ]
   },
+  // 出口 销售订单详情页
+  {
+    path: '/exportsalesContract_detailsPage',
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: '/exportsalesContract_detailsPage',
+        meta: {
+          i18n: 'exportsalesContract_detailsPage'
+        },
+        component: () => import( /* webpackChunkName: "views" */ '@/views/exportTrade/salesContract/detailsPage')
+      }
+    ]
+  },
+  // 出口 采购订单详情页
+  {
+    path: '/exportPurchaseContract_detailsPage',
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: '/exportPurchaseContract_detailsPage',
+        meta: {
+          i18n: 'exportPurchaseContract_detailsPage'
+        },
+        component: () => import( /* webpackChunkName: "views" */ '@/views/exportTrade/purchaseContract/detailsPage')
+      }
+    ]
+  },
   // 进口 发货单详情页
   {
     path: '/importInvoice_detailsPage',
@@ -252,6 +282,36 @@ export default [{
       }
     ]
   },
+  // 出口 收货单详情页
+  {
+    path: '/exportReceipt_detailsPage',
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: '/exportReceipt_detailsPage',
+        meta: {
+          i18n: 'exportReceipt_detailsPage'
+        },
+        component: () => import( /* webpackChunkName: "views" */ '@/views/exportTrade/receipt/detailsPageEdit')
+      }
+    ]
+  },
+  // 出口 发货单详情页
+  {
+    path: '/exportInvoice_detailsPage',
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: '/exportInvoice_detailsPage',
+        meta: {
+          i18n: 'exportInvoice_detailsPage'
+        },
+        component: () => import( /* webpackChunkName: "views" */ '@/views/exportTrade/invoice/detailsPageEdit')
+      }
+    ]
+  },
     {
         path: '/work/process/leave',
         component: Layout,