From e0cad4a9c8dbd2af70a083a5df07d7fca72e686c Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期六, 09 五月 2026 13:43:29 +0800
Subject: [PATCH] 发货数量限制

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

diff --git a/src/router/index.js b/src/router/index.js
index c9b163c..050a9c2 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -48,19 +48,19 @@
     hidden: true,
   },
   // 绯荤粺鏋舵瀯鍥�
-  {
-    path: "/system-architecture",
-    component: Layout,
-    redirect: "/system-architecture/index",
-    children: [
-      {
-        path: "index",
-        component: () => import("@/views/systemArchitecture/index.vue"),
-        name: "SystemArchitecture",
-        meta: { title: "绯荤粺鏋舵瀯鍥�", icon: "tree" },
-      },
-    ],
-  },
+  // {
+  //   path: "/system-architecture",
+  //   component: Layout,
+  //   redirect: "/system-architecture/index",
+  //   children: [
+  //     {
+  //       path: "index",
+  //       component: () => import("@/views/systemArchitecture/index.vue"),
+  //       name: "SystemArchitecture",
+  //       meta: { title: "绯荤粺鏋舵瀯鍥�", icon: "tree" },
+  //     },
+  //   ],
+  // },
   {
     path: "/:pathMatch(.*)*",
     component: () => import("@/views/error/404"),
@@ -143,12 +143,6 @@
     meta: { title: "璐㈠姟绠$悊", icon: "money" },
     children: [
       {
-        path: "general-ledger",
-        component: () => import("@/views/financialManagement/generalLedger/index.vue"),
-        name: "GeneralLedger",
-        meta: { title: "鎬诲笎绉戠洰" },
-      },
-      {
         path: "sales-out",
         component: () => import("@/views/financialManagement/receivable/salesOut.vue"),
         name: "SalesOut",
@@ -160,12 +154,7 @@
         name: "SalesReturn",
         meta: { title: "閿�鍞��璐�" },
       },
-      {
-        path: "receivable-reconciliation",
-        component: () => import("@/views/financialManagement/receivable/reconciliation.vue"),
-        name: "ReceivableReconciliation",
-        meta: { title: "搴旀敹瀵硅处" },
-      },
+      
       {
         path: "invoice-apply",
         component: () => import("@/views/financialManagement/receivable/invoiceApply.vue"),
@@ -185,17 +174,18 @@
         meta: { title: "鏀舵鍗�" },
       },
       {
+        path: "receivable-reconciliation",
+        component: () => import("@/views/financialManagement/receivable/reconciliation.vue"),
+        name: "ReceivableReconciliation",
+        meta: { title: "搴旀敹瀵硅处" },
+      },
+      {
         path: "purchase-in",
         component: () => import("@/views/financialManagement/payable/purchaseIn.vue"),
         name: "PurchaseIn",
         meta: { title: "閲囪喘鍏ュ簱" },
       },
-      {
-        path: "payable-reconciliation",
-        component: () => import("@/views/financialManagement/payable/reconciliation.vue"),
-        name: "PayableReconciliation",
-        meta: { title: "搴斾粯瀵硅处" },
-      },
+      
       {
         path: "input-invoice",
         component: () => import("@/views/financialManagement/payable/input-invoice.vue"),
@@ -208,11 +198,18 @@
         name: "PaymentApply",
         meta: { title: "浠樻鐢宠" },
       },
+      
       {
         path: "payment",
         component: () => import("@/views/financialManagement/payable/payment.vue"),
         name: "Payment",
         meta: { title: "浠樻鍗�" },
+      },
+      {
+        path: "payable-reconciliation",
+        component: () => import("@/views/financialManagement/payable/reconciliation.vue"),
+        name: "PayableReconciliation",
+        meta: { title: "搴斾粯瀵硅处" },
       },
       {
         path: "fixed-assets",
@@ -227,6 +224,12 @@
         meta: { title: "鏃犲舰璧勪骇" },
       },
       {
+        path: "general-ledger",
+        component: () => import("@/views/financialManagement/generalLedger/index.vue"),
+        name: "GeneralLedger",
+        meta: { title: "鎬诲笎绉戠洰" },
+      },
+      {
         path: "voucher",
         component: () => import("@/views/financialManagement/voucher/index.vue"),
         name: "Voucher",

--
Gitblit v1.9.3