From 6c850cd09c1af59ec7977042cea8453d01d9b15e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 28 四月 2023 15:04:23 +0800
Subject: [PATCH] 1.提交

---
 src/views/zzmx/jpgj.vue                 |    8 
 vue.config.js                           |    4 
 src/layout/components/Sidebar/index.vue |   12 
 src/router/index.js                     | 1708 +++++++++++++++++++---------------------------------------
 src/icons/svg/zhkb.svg                  |    1 
 5 files changed, 579 insertions(+), 1,154 deletions(-)

diff --git a/src/icons/svg/zhkb.svg b/src/icons/svg/zhkb.svg
new file mode 100644
index 0000000..39c2f8e
--- /dev/null
+++ b/src/icons/svg/zhkb.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1682562180452" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2688" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M128 256a42.666667 42.666667 0 0 1 42.666667-42.666667h682.666666a42.666667 42.666667 0 0 1 42.666667 42.666667v469.333333a42.666667 42.666667 0 0 1-42.666667 42.666667H170.666667a42.666667 42.666667 0 0 1-42.666667-42.666667V256z m85.333333 42.666667v384h597.333334V298.666667H213.333333z" fill="#157b7e" p-id="2689"></path><path d="M485.802667 712.981333a42.666667 42.666667 0 0 1 52.394666 0l225.664 175.530667-52.373333 67.370667L512 800.725333l-199.466667 155.157334-52.416-67.370667 225.706667-175.530667zM554.666667 85.333333v170.666667h-85.333334V85.333333h85.333334zM448 256v106.666667a64 64 0 1 0 128 0v-106.666667h85.333333v106.666667a149.333333 149.333333 0 1 1-298.666666 0v-106.666667h85.333333z" fill="#157b7e" p-id="2690"></path></svg>
\ No newline at end of file
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index 55495dd..93ff8fb 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -68,6 +68,18 @@
       if (meta.activeMenu) {
         return meta.activeMenu
       }
