From 3e29ff0f7aedcc628e515cb79fdd214dc499207a Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 03 十二月 2025 13:17:21 +0800
Subject: [PATCH] 配置文件调整

---
 src/router/index.js |  893 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 835 insertions(+), 58 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 31c4d78..f7e84b1 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -102,7 +102,7 @@
     children: [
       {
         path: "/sell/sellOut/sellOutBill",
-        component: () => import("@/views/sell/sellOut/sellOutBill"),
+        component: () => import("@/views/sell/sellOut/sellOutBill.vue"),
         name: "SellOutBill",
         meta: { title: "閿�鍞嚭搴撳崟", activeMenu: "sell/sellOut" },
       },
@@ -121,9 +121,54 @@
     children: [
       {
         path: "/sell/sellOut/sellOutBillEdit",
-        component: () => import("@/views/sell/sellOutBill/edit"),
+        component: () => import("@/views/sell/sellOut/sellOutBillEdit.vue"),
         name: "SellOutBillEdit",
         meta: { title: "閿�鍞嚭搴撳崟缂栬緫", activeMenu: "sell/sellOut" },
+      },
+    ],
+  },
+  //閿�鍞��璐у崟
+  {
+    path: "/sell/StockBillMainList/KfICStockBillMainList",
+    component: Layout,
+    hidden: true,
+    // permissions: ["system:goods:add"],
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/sell/StockBillMainList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/sell/StockBillMainList/KfICStockBillMainList",
+        component: () =>
+          import(
+            "@/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainList.vue"
+          ),
+        name: "KfICStockBillMainList",
+        meta: { title: "閿�鍞��璐у崟", activeMenu: "sell/StockBillMainList" },
+      },
+    ],
+  },
+  //閿�鍞��璐у崟缂栬緫椤甸潰
+  {
+    path: "/sell/StockBillMainList/KfICStockBillMainListEdit",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/sell/StockBillMainList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/sell/StockBillMainList/KfICStockBillMainListEdit",
+        component: () =>
+          import(
+            "@/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainListEdit.vue"
+          ),
+        name: "KfICStockBillMainListEdit",
+        meta: { title: "閿�鍞��璐у崟缂栬緫", activeMenu: "sell/StockBillMainList" },
       },
     ],
   },
@@ -146,6 +191,25 @@
       },
     ],
   },
