lilei 2 gadi atpakaļ
vecāks
revīzija
0e6b942985
2 mainītis faili ar 49 papildinājumiem un 49 dzēšanām
  1. 1 1
      public/version.json
  2. 48 48
      src/config/router.config.js

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1677140298634
+  "version": 1677146386431
 }

+ 48 - 48
src/config/router.config.js

@@ -2408,6 +2408,54 @@ export const asyncRouterMap = [
                 }
               }
             ]
+          },
+          {
+            path: '/chainReportData/chainTransferReport',
+            redirect: '/chainReportData/chainTransferReport/index',
+            name: 'chainTransferReport',
+            component: BlankLayout,
+            meta: {
+              title: '连锁调入报表',
+              icon: 'profile',
+              permission: 'M_chainTransferReportList'
+            },
+            hideChildrenInMenu: true,
+            children: [
+              {
+                path: 'index',
+                name: 'chainTransferReportIndex',
+                component: () => import(/* webpackChunkName: "reportData" */ '@/views/chainReportData/chainTransferReport/index.vue'),
+                meta: {
+                  title: '连锁调入报表列表',
+                  icon: 'profile',
+                  hidden: true
+                }
+              }
+            ]
+          },
+          {
+            path: '/chainReportData/chainCallReport',
+            redirect: '/chainReportData/chainCallReport/index',
+            name: 'chainCallReport',
+            component: BlankLayout,
+            meta: {
+              title: '连锁调出报表',
+              icon: 'profile',
+              permission: 'M_chainCallReportList'
+            },
+            hideChildrenInMenu: true,
+            children: [
+              {
+                path: 'index',
+                name: 'chainCallReportIndex',
+                component: () => import(/* webpackChunkName: "reportData" */ '@/views/chainReportData/chainCallReport/index.vue'),
+                meta: {
+                  title: '连锁调出报表列表',
+                  icon: 'profile',
+                  hidden: true
+                }
+              }
+            ]
           }
         ]
       },
@@ -2669,54 +2717,6 @@ export const asyncRouterMap = [
               }
             ]
           },
-          {
-            path: '/chainReportData/chainTransferReport',
-            redirect: '/chainReportData/chainTransferReport/index',
-            name: 'chainTransferReport',
-            component: BlankLayout,
-            meta: {
-              title: '连锁调入报表',
-              icon: 'profile',
-              permission: 'M_chainTransferReportList'
-            },
-            hideChildrenInMenu: true,
-            children: [
-              {
-                path: 'index',
-                name: 'chainTransferReportIndex',
-                component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainTransferReport/index.vue'),
-                meta: {
-                  title: '连锁调入报表列表',
-                  icon: 'profile',
-                  hidden: true
-                }
-              }
-            ]
-          },
-          {
-            path: '/chainReportData/chainCallReport',
-            redirect: '/chainReportData/chainCallReport/index',
-            name: 'chainCallReport',
-            component: BlankLayout,
-            meta: {
-              title: '连锁调出报表',
-              icon: 'profile',
-              permission: 'M_chainCallReportList'
-            },
-            hideChildrenInMenu: true,
-            children: [
-              {
-                path: 'index',
-                name: 'chainCallReportIndex',
-                component: () => import(/* webpackChunkName: "chainReportData" */ '@/views/chainReportData/chainCallReport/index.vue'),
-                meta: {
-                  title: '连锁调出报表列表',
-                  icon: 'profile',
-                  hidden: true
-                }
-              }
-            ]
-          }
         ]
       },
       // 客户管理