From a97df69cade6aecdc65015170e45fbe3bb40e876 Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期二, 11 十一月 2025 13:25:54 +0800
Subject: [PATCH] 修改了生产资料和销售出库的路径,及其路由配置,销售出库单的日期,分页组件

---
 src/store/modules/permission.js |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index e72b66a..ac7bf4d 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -44,8 +44,8 @@
               title: "閿�鍞鐞�",
             },
             hidden: false,
-            name: "Sales",
-            path: "/sales",
+            name: "Sell",
+            path: "/sell",
             redirect: "noRedirect",
             children: [
               {
@@ -56,8 +56,8 @@
                   title: "閿�鍞嚭搴撳崟",
                 },
                 hidden: false,
-                name: "SalesOUt",
-                path: "salesOUt",
+                name: "SellOut",
+                path: "sellOut",
                 redirect: "noRedirect",
                 component: "Layout",
                 children: [
@@ -68,8 +68,7 @@
                       noCache: false,
                       title: "閿�鍞嚭搴撳崟缁存姢",
                     },
-                    component: () =>
-                      import("@/views/sell/sellOutBill/index.vue"),
+                    component: () =>import("@/views/sell/sellOut/sellOutBill.vue"),
                     hidden: false,
                     name: "SellOutBill",
                     path: "sellOutBill",
@@ -81,7 +80,7 @@
                       noCache: false,
                       title: "閿�鍞嚭搴撳崟",
                     },
-                    component: () => import('@/views/sell/sellOutBill/edit/index.vue'),
+                    component: () => import('@/views/sell/sellOut/sellOutBillEdit.vue'),
                     hidden: false,
                     name: "SellOutBillEdit",
                     path: "sellOutBillEdit",
@@ -111,8 +110,8 @@
                   title: "鐢熶骇璧勬枡",
                 },
                 hidden: false,
-                name: "Gy",
-                path: "gy",
+                name: "Production",
+                path: "production",
                 redirect: "noRedirect",
                 component: "Layout",
                 children: [
@@ -124,28 +123,29 @@
                       title: "鐢熶骇璧勬枡鍒楄〃",
                     },
                     component: () =>
-                      import("@/views/basic/gySource/index.vue"),
+                      import("@/views/basic/production/gySource.vue"),
                     hidden: false,
                     name: "GySource",
                     path: "gySource",
                   },
-                  {
-                    meta: {
-                      icon: "build",
-                      link: null,
-                      noCache: false,
-                      title: "鐢熶骇浠撳簱鍒楄〃",
-                    },
-                    component: () => import('@/views/basic/gyWarehouse/index.vue'),
-                    hidden: false,
-                    name: "GyWarehouse",
-                    path: "gyWarehouse",
-                  },
+                  // {
+                  //   meta: {
+                  //     icon: "build",
+                  //     link: null,
+                  //     noCache: false,
+                  //     title: "鐢熶骇浠撳簱鍒楄〃",
+                  //   },
+                  //   component: () => import('@/views/basic/gyWarehouse/index.vue'),
+                  //   hidden: false,
+                  //   name: "GyWarehouse",
+                  //   path: "gyWarehouse",
+                  // },
                 ],
               },
             ],
           },
         ];
+        console.log(data)
         const sdata = JSON.parse(JSON.stringify(data));
         const rdata = JSON.parse(JSON.stringify(data));
         const sidebarRoutes = filterAsyncRouter(sdata);

--
Gitblit v1.9.1