+  //鐢ㄦ埛鍒楄〃
+  {
+    path: "/system/user/Xt_UserGroupList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/system/user", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/system/user/Xt_UserGroupList",
+        component: () => import("@/views/system/user/Xt_UserGroupList.vue"),
+        name: "Xt_UserGroupList",
+        meta: { title: "瑙掕壊鍒楄〃", activeMenu: "system/user" },
+      },
+    ],
+  },
   //閲囪喘鍏ュ簱鍗�
   {
     path: "/purchase/POStockInBill/POStockInBillList",
@@ -159,7 +223,8 @@
     children: [
       {
         path: "/purchase/POStockInBill/POStockInBillList",
-        component: () => import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillList.vue"),
+        component: () =>
+          import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillList.vue"),
         name: "POStockInBillList",
         meta: { title: "閲囪喘鍏ュ簱鍗�", activeMenu: "purchase/POStockInBill" },
       },
@@ -178,9 +243,13 @@
     children: [
       {
         path: "/purchase/POStockInBill/POStockInBillEdit",
-        component: () => import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillEdit.vue"),
+        component: () =>
+          import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillEdit.vue"),
         name: "POStockInBillEdit",
-        meta: { title: "閲囪喘鍏ュ簱鍗曠紪杈�", activeMenu: "/purchase/POStockInBill" },
+        meta: {
+          title: "閲囪喘鍏ュ簱鍗曠紪杈�",
+          activeMenu: "/purchase/POStockInBill",
+        },
       },
     ],
   },
@@ -191,8 +260,8 @@
     hidden: true,
     redirect: "noredirect",
     meta: {
-      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/basic/production/gySource", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず銆�
+      activeMenu: "/basic/production", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
@@ -222,7 +291,7 @@
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/basic/gy/gyWarehouse", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/basic/gy", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
@@ -241,7 +310,7 @@
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/basic/gy/gyStockPlace", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/basic/gy", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
@@ -260,7 +329,7 @@
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/basic/gy/gyEmployee", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/basic/gy", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
@@ -279,7 +348,7 @@
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/basic/gy/gyDepartment", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/basic/gy", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
@@ -292,41 +361,30 @@
   },
   // 閿�鍞鍗�
   {
-    path: "/sales/seOrder/xsSeOrderBill",
+    path: "/sell/seOrder/xsSeOrderBill",
     component: Layout,
     hidden: true,
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/sales/seOrder/xsSeOrderBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/sell/seOrder", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
-        path: "/sales/seOrder/xsSeOrderBill",
+        path: "/sell/seOrder/xsSeOrderBill",
         component: () => import("@/views/sell/xsSeOrderBill/xsSeOrderBill"),
         name: "XsSeOrderBill",
-        meta: { title: "閿�鍞鍗曠淮鎶�", activeMenu: "sales/seOrder" },
+        meta: { title: "閿�鍞鍗曠淮鎶�", activeMenu: "sell/seOrder" },
       },
-    ],
-  },
-  {
-    path: "/sales/seOrder/xsSeOrderBillEdit",
-    component: Layout,
-    hidden: true,
-    redirect: "noredirect",
-    meta: {
-      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/sales/seOrder/xsSeOrderBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
-    },
-    children: [
       {
-        path: "/sales/seOrder/xsSeOrderBillEdit",
+        path: "/sell/seOrder/xsSeOrderBillEdit",
         component: () => import("@/views/sell/xsSeOrderBill/xsSeOrderBillEdit"),
         name: "XsSeOrderBillEdit",
-        meta: { title: "閿�鍞鍗曠紪杈�", activeMenu: "sales/seOrder" },
+        meta: { title: "閿�鍞鍗曠紪杈�", activeMenu: "sell/seOrder" },
       },
     ],
   },
+
   // 閲囪喘璁㈠崟
   {
     path: "/purchase/poOrder/cgPoOrderBill",
@@ -335,7 +393,7 @@
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/purchase/poOrder/cgPoOrderBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/purchase/poOrder", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
@@ -343,6 +401,14 @@
         component: () => import("@/views/purchase/cgPoOrderBill/cgPoOrderBill"),
         name: "CgPoOrderBill",
         meta: { title: "閲囪喘璁㈠崟鍒楄〃", activeMenu: "/purchase/PoOrder" },
+      },
+      {
+        path: "/purchase/poOrder/cgPoOrderBillEdit",
+
+        component: () =>
+          import("@/views/purchase/cgPoOrderBill/cgPoOrderBillEdit"),
+        name: "CgPoOrderBillEdit",
+        meta: { title: "閲囪喘璁㈠崟", activeMenu: "/purchase/PoOrder" },
       },
     ],
   },
@@ -354,78 +420,100 @@
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/purchase/PoInStock/cgPoInStockBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/purchase/PoInStock", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
-        path: "/purchase/PoInStock/cgPoInStockBill",
-        component: () => import("@/views/purchase/cgPoInStockBill/cgPoInStockBill"),
+        path: "/purchase/PoInStock/cgPoInStockBillList",
+        component: () =>
+          import("@/views/purchase/cgPoInStockBill/cgPoInStockBill"),
         name: "CgPoInStockBillList",
         meta: { title: "鏀舵枡閫氱煡鍗曞垪琛�", activeMenu: "/purchase/PoInStock" },
