From e5778f0d048534a2b2429bb6aa324ec63c073177 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期一, 17 十一月 2025 13:36:46 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/router/index.js |   34 ++++++++++++----------------------
 1 files changed, 12 insertions(+), 22 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 8ecc043..31c4d78 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -494,51 +494,41 @@
       },
     ],
   },
-    // 鍒嗗竷寮忚皟鍏ュ崟
+  // 鍒嗗竷寮忚皟鍏ュ崟
   {
-    path: "/FbStepFoldinBillList",
-    component: () => import("@/views/FbStepFoldinBillList/fbStepFoldinBillList"),
-    hidden: false,
-  },
-   {
-    path: "/basic/gy/FbStepFoldinBillList",
+    path: "/purchase/POStockInBill/FbStepFoldinBillList",
     component: Layout,
     hidden: true,
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/basic/gy/FbStepFoldinBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/purchase/POStockInBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
-        path: "/basic/gy/FbStepFoldinBillList",
-        component: () => import("@/views/FbStepFoldinBillList/fbStepFoldinBillList"),
+        path: "/purchase/POStockInBill/FbStepFoldinBillList",
+        component: () => import("@/views/FbStepFoldinBillList/fbStepFoldinBillList.vue"),
         name: "FbStepFoldinBillList",
-        meta: { title: "鍒嗗竷寮忚皟鍏ュ崟", activeMenu: "basic/gy" },
+        meta: { title: "鍒嗗竷寮忚皟鍏ュ崟鍒楄〃", activeMenu: "/purchase/POStockInBill" },
       },
     ],
   },
   //鍒嗗竷寮忚皟鍑哄崟fbStepFoldOutBillList
- {
-    path: "/fbStepFoldOutBillList",
-    component: () => import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList"),
-    hidden: false,
-  },
-   {
-    path: "/basic/gy/FbStepFoldOutBillList",
+  {
+    path: "/purchase/POStockInBill/FbStepFoldOutBillList",
     component: Layout,
     hidden: true,
     redirect: "noredirect",
     meta: {
       breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
-      activeMenu: "/basic/gy/FbStepFoldOutBillList", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+      activeMenu: "/purchase/POStockInBill", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
     },
     children: [
       {
-        path: "/basic/gy/FbStepFoldOutBillList",
-        component: () => import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList"),
+        path: "/purchase/POStockInBill/FbStepFoldOutBillList",
+        component: () => import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue"),
         name: "FbStepFoldOutBillList",
-        meta: { title: "鍒嗗竷寮忚皟鍑哄崟", activeMenu: "basic/gy" },
+        meta: { title: "鍒嗗竷寮忚皟鍑哄崟鍒楄〃", activeMenu: "/purchase/POStockInBill" },
       },
     ],
   },

--
Gitblit v1.9.1