+
+      if (path.indexOf('kanbanManager') !== -1) { // 褰撶偣鍑绘櫤鎱х湅鏉跨殑鏃跺��
+        const url = this.$router.resolve({
+          path
+          // query: { id: 123 }
+        })
+
+        const t = url.href.split('/')
+        // console.log(t, 't')
+        window.open('#/' + t[2], '_blank')
+      }
+
       return path
     },
     showLogo() {
diff --git a/src/router/index.js b/src/router/index.js
index 6ee4f04..c89a06c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -95,520 +95,657 @@
   // { path: '*', redirect: '/404', hidden: true }
 ]
 export const asyncRoutes = [
-  // {
-  //   path: '/gtt',
-  //   component: Layout,
-  //   redirect: '/gtt/back',
-  //   name: '鍩虹璁剧疆',
-  //   code: '1001',
-  //   meta: { code: '1001', title: '鍩虹璁剧疆', icon: 'tree' },
-  //   alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
-  //   children: [{
-  //     path: 'back',
-  //     name: 'YYQDCancel',
-  //     code: '1011',
-  //     component: () => import('@/views/gantt_back/gantt_back'),
-  //     meta: { code: '1011', title: '鐢ㄦ埛娓呭崟', icon: '', keepAlive: true }
-  //   }]
-  // },
+  // 1.绯荤粺绠$悊锛堝熀纭�璁剧疆绫伙級
   {
-    path: '/jcsz',
+    path: '/systemSetting',
     component: Layout,
-    redirect: '/jcsz/zzjg',
-    name: '鍩虹璁剧疆',
-    code: '1001',
-    meta: { code: '1001', title: '鍩虹璁剧疆', icon: 'tree' },
+    redirect: '/systemSetting/organizationList',
+    name: '绯荤粺绠$悊',
+    code: '2001',
+    meta: { code: '2001', title: '绯荤粺绠$悊', icon: 'xtsz' },
     alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
     children: [
       {
-        path: 'zzjg',
-        name: 'ZZJGCancel',
+        path: 'organizationList',
+        name: 'organizationListCancel',
         code: '1010',
         component: () => import('@/views/jcsz/zzjg'),
         meta: { code: '1010', title: '缁勭粐鏋舵瀯', icon: '', keepAlive: true }
       }, {
-        path: 'yhqd',
-        name: 'YYQDCancel',
+        path: 'roleList',
+        name: 'roleListCancel',
+        code: '1012',
+        component: () => import('@/views/jcsz/jsqd'),
+        meta: { code: '1012', title: '瑙掕壊娓呭崟', icon: '', keepAlive: true }
+      }
+
+    ]
+  },
+  // 2.瀹㈡埛绠$悊
+  {
+    path: '/basicSettings',
+    component: Layout,
+    redirect: '/basicSettings/userList',
+    name: '瀹㈡埛绠$悊',
+    code: '2002',
+    meta: { code: '2002', title: '瀹㈡埛绠$悊', icon: 'khgl' },
+    alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
+    children: [
+      {
+        path: 'userList',
+        name: 'userListCancel',
         code: '1011',
         component: () => import('@/views/jcsz/yhqd'),
         meta: { code: '1011', title: '鐢ㄦ埛娓呭崟', icon: '', keepAlive: true }
       }, {
-        path: 'jsqd',
-        name: 'JSQDCancel',
-        code: '1012',
-        component: () => import('@/views/jcsz/jsqd'),
-        meta: { code: '1012', title: '瑙掕壊娓呭崟', icon: '', keepAlive: true }
-      }, {
-        path: 'wldw',
-        name: 'WLDWCancel',
+        path: 'contactUnitList',
+        name: 'contactUnitListCancel',
         code: '1013',
         component: () => import('@/views/jcsz/wldw'),
         meta: { code: '1013', title: '寰�鏉ュ崟浣�', icon: '', keepAlive: true }
-      },
-      {
-        path: 'adsz',
-        name: 'ADZZCancel',
-        code: '1014',
-        component: () => import('@/views/jcsz/adsz'),
-        meta: { code: '1014', title: '瀹夌伅璁剧疆', icon: '', keepAlive: true }
       }
     ]
   },
+  // 3.鏁版嵁閲囬泦绠$悊   sop涓婁紶 鐏电繑椤圭洰鐨勭湅涓�
+  // {
+  //   path: '/dataCollect',
+  //   component: Layout,
+  //   redirect: '/dataCollect/purchasesList',
+  //   name: '鏁版嵁閲囬泦绠$悊',
+  //   code: '2003',
+  //   meta: { code: '2003', title: '鏁版嵁閲囬泦绠$悊', icon: 'cggl' },
+  //   alwaysShow: true,
+  //   children: [
+  //     {
+  //       path: 'purchasesList',
+  //       name: 'CGDDCancel',
+  //       code: '1104',
+  //       component: () => import('@/views/xtsz/sc'),
+  //       meta: { code: '1104', title: 'SOP涓婁紶', icon: '', keepAlive: true }
+  //     }
+  //   ]
+  // },
+
+  // 4.璁㈠崟绠$悊
   {
-    path: '/sbgl',
+    path: '/orderManager',
     component: Layout,
-    redirect: '/sbgl/sblx',
-    name: '璁惧绠$悊',
-    code: '1002',
-    meta: { code: '1002', title: '璁惧绠$悊', icon: 'example' },
-    alwaysShow: true,
-    children: [
-      {
-        path: 'sblx',
-        name: 'SBLXCancel',
-        code: '1020',
-        component: () => import('@/views/sbgl/sblx'),
-        meta: { code: '1020', title: '璁惧绫诲瀷', icon: '', keepAlive: true }
-      },
-      {
-        path: 'wxjl',
-        code: '1029Cancel',
-        name: 'WXJL',
-        component: () => import('@/views/sbgl/wxjl'),
-        meta: { code: '1029', title: '缁翠慨璁板綍', icon: '', keepAlive: true }
-      }, {
-        path: 'sbz',
-        name: 'SBZCancel',
-        code: '1021',
-        component: () => import('@/views/sbgl/sbz'),
-        meta: { code: '1021', title: '璁惧缁�', icon: '', keepAlive: true }
-      },
-      {
-        path: 'sbqd',
-        name: 'sbqdCancel',
-        code: '1022',
-        component: () => import('@/views/sbgl/sbqd'),
-        meta: { code: '1022', title: '璁惧娓呭崟', icon: '', keepAlive: true }
-      },
-      {
-        path: 'djbz',
-        name: 'DJBZCancel',
-        code: '1023',
-        component: () => import('@/views/sbgl/djbz'),
-        meta: { code: '1023', title: '鐐规鏍囧噯', icon: '', keepAlive: true }
-      },
-      {
-        path: 'djbw',
-        name: 'DJBWCancel',
-        code: '1024',
-        component: () => import('@/views/sbgl/djbw'),
-        meta: { code: '1024', title: '鐐规閮ㄤ綅', icon: '', keepAlive: true }
-      },
-      {
-        path: 'bybz',
-        name: 'BYBZCancel',
-        code: '1025',
-        component: () => import('@/views/sbgl/bybz'),
-        meta: { code: '1025', title: '淇濆吇鏍囧噯', icon: '', keepAlive: true }
-      },
-      {
-        path: 'bybw',
-        name: 'BYBWCancel',
-        code: '1026',
-        component: () => import('@/views/sbgl/bybw'),
-        meta: { code: '1026', title: '淇濆吇閮ㄤ綅', icon: '', keepAlive: true }
-      },
-      {
-        path: 'djjl',
-        name: 'DJJLCancel',
-        code: '1027',
-        component: () => import('@/views/sbgl/djjl'),
-        meta: { code: '1027', title: '鐐规璁板綍', icon: '', keepAlive: true }
-      },
-      {
-        path: 'byjl',
-        name: 'BYJLCancel',
-        code: '1028',
-        component: () => import('@/views/sbgl/byjl'),
-        meta: { code: '1028', title: '淇濆吇璁板綍', icon: '', keepAlive: true }
-      }
-    ]
-  },
-  {
-    path: '/gzgl',
-    component: Layout,
-    redirect: '/gzgl/gzlx',
-    name: '宸ヨ绠$悊',
-    code: '1003',
-    meta: { code: '1003', title: '宸ヨ绠$悊', icon: 'component' },
-    alwaysShow: true,
-    children: [
-      {
-        path: 'gzlx',
-        name: 'GZLXCancel',
-        code: '1030',
-        component: () => import('@/views/gzgl/gzlx'),
-        meta: { code: '1030', title: '宸ヨ绫诲瀷', icon: '', keepAlive: true }
-      }, {
-        path: 'sjxj',
-        name: 'SJXJCancel',
-        code: '1039',
-        component: () => import('@/views/gzgl/sjxj'),
-        meta: { code: '1039', title: '涓婃満涓嬫満', icon: '', keepAlive: true }
-      }, {
-        path: 'ckrk',
-        name: 'CKRKCancel',
-        code: '1040',
-        component: () => import('@/views/gzgl/ckrk'),
-        meta: { code: '1040', title: '鍑哄簱鍏ュ簱', icon: '', keepAlive: true }
-      }, {
-        path: 'gzqd',
-        name: 'GZQDCancel',
-        code: '1031',
-        component: () => import('@/views/gzgl/gzqd'),
-        meta: { code: '1031', title: '宸ヨ娓呭崟', icon: '', keepAlive: true }
-      }, {
-        path: 'djbz',
-        name: 'DJBZCancel',
-        code: '1032',
-        component: () => import('@/views/gzgl/djbz'),
-        meta: { code: '1032', title: '鐐规鏍囧噯', icon: '', keepAlive: true }
-      }, {
-        path: 'djbw',
-        name: 'DJBWCancel',
-        code: '1033',
-        component: () => import('@/views/gzgl/djbw'),
-        meta: { code: '1033', title: '鐐规閮ㄤ綅', icon: '', keepAlive: true }
-      }, {
-        path: 'bybz',
-        name: 'BYBZCancel',
-        code: '1034',
-        component: () => import('@/views/gzgl/bybz'),
-        meta: { code: '1034', title: '淇濆吇鏍囧噯', icon: '', keepAlive: true }
-      }, {
-        path: 'bybw',
-        name: 'BYBWCancel',
-        code: '1035',
-        component: () => import('@/views/gzgl/bybw'),
-        meta: { code: '1035', title: '淇濆吇閮ㄤ綅', icon: '', keepAlive: true }
-      }, {
-        path: 'djjl',
-        name: 'DJJLCancel',
-        code: '1036',
-        component: () => import('@/views/gzgl/djjl'),
-        meta: { code: '1036', title: '鐐规璁板綍', icon: '', keepAlive: true }
-      }, {
-        path: 'byjl',
-        name: 'BYJLCancel',
-        code: '1037',
-        component: () => import('@/views/gzgl/byjl'),
-        meta: { code: '1037', title: '淇濆吇璁板綍', icon: '', keepAlive: true }
-      }, {
-        path: 'gzwx',
-        name: 'GZWXCancel',
-        code: '1038',
-        component: () => import('@/views/gzgl/gzwx'),
-        meta: { code: '1038', title: '宸ヨ缁翠慨', icon: '', keepAlive: true }
-      }
-    ]
-  },
-  {
-    path: '/wlgl',
-    component: Layout,
-    redirect: '/wlgl/ckdy',
-    name: '鐗╂枡绠$悊',
-    code: '1004',
-    meta: { code: '1004', title: '鐗╂枡绠$悊', icon: 'table' },
-    alwaysShow: true,
-    children: [
-      {
-        path: 'ckdy',
-        name: 'CKDYCancel',
-        code: '1050',
-        component: () => import('@/views/wlgl/ckdy'),
-        meta: { code: '1050', title: '浠撳簱瀹氫箟', icon: '', keepAlive: true }
-      },
-      {
-        path: 'kwdy',
-        name: 'KWDYCancel',
-        code: '1051',
-        component: () => import('@/views/wlgl/kwdy'),
-        meta: { code: '1051', title: '搴撲綅瀹氫箟', icon: '', keepAlive: true }
-      }, {
-        path: 'rqlx',
-        name: 'RYLXCancel',
-        code: '1052',
-        component: () => import('@/views/wlgl/rqlx'),
-        meta: { code: '1052', title: '瀹瑰櫒绫诲瀷', icon: '', keepAlive: true }
-      }, {
-        path: 'rqqd',
-        name: 'RQQDCancel',
-        code: '1053',
-        component: () => import('@/views/wlgl/rqqd'),
-        meta: { code: '1053', title: '瀹瑰櫒娓呭崟', icon: '', keepAlive: true }
-      }, {
-        path: 'crkjl',
-        name: 'CRKJLCancel',
-        code: '1054',
-        component: () => import('@/views/wlgl/crkjl'),
-        meta: { code: '1054', title: '鍑哄叆搴撹褰�', icon: '', keepAlive: true }
-      }, {
-        path: 'kccx',
-        name: 'KCCXCancel',
-        code: '1055',
-        component: () => import('@/views/wlgl/kccx'),
-        meta: { code: '1055', title: '搴撳瓨鏌ヨ', icon: '', keepAlive: true }
-      }
-    ]
-  },
-  {
-    path: '/zzmx',
-    component: Layout,
-    redirect: '/zzmx/gylx',
-    name: '鍒堕�犳ā鍨�',
-    code: '1005',
-    meta: { code: '1005', title: '鍒堕�犳ā鍨�', icon: 'icu' },
-    alwaysShow: true,
-    children: [
-      {
-        path: 'wllx',
-        name: 'WLLXCancel',
-        code: '1060',
-        component: () => import('@/views/zzmx/wllx'),
-        meta: { code: '1060', title: '鐗╂枡绫诲瀷', icon: '', keepAlive: true }
-      },
-      {
-        path: 'chda',
-        name: 'CHDACancel',
-        code: '1061',
-        component: () => import('@/views/zzmx/chda'),
-        meta: { code: '1061', title: '瀛樿揣妗f', icon: '', keepAlive: true }
-      },
-      {
-        path: 'wlqd',
-        name: 'WLQDCancel',
-        code: '1062',
-        component: () => import('@/views/zzmx/wlqd'),
-        meta: { code: '1062', title: '鐗╂枡娓呭崟', icon: '', keepAlive: true }
-      },
-      {
-        path: 'gylx',
-        name: 'GYLXCancel',
-        code: '1063',
-        component: () => import('@/views/zzmx/gylx'),
-        meta: { code: '1063', title: '宸ヨ壓璺嚎', icon: '', keepAlive: true }
-      }, {
-        path: 'gxdy',
-        name: 'GXDYCancel',
-        code: '1064',
-        component: () => import('@/views/zzmx/gxdy'),
-        meta: { code: '1064', title: '宸ュ簭瀹氫箟', icon: '', keepAlive: true }
-      },
-      {
-        path: 'jpgj',
-        name: 'JPGJCancel',
-        code: '1065',
-        component: () => import('@/views/zzmx/jpgj'),
-        meta: { code: '1065', title: '鑺傛媿宸ヤ环', icon: '', keepAlive: true }
-      }
-    ]
-  },
-  {
-    path: '/scgl',
-    component: Layout,
-    redirect: '/scgl/scdd',
+    redirect: '/orderManager/erpProduceOrder',
     name: '鐢熶骇绠$悊',
-    code: '1006',
-    meta: { code: '1006', title: '鐢熶骇绠$悊', icon: 'production' },
+    code: '2004',
+    meta: { code: '2004', title: '鐢熶骇绠$悊', icon: 'production' },
     alwaysShow: true,
     children: [
       {
-        path: 'scdd',
-        name: 'SCDDCancel',
+        path: 'erpProduceOrder',
+        name: 'produceOrderCancel',
         code: '1070',
         component: () => import('@/views/scgl/scdd'),
         meta: { code: '1070', title: 'ERP鐢熶骇璁㈠崟', icon: '', keepAlive: true }
-      }, {
-        path: 'gd',
-        name: 'GDCancel',
-        code: '1071',
-        component: () => import('@/views/scgl/gd'),
-        meta: { code: '1071', title: 'MES宸ュ崟', icon: '', keepAlive: true }
-      }, {
-        path: 'gdpg',
-        name: 'GDPDCancel',
-        code: '1072',
-        component: () => import('@/views/scgl/gdpg'),
-        meta: { code: '1072', title: '宸ュ崟娲惧伐', icon: '', keepAlive: true }
-      }, {
-        path: 'sckbg',
-        name: 'SCKBGCancel',
-        code: '1073',
-        component: () => import('@/views/scgl/sckbg'),
-        meta: { code: '1073', title: '鐢熶骇寮�鎶ュ伐', icon: '', keepAlive: true }
-      }, {
-        path: 'gdplgb',
-        name: 'GDPLGBCancel',
-        code: '1074',
-        component: () => import('@/views/scgl/gdplgb'),
-        meta: { code: '1074', title: 'MES宸ュ崟鎵归噺鍏抽棴', icon: '', keepAlive: true }
       }
     ]
   },
+
+  // 5.鐗╂枡璁″垝绠$悊
+  // {
+  //   path: '/materialPlanManager',
+  //   component: Layout,
+  //   redirect: '/materialPlanManager/materialList',
+  //   name: '鐗╂枡璁″垝绠$悊',
+  //   code: '2005',
+  //   meta: { code: '2005', title: '鐗╂枡璁″垝绠$悊', icon: 'icu' },
+  //   alwaysShow: true,
+  //   children: [
+  //     {
+  //       path: 'materialList',
+  //       name: 'materialListCancel',
+  //       code: '1062',
+  //       component: () => import('@/views/zzmx/wlqd'),
+  //       meta: { code: '1062', title: '鐗╂枡娓呭崟', icon: '', keepAlive: true }
+  //     }
+  //   ]
+  // },
+
+  // 6.璐ㄩ噺绠$悊
   {
-    path: '/zlgl',
+    path: '/qualityManager',
     component: Layout,
-    redirect: '/zlgl/zjbz',
+    redirect: '/qualityManager/defectDefine',
     name: '璐ㄩ噺绠$悊',
-    code: '1007',
-    meta: { code: '1007', title: '璐ㄩ噺绠$悊', icon: 'quality' },
+    code: '2006',
+    meta: { code: '2006', title: '璐ㄩ噺绠$悊', icon: 'quality' },
     alwaysShow: true,
     children: [
       {
-        path: 'zjbz',
-        name: 'ZJBZCancel',
-        code: '1080',
-        component: () => import('@/views/zlgl/zjbz'),
-        meta: { code: '1080', title: '璐ㄦ鏍囧噯', icon: '', keepAlive: true }
-      }, {
-        path: 'qxdy',
-        name: 'QXDYCancel',
+        path: 'defectDefine',
+        name: 'defectDefineCancel',
         code: '1081',
         component: () => import('@/views/zlgl/qxdy'),
         meta: { code: '1081', title: '缂洪櫡瀹氫箟', icon: '', keepAlive: true }
-      }, {
-        path: 'gxjy',
-        name: 'GXDYCancel',
+      }
+      // {
+      //   path: 'qualityPlaning',
+      //   name: 'ZJFACancel',
+      //   code: '1088',
+      //   component: () => import('@/views/qualityManager/qualityPlaning'),
+      //   meta: { code: '1088', title: '璐ㄦ鏂规', icon: '', keepAlive: true }
+      // }
+    ]
+  },
+
+  // 7.宸ュ簭绠$悊
+  {
+    path: '/processManager',
+    component: Layout,
+    redirect: '/processManager/processCheck',
+    name: '宸ュ簭绠$悊',
+    code: '2007',
+    meta: { code: '2007', title: '宸ュ簭绠$悊', icon: 'gxgl' },
+    alwaysShow: true,
+    children: [
+      {
+        path: 'processCheck',
+        name: 'processCheckCancel',
         code: '1082',
         component: () => import('@/views/zlgl/gxjy'),
         meta: { code: '1082', title: '宸ュ簭妫�楠�', icon: '', keepAlive: true }
-      }, {
-        path: 'wljy',
-        name: 'WLJYCancel',
-        code: '1083',
-        component: () => import('@/views/zlgl/wljy'),
-        meta: { code: '1083', title: '鐗╂祦妫�楠�', icon: '', keepAlive: true }
-      }, {
-        path: 'qxsj',
-        name: 'QXSJCancel',
-        code: '1084',
-        component: () => import('@/views/zlgl/qxsj'),
-        meta: { code: '1084', title: '缂洪櫡缁熻', icon: '', keepAlive: true }
       },
       {
-        path: 'gxjybz',
-        name: 'QXJYBZCancel',
+        path: 'processCheckStandard',
+        name: 'processCheckStandardCancel',
         code: '1085',
         component: () => import('@/views/zlgl/gxjybz'),
         meta: { code: '1085', title: '宸ュ簭妫�楠屾爣鍑�', icon: '', keepAlive: true }
       },
       {
-        path: 'gxjyxm',
-        name: 'GXJYXMCancel',
+        path: 'processCheckItem',
+        name: 'processCheckItemCancel',
         code: '1086',
         component: () => import('@/views/zlgl/gxjyxm'),
         meta: { code: '1086', title: '宸ュ簭妫�楠岄」鐩�', icon: '', keepAlive: true }
-      }, {
-        path: 'gxjyjl',
-        name: 'GXJYJLCancel',
+      },
+      {
+        path: 'processCheckRecord',
+        name: 'processCheckRecordCancel',
         code: '1087',
         component: () => import('@/views/zlgl/gxjyjl'),
         meta: { code: '1087', title: '宸ュ簭妫�楠岃褰�', icon: '', keepAlive: true }
       }
     ]
   },
+
+  // 8.浜哄姏璧勬簮绠$悊
   {
-    path: '/bbgl',
+    path: '/resourcesManager',
     component: Layout,
-    redirect: '/bbgl/sczxbb',
-    name: '鎶ヨ〃绠$悊',
-    code: '1008',
-    meta: { code: '1008', title: '鎶ヨ〃绠$悊', icon: 'bbgl' },
+    redirect: '/resourcesManager/groupSalaryList',
+    name: '浜哄姏璧勬簮绠$悊',
+    code: '2008',
+    meta: { code: '1008', title: '浜哄姏璧勬簮绠$悊', icon: 'rlzy' },
     alwaysShow: true,
     children: [
       {
-        path: 'bzgztj',
-        name: 'BZGZTJCancel',
+        path: 'groupSalaryList',
+        name: 'groupSalaryListCancel',
         code: '1090',
         component: () => import('@/views/bbgl/bzgz'),
-        meta: { code: '1090', title: '鐝粍宸ヨ祫缁熻', icon: '', keepAlive: true }
-      }, {
-        path: 'rygz',
-        name: 'RYGZCancel',
-        code: '1091',
-        component: () => import('@/views/bbgl/rygz'),
-        meta: { code: '1091', title: '浜哄憳宸ヨ祫', icon: '', keepAlive: true }
-      }, {
-        path: 'wwgx',
-        name: 'WWGXCancel',
+        meta: { code: '1090', title: '鐝粍宸ヨ祫缁熻鎶ヨ〃', icon: '', keepAlive: true }
+      },
+      // {
+      //   path: 'personSalaryList',
+      //   name: 'personSalaryListCancel',
+      //   code: '1091',
+      //   component: () => import('@/views/bbgl/rygz'),
+      //   meta: { code: '1091', title: '浜哄憳宸ヨ祫鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
+      // },
+      {
+        path: 'subcontractingOperation',
+        name: 'subcontractingOperationCancel',
         code: '1092',
         component: () => import('@/views/bbgl/wwgx'),
-        meta: { code: '1092', title: '濮斿宸ュ簭', icon: '', keepAlive: true }
-      }, {
-        path: 'blmx',
-        name: 'BLMXJCancel',
+        meta: { code: '1092', title: '濮斿宸ュ簭鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
+      }
+    ]
+  },
+
+  // 9.鏅鸿兘鎶ヨ〃
+  {
+    path: '/reportManager',
+    component: Layout,
+    redirect: '/reportManager/defectDetailList',
+    name: '鏅鸿兘鎶ヨ〃',
+    code: '2009',
+    meta: { code: '2009', title: '鏅鸿兘鎶ヨ〃', icon: 'bbgl' },
+    alwaysShow: true,
+    children: [
+      {
+        path: 'defectDetailList',
+        name: 'defectDetailListCancel',
         code: '1093',
         component: () => import('@/views/bbgl/blmx'),
-        meta: { code: '1093', title: '涓嶈壇鏄庣粏', icon: '', keepAlive: true }
+        meta: { code: '1093', title: '涓嶈壇鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
       }, {
-        path: 'pzyc',
-        name: 'PZYCJCancel',
+        path: 'abnormalQualityList',
+        name: 'abnormalQualityListCancel',
         code: '1094',
         component: () => import('@/views/bbgl/pzyc'),
-        meta: { code: '1094', title: '鍝佽川寮傚父', icon: '', keepAlive: true }
+        meta: { code: '1094', title: '鍝佽川寮傚父鎺掕鎶ヨ〃', icon: '', keepAlive: true }
       }, {
-        path: 'wxmx',
-        name: 'WXMXJCancel',
+        path: 'repairDetailList',
+        name: 'repairDetailListCancel',
         code: '1095',
         component: () => import('@/views/bbgl/wxmx'),
-        meta: { code: '1095', title: '缁翠慨鏄庣粏', icon: '', keepAlive: true }
+        meta: { code: '1095', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
+      }
+      // {
+      //   path: 'installationLampList',
+      //   name: 'installationLampListCancel',
+      //   code: '1096',
+      //   component: () => import('@/views/reportManager/installationLampList'),
+      //   meta: { code: '1096', title: '瀹夌伅鎶ヨ〃', icon: '', keepAlive: true }
+      // }
+    ]
+  },
+
+  // 10.搴撳瓨绠$悊
+  {
+    path: '/inventoryManager',
+    component: Layout,
+    redirect: '/inventoryManager/storehouseDefine',
+    name: '搴撳瓨绠$悊',
+    code: '2010',
+    meta: { code: '2010', title: '搴撳瓨绠$悊', icon: 'table' },
+    alwaysShow: true,
+    children: [
+      {
+        path: 'storehouseDefine',
+        name: 'storehouseDefineCancel',
+        code: '1050',
+        component: () => import('@/views/wlgl/ckdy'),
+        meta: { code: '1050', title: '浠撳簱瀹氫箟', icon: '', keepAlive: true }
+      },
+      {
+        path: 'locationDefine',
+        name: 'locationDefineCancel',
+        code: '1051',
+        component: () => import('@/views/wlgl/kwdy'),
+        meta: { code: '1051', title: '搴撲綅瀹氫箟', icon: '', keepAlive: true }
+      }
+      // {
+      //   path: 'containerType',
+      //   name: 'containerTypeCancel',
+      //   code: '1052',
+      //   component: () => import('@/views/materialManager/containerType'),
+      //   meta: { code: '1052', title: '瀹瑰櫒绫诲瀷', icon: '', keepAlive: true }
+      // }, {
+      //   path: 'containerList',
+      //   name: 'containerListCancel',
+      //   code: '1053',
+      //   component: () => import('@/views/materialManager/containerList'),
+      //   meta: { code: '1053', title: '瀹瑰櫒娓呭崟', icon: '', keepAlive: true }
+      // }, {
+      //   path: 'inOutboundRecord',
+      //   name: 'inOutboundRecordCancel',
+      //   code: '1054',
+      //   component: () => import('@/views/materialManager/inOutboundRecord'),
+      //   meta: { code: '1054', title: '鍑哄叆搴撹褰�', icon: '', keepAlive: true }
+      // }, {
+      //   path: 'inventoryQuery',
+      //   name: 'inventoryQueryCancel',
+      //   code: '1055',
+      //   component: () => import('@/views/materialManager/inventoryQuery'),
+      //   meta: { code: '1055', title: '搴撳瓨鏌ヨ', icon: '', keepAlive: true }
+      // },
+
+      // {
+      //   path: 'InventoryLedgerList',
+      //   name: 'InventoryLedgerListCancel',
+      //   code: '1205',
+      //   component: () => import('@/views/purchasesManager/InventoryLedgerList'),
+      //   meta: { code: '1205', title: '搴撳瓨鍙拌处', icon: '', keepAlive: true }
+      // }
+    ]
+  },
+
+  // 11.閲囪喘绠$悊
+  // {
+  //   path: '/purchasesManager',
+  //   component: Layout,
+  //   redirect: '/purchasesManager/purchasesList',
+  //   name: '閲囪喘绠$悊',
+  //   code: '2011',
+  //   meta: { code: '2011', title: '閲囪喘绠$悊', icon: 'cggl' },
+  //   alwaysShow: true,
+  //   children: [
+  //     {
+  //       path: 'purchasesList',
+  //       name: 'CGDDCancel',
+  //       code: '1201',
+  //       component: () => import('@/views/purchasesManager/purchasesList'),
+  //       meta: { code: '1201', title: '閲囪喘璁㈠崟', icon: '', keepAlive: true }
+  //     }, {
+  //       path: 'arrivalNoticeList',
+  //       name: 'arrivalNoticeListCancel',
+  //       code: '1202',
+  //       component: () => import('@/views/purchasesManager/arrivalNoticeList'),
+  //       meta: { code: '1202', title: '閲囪喘鏀惰揣鍗�', icon: '', keepAlive: true }
+  //     }
+  //   ]
+  // },
+
+  // 12.閿�鍞鐞�
+  // {
+  //   path: '/sale',
+  //   component: Layout,
+  //   redirect: '/sale/salesStatisticsList',
+  //   name: '閿�鍞鐞�',
+  //   code: '2012',
+  //   meta: { code: '2012', title: '閿�鍞鐞�', icon: 'xsgl' },
+  //   alwaysShow: true,
+  //   children: [
+  //     {
+  //       path: 'salesStatisticsList',
+  //       name: 'salesStatisticsCancel',
+  //       code: '1203',
+  //       component: () => import('@/views/purchasesManager/salesStatisticsList'),
+  //       meta: { code: '1203', title: '閿�鍞鍗�', icon: '', keepAlive: true }
+  //     }, {
+  //       path: 'goodsStatisticsList',
+  //       name: 'goodsStatisticsListCancel',
+  //       code: '1204',
+  //       component: () => import('@/views/purchasesManager/goodsStatisticsList'),
+  //       meta: { code: '1204', title: '閿�璐у崟', icon: '', keepAlive: true }
+  //     }
+  //   ]
+  // },
+
+  // 13.宸ュ崟绠$悊
+  {
+    path: '/work',
+    component: Layout,
+    redirect: '/work/workOrder',
+    name: '宸ュ崟绠$悊',
+    code: '2013',
+    meta: { code: '2013', title: '宸ュ崟绠$悊', icon: 'gzgl' },
+    alwaysShow: true,
+    children: [
+      {
+        path: 'workOrder',
+        name: 'workOrderCancel',
+        code: '1071',
+        component: () => import('@/views/scgl/gd'),
+        meta: { code: '1071', title: 'MES宸ュ崟', icon: '', keepAlive: true }
+      },
+      {
+        path: 'workOrderBatchClose',
+        name: 'workOrderBatchCloseCancel',
+        code: '1074',
+        component: () => import('@/views/scgl/gdplgb'),
+        meta: { code: '1074', title: 'MES宸ュ崟鎵归噺鍏抽棴', icon: '', keepAlive: true }
+      }
+      // {
+      //   path: 'updateWorkOrder',
+      //   name: 'XGBGCancel',
+      //   code: '1077',
+      //   component: () => import('@/views/scgl/xgbg'),
+      //   meta: { code: '1077', title: '淇敼鎶ュ伐', icon: '', keepAlive: true }
+      // }
+    ]
+  },
+
+  // 14.宸ュ崟鎺掍骇
+  // {
+  //   path: '/produceManager',
+  //   component: Layout,
+  //   redirect: '/produceManager/produceOrder',
+  //   name: '宸ュ崟鎺掍骇',
+  //   code: '2014',
+  //   meta: { code: '2014', title: '宸ュ崟鎺掍骇', icon: 'scgl' },
+  //   alwaysShow: true,
+  //   children: [
+  //     {
+  //       path: 'AutoScheduling',
+  //       name: 'AutoSchedulingCancel',
+  //       code: '1076',
+  //       component: () => import('@/views/produceManager/AutoScheduling'),
+  //       meta: { code: '1076', title: '鑷姩鎺掔▼', icon: '', keepAlive: true }
+  //     }
+  //   ]
+  // },
+
+  // 15.鐢熶骇绠$悊
+  {
+    path: '/extendedModule',
+    component: Layout,
+    redirect: '/extendedModule/produceStartOrder',
+    name: '鐢熶骇绠$悊',
+    code: '2015',
+    meta: { code: '2015', title: '鐢熶骇绠$悊', icon: 'tree2' },
+    alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
+    children: [
+      {
+        path: 'produceStartOrder',
+        name: 'produceStartOrderCancel',
+        code: '1073',
+        component: () => import('@/views/scgl/sckbg'),
+        meta: { code: '1073', title: '鐢熶骇寮�鎶ュ伐', icon: '', keepAlive: true }
+      }
+      // {
+      //   path: 'capacityPlanning',
+      //   name: 'capacityPlanningCancel',
+      //   code: '1075',
+      //   component: () => import('@/views/produceManager/capacityPlanning'),
+      //   meta: { code: '1075', title: '浜ц兘瑙勫垝', icon: '', keepAlive: true }
+      // }
+    ]
+  },
+
+  // 16.宸ヨ壓绠$悊
+  {
+    path: '/makeModel',
+    component: Layout,
+    redirect: '/makeModel/processRoute',
+    name: '杞﹂棿绠$悊',
+    code: '2016',
+    meta: { code: '2016', title: '杞﹂棿绠$悊', icon: 'cjgl' },
+    alwaysShow: true,
+    children: [
+      {
+        path: 'processRoute',
+        name: 'processRouteCancel',
+        code: '1063',
+        component: () => import('@/views/zzmx/gylx'),
+        meta: { code: '1063', title: '宸ヨ壓璺嚎', icon: '', keepAlive: true }
+      }, {
+        path: 'processDefine',
+        name: 'processDefineCancel',
+        code: '1064',
+        component: () => import('@/views/zzmx/gxdy'),
+        meta: { code: '1064', title: '宸ュ簭瀹氫箟', icon: '', keepAlive: true }
+      },
+      {
+        path: 'meterPrice',
+        name: 'meterPriceCancel',
+        code: '1065',
+        component: () => import('@/views/zzmx/jpgj'),
+        meta: { code: '1065', title: '鑺傛媿宸ヤ环', icon: '', keepAlive: true }
+      }
+    ]
+  },
+
+  // 17.璁惧绠$悊
+  {
+    path: '/deviceManager',
+    component: Layout,
+    redirect: '/deviceManager/deviceList',
+    name: '璁惧绠$悊',
+    code: '2017',
+    meta: { code: '2017', title: '璁惧绠$悊', icon: 'example' },
+    alwaysShow: true,
+    children: [
+      {
+        path: 'deviceList',
+        name: 'deviceListCancel',
+        code: '1022',
+        component: () => import('@/views/sbgl/sbqd'),
+        meta: { code: '1022', title: '璁惧娓呭崟', icon: '', keepAlive: true }
+      }
+      // {
+      //   path: 'checkStandard',
+      //   name: 'checkStandardCancel',
+      //   code: '1023',
+      //   component: () => import('@/views/deviceManager/checkStandard'),
+      //   meta: { code: '1023', title: '璁惧鐐规鏍囧噯', icon: '', keepAlive: true }
+      // },
+      // {
+      //   path: 'checkPosition',
+      //   name: 'checkPositionCancel',
+      //   code: '1024',
+      //   component: () => import('@/views/deviceManager/checkPosition'),
+      //   meta: { code: '1024', title: '璁惧鐐规閮ㄤ綅', icon: '', keepAlive: true }
+      // },
+      // {
+      //   path: 'maintainStandard',
+      //   name: 'maintainStandardCancel',
+      //   code: '1025',
+      //   component: () => import('@/views/deviceManager/maintainStandard'),
+      //   meta: { code: '1025', title: '璁惧淇濆吇鏍囧噯', icon: '', keepAlive: true }
+      // },
+      // {
+      //   path: 'maintainPosition',
+      //   name: 'maintainPositionCancel',
+      //   code: '1026',
+      //   component: () => import('@/views/deviceManager/maintainPosition'),
+      //   meta: { code: '1026', title: '璁惧淇濆吇閮ㄤ綅', icon: '', keepAlive: true }
+      // },
+      // {
+      //   path: 'checkRecord',
+      //   name: 'checkRecordCancel',
+      //   code: '1027',
+      //   component: () => import('@/views/deviceManager/checkRecord'),
+      //   meta: { code: '1027', title: '璁惧鐐规璁板綍', icon: '', keepAlive: true }
+      // },
+      // {
+      //   path: 'maintainRecord',
+      //   name: 'maintainRecordCancel',
+      //   code: '1028',
+      //   component: () => import('@/views/deviceManager/maintainRecord'),
+      //   meta: { code: '1028', title: '璁惧淇濆吇璁板綍', icon: '', keepAlive: true }
+      // },
+      // {
+      //   path: 'repairRecord',
+      //   code: '1029',
+      //   name: 'repairRecordCancel',
+      //   component: () => import('@/views/deviceManager/repairRecord'),
+      //   meta: { code: '1029', title: '璁惧缁翠慨璁板綍', icon: '', keepAlive: true }
+      // }
+    ]
+  },
+
+  // 18.鍏跺畠ERP闆嗘垚
+  {
+    path: '/otherErp',
+    component: Layout,
+    redirect: '/otherErp/InventoryList',
+    name: '鍏跺畠ERP闆嗘垚',
+    code: '2018',
+    meta: { code: '2018', title: '鍏跺畠ERP闆嗘垚', icon: 'erpjc' },
+    alwaysShow: true,
+    children: [
+      {
+        path: 'InventoryList',
+        name: 'InventoryListCancel',
+        code: '1061',
+        component: () => import('@/views/zzmx/chda'),
+        meta: { code: '1061', title: '瀛樿揣妗f', icon: '', keepAlive: true }
       }
     ]
   },
   {
-    path: '/xtsz',
+    path: '/kanbanManager',
     component: Layout,
-    redirect: '/xtsz/bmgz',
-    name: '绯荤粺璁剧疆',
-    code: '1009',
-    meta: { code: '1009', title: '绯荤粺璁剧疆', icon: 'xtsz' },
+    redirect: '/kanbanManager/zhkb',
+    name: '鏅烘収鐪嬫澘',
+    code: '2023',
+    meta: { title: '鏅烘収鐪嬫澘', icon: 'zhkb' },
     alwaysShow: true,
     children: [
       {
-        path: 'bmgz',
-        name: 'BMGZCancel',
-        code: '1101',
-        component: () => import('@/views/xtsz/bmgz'),
-        meta: { code: '1101', title: '缂栫爜瑙勫垯', icon: '', keepAlive: true }
+        path: 'zhkb',
+        name: 'ZHKBCancel',
+        component: () => import('@/views/kb/zhkb'),
+        meta: { title: '缁煎悎鐪嬫澘', icon: '', keepAlive: true }
+      }, {
+        path: 'cgdd',
+        name: 'cgddCancel',
+        component: () => import('@/views/kb/cgdd'),
+        meta: { title: '閲囪喘璁㈠崟', icon: '', keepAlive: true }
       },
       {
-        path: 'mmxg',
-        name: 'MMXGCancel',
-        code: '1102',
-        component: () => import('@/views/xtsz/mmxg'),
-        meta: { code: '1102', title: '瀵嗙爜淇敼', icon: '', keepAlive: true }
+        path: 'ckgl',
+        name: 'ckglCancel',
+        component: () => import('@/views/kb/ckgl'),
+        meta: { title: '浠撳簱绠$悊', icon: '', keepAlive: true }
       },
       {
-        path: 'xtrz',
-        name: 'XTRZCancel',
-        code: '1103',
-        component: () => import('@/views/xtsz/xtrz'),
-        meta: { code: '1103', title: '绯荤粺鏃ュ織', icon: '', keepAlive: true }
-      }, {
-        path: 'sc',
-        name: 'SCCancel',
-        code: '1104',
-        component: () => import('@/views/xtsz/sc'),
-        meta: { code: '1104', title: 'SOP涓婁紶', icon: '', keepAlive: true }
-      }, {
-        path: 'cjgg',
-        name: 'CJGGancel',
-        code: '1105',
-        component: () => import('@/views/xtsz/cjgg'),
-        meta: { code: '1105', title: '杞﹂棿鍏憡', icon: '', keepAlive: true }
+        path: 'cjzl',
+        name: 'ckglCancel',
+        component: () => import('@/views/kb/cjzl'),
+        meta: { title: '杞﹂棿璐ㄩ噺', icon: '', keepAlive: true }
+      },
+      {
+        path: 'cjsc',
+        name: 'ckglCancel',
+        component: () => import('@/views/kb/cjsc'),
+        meta: { title: '杞﹂棿鐢熶骇', icon: '', keepAlive: true }
       }
+
     ]
   }
+
+  // {
+  //   path: '/systemSettings',
+  //   component: Layout,
+  //   redirect: '/systemSettings/bmgz',
+  //   name: '绯荤粺璁剧疆',
+  //   code: '1009',
+  //   meta: { code: '1009', title: '绯荤粺璁剧疆', icon: 'xtsz' },
+  //   alwaysShow: true,
+  //   children: [
+  //     {
+  //       path: 'codingRules',
+  //       name: 'codingRulesCancel',
+  //       code: '1101',
+  //       component: () => import('@/views/systemSettings/codingRules'),
+  //       meta: { code: '1101', title: '缂栫爜瑙勫垯', icon: '', keepAlive: true }
+  //     }, {
+  //       path: 'passwordEdit',
+  //       name: 'passwordEditCancel',
+  //       code: '1102',
+  //       component: () => import('@/views/systemSettings/passwordEdit'),
+  //       meta: { code: '1102', title: '瀵嗙爜淇敼', icon: '', keepAlive: true }
+  //     }, {
+  //       path: 'systemLog',
+  //       name: 'systemLogCancel',
+  //       code: '1103',
+  //       component: () => import('@/views/systemSettings/systemLog'),
+  //       meta: { code: '1103', title: '绯荤粺鏃ュ織', icon: '', keepAlive: true }
+  //     }, {
+  //       path: 'sopUpload',
+  //       name: 'sopUploadCancel',
+  //       code: '1104',
+  //       component: () => import('@/views/systemSettings/sopUpload'),
+  //       meta: { code: '1104', title: 'SOP涓婁紶', icon: '', keepAlive: true }
+  //     }, {
+  //       path: 'shopNotice',
+  //       name: 'shopNoticeCancel',
+  //       code: '1105',
+  //       component: () => import('@/views/systemSettings/shopNotice'),
+  //       meta: { code: '1105', title: '杞﹂棿鍏憡', icon: '', keepAlive: true }
+  //     }
+  //   ]
+  // }
+
 ]
 
 const createRouter = () => new Router({
@@ -626,728 +763,3 @@
 }
 
 export default router
-
-// import Vue from 'vue'
-// import Router from 'vue-router'
-//
-// Vue.use(Router)
-//
-// /* Layout */
-// import Layout from '@/layout'
-//
-// /**
-//  * Note: sub-menu only appear when route children.length >= 1
-//  * Detail see: https://panjiachen.github.io/vue-element-admin-site/guide/essentials/router-and-nav.html
-//  *
-//  * hidden: true                   if set true, item will not show in the sidebar(default is false)
-//  * alwaysShow: true               if set true, will always show the root menu
-//  *                                if not set alwaysShow, when item has more than one children route,
-//  *                                it will becomes nested mode, otherwise not show the root menu
-//  * redirect: noRedirect           if set noRedirect will no redirect in the breadcrumb
-//  * name:'router-name'             the name is used by <keep-alive> (must set!!!)
-//  * meta : {
-//     roles: ['admin','editor']    control the page roles (you can set multiple roles)
-//     title: 'title'               the name show in sidebar and breadcrumb (recommend set)
-//     icon: 'svg-name'/'el-icon-x' the icon show in the sidebar
-//     breadcrumb: false            if set false, the item will hidden in breadcrumb(default is true)
-//     activeMenu: '/example/list'  if set path, the sidebar will highlight the path you set
-//   }
-//  */
-//
-// /**
-//  * constantRoutes
-//  * a base page that does not have permission requirements
-//  * all roles can be accessed
-//  */
-// export const commonRoutes = [
-//   /*
-//   * 鐪嬫澘閮ㄥ垎璺敱
-//   * */
-//   {
-//     path: '/cjzl',
-//     component: () => import('@/views/kb/cjzl'),
-//     hidden: true
-//   },
-//   {
-//     path: '/zhkb',
-//     component: () => import('@/views/kb/zhkb'),
-//     hidden: true
-//   },
-//   {
-//     path: '/cjsc',
-//     component: () => import('@/views/kb/cjsc'),
-//     hidden: true
-//   },
-//   {
-//     path: '/ckgl',
-//     component: () => import('@/views/kb/ckgl'),
-//     hidden: true
-//   },
-//   {
-//     path: '/cgdd',
-//     component: () => import('@/views/kb/cgdd'),
-//     hidden: true
-//   },
-//   {
-//     path: '/login',
-//     component: () => import('@/views/login/index'),
-//     hidden: true
-//   },
-//   {
-//     path: '/404',
-//     component: () => import('@/views/404'),
-//     hidden: true
-//   },
-//   {
-//     path: '/redirect',
-//     component: Layout,
-//     hidden: true,
-//     children: [
-//       {
-//         path: '/redirect/:path(.*)',
-//         component: () => import('@/views/redirect/index')
-//       }
-//     ]
-//   },
-//   {
-//     path: '/',
-//     component: Layout,
-//     redirect: '/index',
-//     name: '绯荤粺棣栭〉',
-//     children: [{
-//       path: 'index',
-//       name: 'index',
-//       component: () => import('@/views/xtsy/index'),
-//       meta: { title: '绯荤粺棣栭〉', icon: 'home', affix: true }
-//     }]
-//   }
-//   // { path: '*', redirect: '/404', hidden: true }
-// ]
-// export const asyncRoutes = [
-//   // 1.绯荤粺绠$悊锛堝熀纭�璁剧疆绫伙級
-//   {
-//     path: '/systemSetting',
-//     component: Layout,
-//     redirect: '/systemSetting/organizationList',
-//     name: '绯荤粺绠$悊',
-//     code: '2001',
-//     meta: { code: '2001', title: '绯荤粺绠$悊', icon: 'xtsz' },
-//     alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
-//     children: [
-//       {
-//         path: 'organizationList',
-//         name: 'organizationListCancel',
-//         code: '1010',
-//         component: () => import('@/views/jcsz/zzjg'),
-//         meta: { code: '1010', title: '缁勭粐鏋舵瀯', icon: '', keepAlive: true }
-//       }, {
-//         path: 'roleList',
-//         name: 'roleListCancel',
-//         code: '1012',
-//         component: () => import('@/views/jcsz/jsqd'),
-//         meta: { code: '1012', title: '瑙掕壊娓呭崟', icon: '', keepAlive: true }
-//       }
-//
-//     ]
-//   },
-//   // 2.瀹㈡埛绠$悊
-//   {
-//     path: '/basicSettings',
-//     component: Layout,
-//     redirect: '/basicSettings/userList',
-//     name: '瀹㈡埛绠$悊',
-//     code: '2002',
-//     meta: { code: '2002', title: '瀹㈡埛绠$悊', icon: 'khgl' },
-//     alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
-//     children: [
-//       {
-//         path: 'userList',
-//         name: 'userListCancel',
-//         code: '1011',
-//         component: () => import('@/views/jcsz/yhqd'),
-//         meta: { code: '1011', title: '鐢ㄦ埛娓呭崟', icon: '', keepAlive: true }
-//       }, {
-//         path: 'contactUnitList',
-//         name: 'contactUnitListCancel',
-//         code: '1013',
-//         component: () => import('@/views/jcsz/wldw'),
-//         meta: { code: '1013', title: '寰�鏉ュ崟浣�', icon: '', keepAlive: true }
-//       }
-//     ]
-//   },
-//   // 3.鏁版嵁閲囬泦绠$悊   sop涓婁紶 鐏电繑椤圭洰鐨勭湅涓�
-//   // {
-//   //   path: '/dataCollect',
-//   //   component: Layout,
-//   //   redirect: '/dataCollect/purchasesList',
-//   //   name: '鏁版嵁閲囬泦绠$悊',
-//   //   code: '2003',
-//   //   meta: { code: '2003', title: '鏁版嵁閲囬泦绠$悊', icon: 'cggl' },
-//   //   alwaysShow: true,
-//   //   children: [
-//   //     {
-//   //       path: 'purchasesList',
-//   //       name: 'CGDDCancel',
-//   //       code: '1104',
-//   //       component: () => import('@/views/xtsz/sc'),
-//   //       meta: { code: '1104', title: 'SOP涓婁紶', icon: '', keepAlive: true }
-//   //     }
-//   //   ]
-//   // },
-//
-//   // 4.璁㈠崟绠$悊
-//   {
-//     path: '/orderManager',
-//     component: Layout,
-//     redirect: '/orderManager/erpProduceOrder',
-//     name: '鐢熶骇绠$悊',
-//     code: '2004',
-//     meta: { code: '2004', title: '鐢熶骇绠$悊', icon: 'production' },
-//     alwaysShow: true,
-//     children: [
-//       {
-//         path: 'erpProduceOrder',
-//         name: 'produceOrderCancel',
-//         code: '1070',
-//         component: () => import('@/views/scgl/scdd'),
-//         meta: { code: '1070', title: 'ERP鐢熶骇璁㈠崟', icon: '', keepAlive: true }
-//       }
-//     ]
-//   },
-//
-//   // 5.鐗╂枡璁″垝绠$悊
-//   // {
-//   //   path: '/materialPlanManager',
-//   //   component: Layout,
-//   //   redirect: '/materialPlanManager/materialList',
-//   //   name: '鐗╂枡璁″垝绠$悊',
-//   //   code: '2005',
-//   //   meta: { code: '2005', title: '鐗╂枡璁″垝绠$悊', icon: 'icu' },
-//   //   alwaysShow: true,
-//   //   children: [
-//   //     {
-//   //       path: 'materialList',
-//   //       name: 'materialListCancel',
-//   //       code: '1062',
-//   //       component: () => import('@/views/zzmx/wlqd'),
-//   //       meta: { code: '1062', title: '鐗╂枡娓呭崟', icon: '', keepAlive: true }
-//   //     }
-//   //   ]
-//   // },
-//
-//   // 6.璐ㄩ噺绠$悊
-//   {
-//     path: '/qualityManager',
-//     component: Layout,
-//     redirect: '/qualityManager/defectDefine',
-//     name: '璐ㄩ噺绠$悊',
-//     code: '2006',
-//     meta: { code: '2006', title: '璐ㄩ噺绠$悊', icon: 'quality' },
-//     alwaysShow: true,
-//     children: [
-//       {
-//         path: 'defectDefine',
-//         name: 'defectDefineCancel',
-//         code: '1081',
-//         component: () => import('@/views/zlgl/qxdy'),
-//         meta: { code: '1081', title: '缂洪櫡瀹氫箟', icon: '', keepAlive: true }
-//       }
-//       // {
-//       //   path: 'qualityPlaning',
-//       //   name: 'ZJFACancel',
-//       //   code: '1088',
-//       //   component: () => import('@/views/qualityManager/qualityPlaning'),
-//       //   meta: { code: '1088', title: '璐ㄦ鏂规', icon: '', keepAlive: true }
-//       // }
-//     ]
-//   },
-//
-//   // 7.宸ュ簭绠$悊
-//   {
-//     path: '/processManager',
-//     component: Layout,
-//     redirect: '/processManager/processCheck',
-//     name: '宸ュ簭绠$悊',
-//     code: '2007',
-//     meta: { code: '2007', title: '宸ュ簭绠$悊', icon: 'gxgl' },
-//     alwaysShow: true,
-//     children: [
-//       {
-//         path: 'processCheck',
-//         name: 'processCheckCancel',
-//         code: '1082',
-//         component: () => import('@/views/zlgl/gxjy'),
-//         meta: { code: '1082', title: '宸ュ簭妫�楠�', icon: '', keepAlive: true }
-//       },
-//       {
-//         path: 'processCheckStandard',
-//         name: 'processCheckStandardCancel',
-//         code: '1085',
-//         component: () => import('@/views/zlgl/gxjybz'),
-//         meta: { code: '1085', title: '宸ュ簭妫�楠屾爣鍑�', icon: '', keepAlive: true }
-//       },
-//       {
-//         path: 'processCheckItem',
-//         name: 'processCheckItemCancel',
-//         code: '1086',
-//         component: () => import('@/views/zlgl/gxjyxm'),
-//         meta: { code: '1086', title: '宸ュ簭妫�楠岄」鐩�', icon: '', keepAlive: true }
-//       },
-//       {
-//         path: 'processCheckRecord',
-//         name: 'processCheckRecordCancel',
-//         code: '1087',
-//         component: () => import('@/views/zlgl/gxjyjl'),
-//         meta: { code: '1087', title: '宸ュ簭妫�楠岃褰�', icon: '', keepAlive: true }
-//       }
-//     ]
-//   },
-//
-//   // 8.浜哄姏璧勬簮绠$悊
-//   {
-//     path: '/resourcesManager',
-//     component: Layout,
-//     redirect: '/resourcesManager/groupSalaryList',
-//     name: '浜哄姏璧勬簮绠$悊',
-//     code: '2008',
-//     meta: { code: '1008', title: '浜哄姏璧勬簮绠$悊', icon: 'rlzy' },
-//     alwaysShow: true,
-//     children: [
-//       {
-//         path: 'groupSalaryList',
-//         name: 'groupSalaryListCancel',
-//         code: '1090',
-//         component: () => import('@/views/bbgl/bzgz'),
-//         meta: { code: '1090', title: '鐝粍宸ヨ祫缁熻鎶ヨ〃', icon: '', keepAlive: true }
-//       },
-//       // {
-//       //   path: 'personSalaryList',
-//       //   name: 'personSalaryListCancel',
-//       //   code: '1091',
-//       //   component: () => import('@/views/bbgl/rygz'),
-//       //   meta: { code: '1091', title: '浜哄憳宸ヨ祫鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
-//       // },
-//       {
-//         path: 'subcontractingOperation',
-//         name: 'subcontractingOperationCancel',
-//         code: '1092',
-//         component: () => import('@/views/bbgl/wwgx'),
-//         meta: { code: '1092', title: '濮斿宸ュ簭鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
-//       }
-//     ]
-//   },
-//
-//   // 9.鏅鸿兘鎶ヨ〃
-//   {
-//     path: '/reportManager',
-//     component: Layout,
-//     redirect: '/reportManager/defectDetailList',
-//     name: '鏅鸿兘鎶ヨ〃',
-//     code: '2009',
-//     meta: { code: '2009', title: '鏅鸿兘鎶ヨ〃', icon: 'bbgl' },
-//     alwaysShow: true,
-//     children: [
-//       {
-//         path: 'defectDetailList',
-//         name: 'defectDetailListCancel',
-//         code: '1093',
-//         component: () => import('@/views/bbgl/blmx'),
-//         meta: { code: '1093', title: '涓嶈壇鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
-//       }, {
-//         path: 'abnormalQualityList',
-//         name: 'abnormalQualityListCancel',
-//         code: '1094',
-//         component: () => import('@/views/bbgl/pzyc'),
-//         meta: { code: '1094', title: '鍝佽川寮傚父鎺掕鎶ヨ〃', icon: '', keepAlive: true }
-//       }, {
-//         path: 'repairDetailList',
-//         name: 'repairDetailListCancel',
-//         code: '1095',
-//         component: () => import('@/views/bbgl/wxmx'),
-//         meta: { code: '1095', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
-//       }
-//       // {
-//       //   path: 'installationLampList',
-//       //   name: 'installationLampListCancel',
-//       //   code: '1096',
-//       //   component: () => import('@/views/reportManager/installationLampList'),
-//       //   meta: { code: '1096', title: '瀹夌伅鎶ヨ〃', icon: '', keepAlive: true }
-//       // }
-//     ]
-//   },
-//
-//   // 10.搴撳瓨绠$悊
-//   {
-//     path: '/inventoryManager',
-//     component: Layout,
-//     redirect: '/inventoryManager/storehouseDefine',
-//     name: '搴撳瓨绠$悊',
-//     code: '2010',
-//     meta: { code: '2010', title: '搴撳瓨绠$悊', icon: 'table' },
-//     alwaysShow: true,
-//     children: [
-//       {
-//         path: 'storehouseDefine',
-//         name: 'storehouseDefineCancel',
-//         code: '1050',
-//         component: () => import('@/views/wlgl/ckdy'),
-//         meta: { code: '1050', title: '浠撳簱瀹氫箟', icon: '', keepAlive: true }
-//       },
-//       {
-//         path: 'locationDefine',
-//         name: 'locationDefineCancel',
-//         code: '1051',
-//         component: () => import('@/views/wlgl/kwdy'),
-//         meta: { code: '1051', title: '搴撲綅瀹氫箟', icon: '', keepAlive: true }
-//       }
-//       // {
-//       //   path: 'containerType',
-//       //   name: 'containerTypeCancel',
-//       //   code: '1052',
-//       //   component: () => import('@/views/materialManager/containerType'),
-//       //   meta: { code: '1052', title: '瀹瑰櫒绫诲瀷', icon: '', keepAlive: true }
-//       // }, {
-//       //   path: 'containerList',
-//       //   name: 'containerListCancel',
-//       //   code: '1053',
-//       //   component: () => import('@/views/materialManager/containerList'),
-//       //   meta: { code: '1053', title: '瀹瑰櫒娓呭崟', icon: '', keepAlive: true }
-//       // }, {
-//       //   path: 'inOutboundRecord',
-//       //   name: 'inOutboundRecordCancel',
-//       //   code: '1054',
-//       //   component: () => import('@/views/materialManager/inOutboundRecord'),
-//       //   meta: { code: '1054', title: '鍑哄叆搴撹褰�', icon: '', keepAlive: true }
-//       // }, {
-//       //   path: 'inventoryQuery',
-//       //   name: 'inventoryQueryCancel',
-//       //   code: '1055',
-//       //   component: () => import('@/views/materialManager/inventoryQuery'),
-//       //   meta: { code: '1055', title: '搴撳瓨鏌ヨ', icon: '', keepAlive: true }
-//       // },
-//
-//       // {
-//       //   path: 'InventoryLedgerList',
-//       //   name: 'InventoryLedgerListCancel',
-//       //   code: '1205',
-//       //   component: () => import('@/views/purchasesManager/InventoryLedgerList'),
-//       //   meta: { code: '1205', title: '搴撳瓨鍙拌处', icon: '', keepAlive: true }
-//       // }
-//     ]
-//   },
-//
-//   // 11.閲囪喘绠$悊
-//   // {
-//   //   path: '/purchasesManager',
-//   //   component: Layout,
-//   //   redirect: '/purchasesManager/purchasesList',
-//   //   name: '閲囪喘绠$悊',
-//   //   code: '2011',
-//   //   meta: { code: '2011', title: '閲囪喘绠$悊', icon: 'cggl' },
-//   //   alwaysShow: true,
-//   //   children: [
-//   //     {
-//   //       path: 'purchasesList',
-//   //       name: 'CGDDCancel',
-//   //       code: '1201',
-//   //       component: () => import('@/views/purchasesManager/purchasesList'),
-//   //       meta: { code: '1201', title: '閲囪喘璁㈠崟', icon: '', keepAlive: true }
-//   //     }, {
-//   //       path: 'arrivalNoticeList',
-//   //       name: 'arrivalNoticeListCancel',
-//   //       code: '1202',
-//   //       component: () => import('@/views/purchasesManager/arrivalNoticeList'),
-//   //       meta: { code: '1202', title: '閲囪喘鏀惰揣鍗�', icon: '', keepAlive: true }
-//   //     }
-//   //   ]
-//   // },
-//
-//   // 12.閿�鍞鐞�
-//   // {
-//   //   path: '/sale',
-//   //   component: Layout,
-//   //   redirect: '/sale/salesStatisticsList',
-//   //   name: '閿�鍞鐞�',
-//   //   code: '2012',
-//   //   meta: { code: '2012', title: '閿�鍞鐞�', icon: 'xsgl' },
-//   //   alwaysShow: true,
-//   //   children: [
-//   //     {
-//   //       path: 'salesStatisticsList',
-//   //       name: 'salesStatisticsCancel',
-//   //       code: '1203',
-//   //       component: () => import('@/views/purchasesManager/salesStatisticsList'),
-//   //       meta: { code: '1203', title: '閿�鍞鍗�', icon: '', keepAlive: true }
-//   //     }, {
-//   //       path: 'goodsStatisticsList',
-//   //       name: 'goodsStatisticsListCancel',
-//   //       code: '1204',
-//   //       component: () => import('@/views/purchasesManager/goodsStatisticsList'),
-//   //       meta: { code: '1204', title: '閿�璐у崟', icon: '', keepAlive: true }
-//   //     }
-//   //   ]
-//   // },
-//
-//   // 13.宸ュ崟绠$悊
-//   {
-//     path: '/work',
-//     component: Layout,
-//     redirect: '/work/workOrder',
-//     name: '宸ュ崟绠$悊',
-//     code: '2013',
-//     meta: { code: '2013', title: '宸ュ崟绠$悊', icon: 'gzgl' },
-//     alwaysShow: true,
-//     children: [
-//       {
-//         path: 'workOrder',
-//         name: 'workOrderCancel',
-//         code: '1071',
-//         component: () => import('@/views/scgl/gd'),
-//         meta: { code: '1071', title: 'MES宸ュ崟', icon: '', keepAlive: true }
-//       },
-//       {
-//         path: 'workOrderBatchClose',
-//         name: 'workOrderBatchCloseCancel',
-//         code: '1074',
-//         component: () => import('@/views/scgl/gdplgb'),
-//         meta: { code: '1074', title: 'MES宸ュ崟鎵归噺鍏抽棴', icon: '', keepAlive: true }
-//       }
-//       // {
-//       //   path: 'updateWorkOrder',
-//       //   name: 'XGBGCancel',
-//       //   code: '1077',
-//       //   component: () => import('@/views/scgl/xgbg'),
-//       //   meta: { code: '1077', title: '淇敼鎶ュ伐', icon: '', keepAlive: true }
-//       // }
-//     ]
-//   },
-//
-//   // 14.宸ュ崟鎺掍骇
-//   // {
-//   //   path: '/produceManager',
-//   //   component: Layout,
-//   //   redirect: '/produceManager/produceOrder',
-//   //   name: '宸ュ崟鎺掍骇',
-//   //   code: '2014',
-//   //   meta: { code: '2014', title: '宸ュ崟鎺掍骇', icon: 'scgl' },
-//   //   alwaysShow: true,
-//   //   children: [
-//   //     {
-//   //       path: 'AutoScheduling',
-//   //       name: 'AutoSchedulingCancel',
-//   //       code: '1076',
-//   //       component: () => import('@/views/produceManager/AutoScheduling'),
-//   //       meta: { code: '1076', title: '鑷姩鎺掔▼', icon: '', keepAlive: true }
-//   //     }
-//   //   ]
-//   // },
-//
-//   // 15.鐢熶骇绠$悊
-//   {
-//     path: '/extendedModule',
-//     component: Layout,
-//     redirect: '/extendedModule/produceStartOrder',
-//     name: '鐢熶骇绠$悊',
-//     code: '2015',
-//     meta: { code: '2015', title: '鐢熶骇绠$悊', icon: 'tree2' },
-//     alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
-//     children: [
-//       {
-//         path: 'produceStartOrder',
-//         name: 'produceStartOrderCancel',
-//         code: '1073',
-//         component: () => import('@/views/scgl/sckbg'),
-//         meta: { code: '1073', title: '鐢熶骇寮�鎶ュ伐', icon: '', keepAlive: true }
-//       }
-//       // {
-//       //   path: 'capacityPlanning',
-//       //   name: 'capacityPlanningCancel',
-//       //   code: '1075',
-//       //   component: () => import('@/views/produceManager/capacityPlanning'),
-//       //   meta: { code: '1075', title: '浜ц兘瑙勫垝', icon: '', keepAlive: true }
-//       // }
-//     ]
-//   },
-//
-//   // 16.宸ヨ壓绠$悊
-//   {
-//     path: '/makeModel',
-//     component: Layout,
-//     redirect: '/makeModel/processRoute',
-//     name: '杞﹂棿绠$悊',
-//     code: '2016',
-//     meta: { code: '2016', title: '杞﹂棿绠$悊', icon: 'cjgl' },
-//     alwaysShow: true,
-//     children: [
-//       {
-//         path: 'processRoute',
-//         name: 'processRouteCancel',
-//         code: '1063',
-//         component: () => import('@/views/zzmx/gylx'),
-//         meta: { code: '1063', title: '宸ヨ壓璺嚎', icon: '', keepAlive: true }
-//       }, {
-//         path: 'processDefine',
-//         name: 'processDefineCancel',
-//         code: '1064',
-//         component: () => import('@/views/zzmx/gxdy'),
-//         meta: { code: '1064', title: '宸ュ簭瀹氫箟', icon: '', keepAlive: true }
-//       },
-//       {
-//         path: 'meterPrice',
-//         name: 'meterPriceCancel',
-//         code: '1065',
-//         component: () => import('@/views/zzmx/jpgj'),
-//         meta: { code: '1065', title: '鑺傛媿宸ヤ环', icon: '', keepAlive: true }
-//       }
-//     ]
-//   },
-//
-//   // 17.璁惧绠$悊
-//   {
-//     path: '/deviceManager',
-//     component: Layout,
-//     redirect: '/deviceManager/deviceList',
-//     name: '璁惧绠$悊',
-//     code: '2017',
-//     meta: { code: '2017', title: '璁惧绠$悊', icon: 'example' },
-//     alwaysShow: true,
-//     children: [
-//       {
-//         path: 'deviceList',
-//         name: 'deviceListCancel',
-//         code: '1022',
-//         component: () => import('@/views/sbgl/sbqd'),
-//         meta: { code: '1022', title: '璁惧娓呭崟', icon: '', keepAlive: true }
-//       }
-//       // {
-//       //   path: 'checkStandard',
-//       //   name: 'checkStandardCancel',
-//       //   code: '1023',
-//       //   component: () => import('@/views/deviceManager/checkStandard'),
-//       //   meta: { code: '1023', title: '璁惧鐐规鏍囧噯', icon: '', keepAlive: true }
-//       // },
-//       // {
-//       //   path: 'checkPosition',
-//       //   name: 'checkPositionCancel',
-//       //   code: '1024',
-//       //   component: () => import('@/views/deviceManager/checkPosition'),
-//       //   meta: { code: '1024', title: '璁惧鐐规閮ㄤ綅', icon: '', keepAlive: true }
-//       // },
-//       // {
-//       //   path: 'maintainStandard',
-//       //   name: 'maintainStandardCancel',
-//       //   code: '1025',
-//       //   component: () => import('@/views/deviceManager/maintainStandard'),
-//       //   meta: { code: '1025', title: '璁惧淇濆吇鏍囧噯', icon: '', keepAlive: true }
-//       // },
-//       // {
-//       //   path: 'maintainPosition',
-//       //   name: 'maintainPositionCancel',
-//       //   code: '1026',
-//       //   component: () => import('@/views/deviceManager/maintainPosition'),
-//       //   meta: { code: '1026', title: '璁惧淇濆吇閮ㄤ綅', icon: '', keepAlive: true }
-//       // },
-//       // {
-//       //   path: 'checkRecord',
-//       //   name: 'checkRecordCancel',
-//       //   code: '1027',
-//       //   component: () => import('@/views/deviceManager/checkRecord'),
-//       //   meta: { code: '1027', title: '璁惧鐐规璁板綍', icon: '', keepAlive: true }
-//       // },
-//       // {
-//       //   path: 'maintainRecord',
-//       //   name: 'maintainRecordCancel',
-//       //   code: '1028',
-//       //   component: () => import('@/views/deviceManager/maintainRecord'),
-//       //   meta: { code: '1028', title: '璁惧淇濆吇璁板綍', icon: '', keepAlive: true }
-//       // },
-//       // {
-//       //   path: 'repairRecord',
-//       //   code: '1029',
-//       //   name: 'repairRecordCancel',
-//       //   component: () => import('@/views/deviceManager/repairRecord'),
-//       //   meta: { code: '1029', title: '璁惧缁翠慨璁板綍', icon: '', keepAlive: true }
-//       // }
-//     ]
-//   },
-//
-//   // 18.鍏跺畠ERP闆嗘垚
-//   {
-//     path: '/otherErp',
-//     component: Layout,
-//     redirect: '/otherErp/InventoryList',
-//     name: '鍏跺畠ERP闆嗘垚',
-//     code: '2018',
-//     meta: { code: '2018', title: '鍏跺畠ERP闆嗘垚', icon: 'erpjc' },
-//     alwaysShow: true,
-//     children: [
-//       {
-//         path: 'InventoryList',
-//         name: 'InventoryListCancel',
-//         code: '1061',
-//         component: () => import('@/views/zzmx/chda'),
-//         meta: { code: '1061', title: '瀛樿揣妗f', icon: '', keepAlive: true }
-//       }
-//     ]
-//   }
-//
-//   // {
-//   //   path: '/systemSettings',
-//   //   component: Layout,
-//   //   redirect: '/systemSettings/bmgz',
-//   //   name: '绯荤粺璁剧疆',
-//   //   code: '1009',
-//   //   meta: { code: '1009', title: '绯荤粺璁剧疆', icon: 'xtsz' },
-//   //   alwaysShow: true,
-//   //   children: [
-//   //     {
-//   //       path: 'codingRules',
-//   //       name: 'codingRulesCancel',
-//   //       code: '1101',
-//   //       component: () => import('@/views/systemSettings/codingRules'),
-//   //       meta: { code: '1101', title: '缂栫爜瑙勫垯', icon: '', keepAlive: true }
-//   //     }, {
-//   //       path: 'passwordEdit',
-//   //       name: 'passwordEditCancel',
-//   //       code: '1102',
-//   //       component: () => import('@/views/systemSettings/passwordEdit'),
-//   //       meta: { code: '1102', title: '瀵嗙爜淇敼', icon: '', keepAlive: true }
-//   //     }, {
-//   //       path: 'systemLog',
-//   //       name: 'systemLogCancel',
-//   //       code: '1103',
-//   //       component: () => import('@/views/systemSettings/systemLog'),
-//   //       meta: { code: '1103', title: '绯荤粺鏃ュ織', icon: '', keepAlive: true }
-//   //     }, {
-//   //       path: 'sopUpload',
-//   //       name: 'sopUploadCancel',
-//   //       code: '1104',
-//   //       component: () => import('@/views/systemSettings/sopUpload'),
-//   //       meta: { code: '1104', title: 'SOP涓婁紶', icon: '', keepAlive: true }
-//   //     }, {
-//   //       path: 'shopNotice',
-//   //       name: 'shopNoticeCancel',
-//   //       code: '1105',
-//   //       component: () => import('@/views/systemSettings/shopNotice'),
-//   //       meta: { code: '1105', title: '杞﹂棿鍏憡', icon: '', keepAlive: true }
-//   //     }
-//   //   ]
-//   // }
-//
-// ]
-//
-// const createRouter = () => new Router({
-//   // mode: 'history', // require service support
-//   scrollBehavior: () => ({ y: 0 }),
-//   routes: commonRoutes
-// })
-//
-// const router = createRouter()
-//
-// // Detail see: https://github.com/vuejs/vue-router/issues/1234#issuecomment-357941465
-// export function resetRouter() {
-//   const newRouter = createRouter()
-//   router.matcher = newRouter.matcher // reset router
-// }
-//
-// export default router
diff --git a/src/views/zzmx/jpgj.vue b/src/views/zzmx/jpgj.vue
index 85b6875..681286f 100644
--- a/src/views/zzmx/jpgj.vue
+++ b/src/views/zzmx/jpgj.vue
@@ -16,21 +16,20 @@
           style="display: flex;justify-content: space-between"
         >
           <div class="elForm">
-            <el-form-item label-width="70px" label="浜у搧鍚嶇О" style=" display: flex;">
+            <el-form-item label="浜у搧鍚嶇О/缂栫爜" style=" display: flex;">
               <el-select
                 v-model="form.partcode"
                 filterable
                 :popper-append-to-body="false"
                 style="width: 200px"
                 placeholder="璇烽�夋嫨"
-
                 @change="partChange"
               >
                 <!--                @focus="getPartSelect"-->
                 <el-option
                   v-for="item in partArr"
                   :key="item.partcode"
-                  :label="item.partname"
+                  :label="item.partname+' / '+item.partcode"
                   :value="item.partcode"
                 />
               </el-select>
@@ -131,8 +130,9 @@
           <el-table-column
             prop="partname"
             label="浜у搧鍚嶇О"
-            min-width="160"
+            min-width="300"
             sortable="custom"
+            show-tooltip-when-overflow
           />
           <el-table-column
             prop="partspec"
diff --git a/vue.config.js b/vue.config.js
index 44bb5aa..c2e85c4 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -51,8 +51,8 @@
     proxy: {
       [process.env.VUE_APP_BASE_API]: {
         // target: 'http://121.196.36.24:8007', // 璇锋眰鐨勭涓夆絽鎺モ紳鍦板潃      鏈湴鏈嶅姟鍣�(瀵屽皵杈�)
-        target: 'http://192.168.16.246:8001', // 璇锋眰鐨勭涓夆絽鎺モ紳鍦板潃      瀹㈡埛鏈嶅姟鍣�(瀵屽皵杈�)  (鏈笂浜�)
-        // target: 'http://rz5qwd.natappfree.cc', // 璇锋眰鐨勭涓夆絽鎺モ紳鍦板潃      瀹㈡埛鏈嶅姟鍣�(瀵屽皵杈�)  (涓婁簯)
+        // target: 'http://192.168.16.246:8001', // 璇锋眰鐨勭涓夆絽鎺モ紳鍦板潃      瀹㈡埛鏈嶅姟鍣�(瀵屽皵杈�)  (鏈笂浜�)
+        target: 'http://rz5qwd.natappfree.cc', // 璇锋眰鐨勭涓夆絽鎺モ紳鍦板潃      瀹㈡埛鏈嶅姟鍣�(瀵屽皵杈�)  (涓婁簯)
 
         changeOrigin: true, // 璇锋眰璺ㄥ煙鏃讹紝闇� 閰嶇疆姝ら」
         pathRewrite: { // 璺緞閲嶅啓,鏇挎崲target涓殑璇锋眰鍦板潃

--
Gitblit v1.9.3