+      },
+      {
+        path: "/purchase/PoInStock/cgPoInStockBillEdit",
+        component: () =>
+          import("@/views/purchase/cgPoInStockBill/cgPoInStockBillEdit"),
+        name: "CgPoInStockBillEdit",
+        meta: { title: "鏀舵枡閫氱煡鍗�", activeMenu: "/purchase/PoInStock" },
       },
     ],
   },
   // 鍙戣揣閫氱煡鍗�
   {
-    path: "/sales/seOutStock/xsSeOutStockBill",
+    path: "/sell/seOutStock/xsSeOutStockBill",
     component: Layout,
     hidden: true,
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/sales/seOutStock/xsSeOutStockBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/sell/seOutStock", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
-        path: "/sales/seOutStock/xsSeOutStockBill",
+        path: "/sell/seOutStock/xsSeOutStockBill",
         component: () => import("@/views/sell/XsSeOutStockBill.vue"),
         name: "XsSeOutStockBill",
-        meta: { title: "鍙戣揣閫氱煡鍗曞垪琛�", activeMenu: "/sales/seOutStock" },
+        meta: { title: "鍙戣揣閫氱煡鍗曞垪琛�", activeMenu: "/sell/seOutStock" },
+      },
+      {
+        path: "/sell/seOutStock/xsSeOutStockBillEdit",
+        component: () => import("@/views/sell/XsSeOutStockBillEdit.vue"),
+        name: "XsSeOutStockBillEdit",
+        meta: { title: "鍙戣揣閫氱煡鍗曠紪杈�", activeMenu: "/sell/seOutStock" },
       },
     ],
   },
+
   // 閫�璐ч�氱煡鍗�
   {
-    path: "/sales/seOutStockBack/xsSeOutStockBackBillList",
+    path: "/sell/seOutStockBack/xsSeOutStockBackBillList",
     component: Layout,
     hidden: true,
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/sales/seOutStockBack/xsSeOutStockBackBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/sell/seOutStockBack", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
-        path: "/sales/seOutStockBack/xsSeOutStockBackBillList",
-        component: () => import("@/views/sell/XsSeOutStockBackBillList.vue"),
+        path: "/sell/seOutStockBack/xsSeOutStockBackBillList",
+        component: () => import("@/views/sell/XsSeOutStockBackBillList"),
         name: "XsSeOutStockBackBillList",
-        meta: { title: "閫�璐ч�氱煡鍗曞垪琛�", activeMenu: "/sales/seOutStockBack" },
+        meta: { title: "閫�璐ч�氱煡鍗曠淮鎶�", activeMenu: "/sell/seOutStockBack" },
+      },
+      {
+        path: "/sell/seOutStockBack/xsSeOutStockBackBillEdit",
+        component: () => import("@/views/sell/XsSeOutStockBackBillEdit"),
+        name: "XsSeOutStockBackBillEdit",
+        meta: { title: "閫�璐ч�氱煡鍗�", activeMenu: "/sell/seOutStockBack" },
       },
     ],
   },
   // 鐢熶骇璁㈠崟
   {
-    path: "/icmo/scIcmoBill/scIcmoBillList",
+    path: "/icmo",
     component: Layout,
     hidden: true,
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/icmo/scIcmoBill/scIcmoBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/icmo/scIcmoBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
         path: "/icmo/scIcmoBill/scIcmoBillList",
         component: () => import("@/views/ICMO/ScICMOBillList.vue"),
         name: "ScICMOBillList",
-        meta: { title: "鐢熶骇璁㈠崟鍒楄〃", activeMenu: "/icmo/scIcmoBill" },
+        meta: { title: "鐢熶骇璁㈠崟缁存姢", activeMenu: "/icmo/scIcmoBill" },
+      },
+      {
+        path: "/icmo/scIcmoBill/scIcmoBillEdit",
+        component: () => import("@/views/ICMO/ScICMOBillEdit.vue"),
+        name: "ScICMOBillEdit",
+        meta: { title: "鐢熶骇璁㈠崟", activeMenu: "/icmo/scIcmoBill" },
       },
     ],
-  },
-  {
-    path: "/ScICMOBillList",
-    component: () => import("@/views/ICMO/ScICMOBillList.vue"),
-    hidden: true,
   },
   //渚涘簲鍟嗗垪琛�
   {
@@ -435,7 +523,7 @@
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/basic/gy/gySupplier", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/basic/gy", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
@@ -446,13 +534,70 @@
       },
     ],
   },
-    // 瀹㈡埛
+  // i鑺傜偣椤甸潰
+  {
+    path: "/iframe",
+    component: () => import("@/layout/emptyLayout"), // 浣跨敤绌哄竷灞�
+    hidden: true, // 鍦ㄤ晶杈规爮涓嶆樉绀�
+    children: [
+      {
+        path: "XsSeOutStockBackBillEdit",
+        component: () => import("@/views/sell/XsSeOutStockBackBillEdit"), // 閫�璐ч�氱煡鍗�
+        name: "IFrameXsSeOutStockBackBillEdit",
+        meta: { title: "閫�璐ч�氱煡鍗�", noCache: true, noLoading: true },
+      },
+      {
+        path: "XsSeOutStockBillEdit",
+        component: () => import("@/views/sell/XsSeOutStockBillEdit"), // 鍙戣揣閫氱煡鍗�
+        name: "IframeXsSeOutStockBillEdit",
+        meta: { title: "鍙戣揣閫氱煡鍗�", noCache: true, noLoading: true },
+      },
+      {
+        path: "XsSeOrderBillEdit",
+        component: () => import("@/views/sell/xsSeOrderBill/xsSeOrderBillEdit"), // 閿�鍞鍗�
+        name: "IframeXsSeOrderBillEdit",
+        meta: { title: "閿�鍞鍗�", noCache: true, noLoading: true },
+      },
+      {
+        path: "ScICMOBillEdit",
+        component: () => import("@/views/ICMO/ScICMOBillEdit"), // 鐢熶骇璁㈠崟
+        name: "IframeScICMOBillEdit",
+        meta: { title: "鐢熶骇璁㈠崟", noCache: true, noLoading: true },
+      },
+      {
+        path: "CgPoOrderBillEdit",
+        component: () =>
+          import("@/views/purchase/cgPoOrderBill/cgPoOrderBillEdit"), // 閲囪喘璁㈠崟
+        name: "IframeCgPoOrderBillEdit",
+        meta: { title: "閲囪喘璁㈠崟", noCache: true, noLoading: true },
+      },
+      {
+        path: "CgPoInStockBillEdit",
+        component: () =>
+          import("@/views/purchase/cgPoInStockBill/cgPoInStockBillEdit"), // 鏀舵枡閫氱煡鍗�
+        name: "IframeCgPoInStockBillEdit",
+        meta: { title: "鏀舵枡閫氱煡鍗�", noCache: true, noLoading: true },
+      },
+      {
+        path: "GyWarehouse",
+        component: () => import("@/views/basic/gyWarehouse/gyWarehouse"), // 浠撳簱
+        name: "IframeGyWarehouse",
+        meta: { title: "浠撳簱鍒楄〃", noCache: true, noLoading: true },
+      },
+      {
+        path: "GyMaterial",
+        component: () => import("@/views/gyMaterial/GyMaterial"), // 鐗╂枡
+        name: "IframeGyMaterial",
+        meta: { title: "鐗╂枡鍒楄〃", noCache: true, noLoading: true },
+      },
+    ],
+  }, // 瀹㈡埛
   {
     path: "/GyCustomer",
     component: () => import("@/views/GyCustomer/index"),
     hidden: false,
   },
-   {
+  {
     path: "/basic/gy/gyCustomer",
     component: Layout,
     hidden: true,
@@ -476,7 +621,7 @@
     component: () => import("@/views/gyMaterial/GyMaterial"),
     hidden: false,
   },
-   {
+  {
     path: "/basic/gy/gyMaterial",
     component: Layout,
     hidden: true,
@@ -507,9 +652,15 @@
     children: [
       {
         path: "/purchase/POStockInBill/FbStepFoldinBillList",
-        component: () => import("@/views/FbStepFoldinBillList/fbStepFoldinBillList.vue"),
+
+        component: () =>
+          import("@/views/FbStepFoldinBillList/fbStepFoldinBillList.vue"),
         name: "FbStepFoldinBillList",
-        meta: { title: "鍒嗗竷寮忚皟鍏ュ崟鍒楄〃", activeMenu: "/purchase/POStockInBill" },
+
+        meta: {
+          title: "鍒嗗竷寮忚皟鍏ュ崟鍒楄〃",
+          activeMenu: "/purchase/POStockInBill",
+        },
       },
     ],
   },
@@ -526,12 +677,638 @@
     children: [
       {
         path: "/purchase/POStockInBill/FbStepFoldOutBillList",
-        component: () => import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue"),
+
+        component: () =>
+          import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue"),
         name: "FbStepFoldOutBillList",
-        meta: { title: "鍒嗗竷寮忚皟鍑哄崟鍒楄〃", activeMenu: "/purchase/POStockInBill" },
+
+        meta: {
+          title: "鍒嗗竷寮忚皟鍑哄崟鍒楄〃",
+          activeMenu: "/purchase/POStockInBill",
+        },
       },
     ],
   },
+  //鍣ㄥ叿棰嗙敤鍑哄簱鍗曠淮鎶�
+  {
+    path: "/scMould/warehouse/Sc_MouldProdOutBillList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldProdOutBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldProdOutBillList",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldProdOutBillList"),
+        name: "Sc_MouldProdOutBillList",
+        meta: { title: "鍣ㄥ叿棰嗙敤鍑哄簱鍗曠淮鎶�", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+  //鍣ㄥ叿棰嗙敤鍑哄簱鍗�
+  {
+    path: "/scMould/warehouse/Sc_MouldProdOutBillEdit",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldProdOutBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldProdOutBillEdit",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldProdOutBillEdit"),
+        name: "Sc_MouldProdOutBillEdit",
+        meta: { title: "鍣ㄥ叿棰嗙敤鍑哄簱鍗曠紪杈�", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+  //鍣ㄥ叿棰嗙敤閫�搴撳崟缁存姢
+  {
+    path: "/scMould/warehouse/Sc_MouldProdBackBillList",
+    component: Layout,
+    hidden: true,
+    // permissions: ["system:goods:add"],
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldProdBackBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldProdBackBillList",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldProdBackBillList"),
+        name: "Sc_MouldProdBackBillList",
+        meta: { title: "鍣ㄥ叿棰嗙敤閫�搴撳崟缁存姢", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+  //鍣ㄥ叿棰嗙敤閫�搴撳崟
+  {
+    path: "/scMould/warehouse/Sc_MouldProdBackBillEdit",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldProdBackBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldProdBackBillEdit",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldProdBackBillEdit"),
+        name: "Sc_MouldProdBackBillEdit",
+        meta: { title: "鍣ㄥ叿棰嗙敤閫�搴撳崟缂栬緫", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+  //鍣ㄥ叿鐩存帴璋冩嫧鍗曠淮鎶�
+  {
+    path: "/scMould/warehouse/Sc_MouldProdMoveBillList",
+    component: Layout,
+    hidden: true,
+    // permissions: ["system:goods:add"],
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldProdMoveBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldProdMoveBillList",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldProdMoveBillList"),
+        name: "Sc_MouldProdMoveBillList",
+        meta: { title: "鍣ㄥ叿鐩存帴璋冩嫧鍗曠淮鎶�", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+  //鍣ㄥ叿鐩存帴璋冩嫧鍗�
+  {
+    path: "/scMould/warehouse/Sc_MouldProdMoveBillEdit",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldProdMoveBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldProdMoveBillEdit",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldProdMoveBillEdit"),
+        name: "Sc_MouldProdMoveBillEdit",
+        meta: { title: "鍣ㄥ叿鐩存帴璋冩嫧鍗曠紪杈�", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+  //鍣ㄥ叿鍏ュ簱鐢宠鍗曠淮鎶�
+  {
+    path: "/scMould/warehouse/Sc_MouldInRequestBillList",
+    component: Layout,
+    hidden: true,
+    // permissions: ["system:goods:add"],
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldInRequestBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldInRequestBillList",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldInRequestBillList"),
+        name: "Sc_MouldInRequestBillList",
+        meta: { title: "鍣ㄥ叿鍏ュ簱鐢宠鍗曠淮鎶�", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+  //鍣ㄥ叿鍏ュ簱鐢宠鍗�
+  {
+    path: "/scMould/warehouse/Sc_MouldInRequestBillEdit",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldInRequestBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldInRequestBillEdit",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldInRequestBillEdit"),
+        name: "Sc_MouldInRequestBillEdit",
+        meta: { title: "鍣ㄥ叿鍏ュ簱鐢宠鍗曠紪杈�", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+  //鍣ㄥ叿棰嗙敤鐢宠鍗曠淮鎶�
+  {
+    path: "/scMould/warehouse/Sc_MouldOutRequestBillList",
+    component: Layout,
+    hidden: true,
+    // permissions: ["system:goods:add"],
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldOutRequestBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldOutRequestBillList",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldOutRequestBillList"),
+        name: "Sc_MouldOutRequestBillList",
+        meta: { title: "鍣ㄥ叿棰嗙敤鐢宠鍗曠淮鎶�", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+  //鍣ㄥ叿棰嗙敤鐢宠鍗�
+  {
+    path: "/scMould/warehouse/Sc_MouldOutRequestBillEdit",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldOutRequestBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldOutRequestBillEdit",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldOutRequestBillEdit"),
+        name: "Sc_MouldOutRequestBillEdit",
+        meta: { title: "鍣ㄥ叿棰嗙敤鐢宠鍗曠紪杈�", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+  //鍣ㄥ叿璋冩嫧鐢宠鍗曠淮鎶�
+  {
+    path: "/scMould/warehouse/Sc_MouldMoveStockRequestBillList",
+    component: Layout,
+    hidden: true,
+    // permissions: ["system:goods:add"],
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldMoveStockRequestBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldMoveStockRequestBillList",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldMoveStockRequestBillList"),
+        name: "Sc_MouldMoveStockRequestBillList",
+        meta: { title: "鍣ㄥ叿璋冩嫧鐢宠鍗曠淮鎶�", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+  //鍣ㄥ叿璋冩嫧鐢宠鍗�
+  {
+    path: "/scMould/warehouse/Sc_MouldMoveStockRequestBillEdit",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/warehouse/Sc_MouldMoveStockRequestBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/warehouse/Sc_MouldMoveStockRequestBillEdit",
+        component: () =>
+          import("@/views/scMould/warehouse/Sc_MouldMoveStockRequestBillEdit"),
+        name: "Sc_MouldMoveStockRequestBillEdit",
+        meta: { title: "鍣ㄥ叿璋冩嫧鐢宠鍗曠紪杈�", activeMenu: "scMould/warehouse" },
+      },
+    ],
+  },
+
+  //鐩存帴璋冩嫧鍗曠淮鎶�
+  {
+    path: "/warehouse/transfer/Kf_MoveStockBillList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/warehouse/transfer", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/warehouse/transfer/Kf_MoveStockBillList",
+        component: () =>
+          import("@/views/KCGL/MoveStockBill/Kf_MoveStockBillList.vue"),
+        name: "Kf_MoveStockBillList",
+        meta: { title: "鐩存帴璋冩嫧鍗曠淮鎶�", activeMenu: "warehouse/transfer" },
+      },
+    ],
+  },
+  //鐩存帴璋冩嫧鍗曠紪杈戦〉闈�
+  {
+    path: "/warehouse/transfer/Kf_MoveStockBillEdit",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/warehouse/transfer", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/warehouse/transfer/Kf_MoveStockBillEdit",
+        component: () =>
+          import("@/views/KCGL/MoveStockBill/Kf_MoveStockBillEdit.vue"),
+        name: "Kf_MoveStockBillEdit",
+        meta: { title: "鐩存帴璋冩嫧鍗�", activeMenu: "warehouse/transfer" },
+      },
+    ],
+  },
+
+  //鏉冮檺鏌ヨ
+  {
+    path: "/system/user/xtUserRightQuery",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/system/user/xtUserRightQuery", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/system/user/xtUserRightQuery",
+        component: () => import("@/views/system/user/xtUserRightQuery.vue"),
+        name: "XtUserRightQuery",
+        meta: { title: "鏉冮檺鏌ヨ", activeMenu: "system/user" },
+      },
+    ],
+  },
+  //鍣ㄥ叿涓绘。缁存姢
+  {
+    path: "/scMould/basicModeling/Gy_MouldFileList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/basicModeling/Gy_MouldFileList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/basicModeling/Gy_MouldFileList",
+        component: () =>
+          import("@/views/scMould/basicModeling/Gy_MouldFileList.vue"),
+        name: "Gy_MouldFileList",
+        meta: { title: "鍣ㄥ叿涓绘。缁存姢", activeMenu: "scMould/basicModeling" },
+      },
+    ],
+  },
+  {
+    path: "/scMould/basicModeling/Gy_MouldFile",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/basicModeling/Gy_MouldFile", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/basicModeling/Gy_MouldFile",
+        component: () =>
+          import("@/views/scMould/basicModeling/Gy_MouldFile.vue"),
+        name: "Gy_MouldFile",
+        meta: { title: "鍣ㄥ叿涓绘。", activeMenu: "scMould/basicModeling" },
+      },
+    ],
+  },
+  {
+    path: "/scMould/basicModeling/Gy_MaterialPackingRelationList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/scMould/basicModeling/Gy_MaterialPackingRelationList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/scMould/basicModeling/Gy_MaterialPackingRelationList",
+        component: () =>
+          import(
+            "@/views/scMould/basicModeling/Gy_MaterialPackingRelationList.vue"
+          ),
+        name: "Gy_MaterialPackingRelationList",
+        meta: {
+          title: "浜у搧鍖呰瀹瑰櫒鍏宠仈淇℃伅缁存姢",
+          activeMenu: "scMould/basicModeling",
+        },
+      },
+    ],
+  },
+  {
+    path: "/warehouse/barcodeMaster/Gy_BarCodeBill",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/warehouse/barcodeMaster/Gy_BarCodeBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/warehouse/barcodeMaster/Gy_BarCodeBill",
+        component: () =>
+          import("@/views/warehouse/barcodeMaster/Gy_BarCodeBill.vue"),
+        name: "Gy_BarCodeBill",
+        meta: {
+          title: "鏉$爜鐢熸垚",
+          activeMenu: "warehouse/barcodeMaster",
+        },
+      },
+    ],
+  },
+  {
+    path: "/warehouse/shipment/Kf_StockOutRequestBillList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/warehouse/shipment/Kf_StockOutRequestBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/warehouse/shipment/Kf_StockOutRequestBillList",
+        component: () =>
+          import("@/views/warehouse/shipment/Kf_StockOutRequestBillList.vue"),
+        name: "Kf_StockOutRequestBillList",
+        meta: {
+          title: "鍑哄簱鐢宠鍗曠淮鎶�",
+          activeMenu: "warehouse/shipment",
+        },
+      },
+    ],
+  },
+  {
+    path: "/warehouse/shipment/Kf_StockOutRequestBill",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/warehouse/shipment/Kf_StockOutRequestBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/warehouse/shipment/Kf_StockOutRequestBill",
+        component: () =>
+          import("@/views/warehouse/shipment/Kf_StockOutRequestBill.vue"),
+        name: "Kf_StockOutRequestBill",
+        meta: {
+          title: "鍑哄簱鐢宠鍗�",
+          activeMenu: "warehouse/shipment",
+        },
+      },
+    ],
+  },
+  {
+    path: "/warehouse/transfer/Kf_MoveStockRequestBillList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/warehouse/transfer/Kf_MoveStockRequestBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/warehouse/transfer/Kf_MoveStockRequestBillList",
+        component: () =>
+          import("@/views/warehouse/transfer/Kf_MoveStockRequestBillList.vue"),
+        name: "Kf_MoveStockRequestBillList",
+        meta: {
+          title: "璋冩嫧鐢宠鍗曠淮鎶�",
+          activeMenu: "warehouse/transfer",
+        },
+      },
+    ],
+  },
+  {
+    path: "/warehouse/transfer/Kf_MoveStockRequestBillEdit",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/warehouse/transfer/Kf_MoveStockRequestBillEdit", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/warehouse/transfer/Kf_MoveStockRequestBillEdit",
+        component: () =>
+          import("@/views/warehouse/transfer/Kf_MoveStockRequestBillEdit.vue"),
+        name: "Kf_MoveStockRequestBillEdit",
+        meta: {
+          title: "璋冩嫧鐢宠鍗�",
+          activeMenu: "warehouse/transfer",
+        },
+      },
+    ],
+  },
+  {
+    path: "/purchase/postockInBack/Kf_POStockInBackBillList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/purchase/postockInBack/Kf_POStockInBackBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/purchase/postockInBack/Kf_POStockInBackBillList",
+        component: () =>
+          import("@/views/purchase/postockInBack/Kf_POStockInBackBillList.vue"),
+        name: "Kf_POStockInBackBillList",
+        meta: {
+          title: "閲囪喘閫�鏂欏崟鍒楄〃锛堝凡鍏ュ簱锛�",
+          activeMenu: "purchase/postockInBack",
+        },
+      }
+    ],
+  },
+  {
+    path: "/purchase/postockInBack/Kf_POStockInBackBillList0",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/purchase/postockInBack/Kf_POStockInBackBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/purchase/postockInBack/Kf_POStockInBackBillList0",
+        component: () =>
+          import("@/views/purchase/postockInBack/Kf_POStockInBackBillList.vue"),
+        name: "Kf_POStockInBackBillList",
+        meta: {
+          title: "閲囪喘閫�鏂欏崟鍒楄〃锛堟湭鍏ュ簱锛�",
+          activeMenu: "purchase/postockInBack",
+        },
+      },
+    ],
+  },
+  //鐢熶骇鍏ュ簱鍗�
+  {
+    path: "/icmo",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/icmo/productInBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/icmo/productInBill/productInBillList",
+        component: () =>
+          import("@/views/ProductInBill/Kf_ProductInBillList.vue"),
+        name: "ProductInBillList",
+        meta: { title: "鐢熶骇鍏ュ簱鍗曞垪琛�", activeMenu: "icmo/productInBill" },
+      },
+      {
+        path: "/icmo/productInBill/productInBillEdit",
+        component: () =>
+          import("@/views/ProductInBill/Kf_ProductInBillEdit.vue"),
+        name: "ProductInBillEdit",
+        meta: { title: "鐢熶骇鍏ュ簱鍗�", activeMenu: "icmo/productInBill" },
+      },
+    ],
+  },
+
+  //鍏朵粬鍑哄簱鍗曞垪琛�
+  {
+    path: "/purchase/OtherOutBill/OtherOutBillList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/purchase/OtherOutBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/purchase/OtherOutBill/OtherOutBillList",
+        component: () =>
+          import("@/views/KCGL/OtherOutBill/Kf_OtherOutBillList.vue"),
+        name: "OtherOutBillList",
+        meta: {
+          title: "鍏朵粬鍑哄簱鍗曞垪琛�",
+          activeMenu: "/views/KCGL/OtherOutBill",
+        },
+      },
+    ],
+  },
+  //鍏朵粬鍑哄簱鍗�
+  {
+    path: "/purchase/OtherOutBill/OtherOutBillEdit",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/purchase/OtherOutBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/purchase/OtherOutBill/OtherOutBillEdit",
+        component: () =>
+          import("@/views/KCGL/OtherOutBill/Kf_OtherOutBillEdit.vue"),
+        name: "OtherOutBillEdit",
+        meta: { title: "鍏朵粬鍑哄簱鍗�", activeMenu: "/views/KCGL/OtherOutBill" },
+      },
+    ],
+  },
+  // 鐢熶骇姹囨姤鍗曠淮鎶�
+  {
+    path: "/icmo/scICMOReportBill/scICMOReportBillList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/icmo/scICMOReportBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/icmo/scICMOReportBill/scICMOReportBillList",
+        component: () =>
+          import("@/views/ICMO/ScICMOReportBill/ScICMOReportBillList.vue"),
+        name: "ScICMOBillList",
+        meta: { title: "鐢熶骇姹囨姤鍗曠淮鎶�", activeMenu: "/icmo/scICMOReportBill" },
+      },
+      // {
+      //   path: "/icmo/scIcmoBill/scIcmoBillEdit",
+      //   component: () => import("@/views/ICMO/ScICMOBillEdit.vue"),
+      //   name: "ScICMOBillEdit",
+      //   meta: { title: "鐢熶骇璁㈠崟", activeMenu: "/icmo/scIcmoBill" },
+      // },
+    ],
+  },
 ];
 
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇

--
Gitblit v1.9.1