From a0d3821eb497fdb48c35aa22eb190cd3ad989720 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 18 十一月 2025 16:34:37 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/store/modules/permission.js |  101 +++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 75 insertions(+), 26 deletions(-)

diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 1fb42ea..00b4b99 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -123,7 +123,9 @@
                       title: "閿�鍞鍗�",
                     },
                     component: () =>
-                      import("@/views/sell/xsSeOrderBill/xsSeOrderBillEdit.vue"),
+                      import(
+                        "@/views/sell/xsSeOrderBill/xsSeOrderBillEdit.vue"
+                      ),
                     hidden: false,
                     name: "XsSeOrderBillEdit",
                     path: "xsSeOrderBillEdit",
@@ -529,46 +531,41 @@
                 ],
               },
               {
-                alwaysShow: true,
-                component: "Layout",
                 meta: {
                   icon: "build",
                   link: null,
                   noCache: false,
-                  title: "绯荤粺绠$悊",
+                  title: "鐢熶骇鍏ュ簱缁存姢",
                 },
                 hidden: false,
-                name: "System",
-                path: "/system",
+                name: "ProductInBill",
+                path: "ProductInBill",
                 redirect: "noRedirect",
+                component: "Layout",
                 children: [
                   {
                     meta: {
                       icon: "build",
                       link: null,
                       noCache: false,
-                      title: "鐢ㄦ埛绠$悊",
+                      title: "鐢熶骇鍏ュ簱鍒楄〃",
                     },
+                    component: () => import("@/views/ProductInBill/Kf_ProductInBillList.vue"),
                     hidden: false,
-                    name: "User",
-                    path: "user",
-                    redirect: "noRedirect",
-                    component: "Layout",
-                    children: [
-                      {
-                        meta: {
-                          icon: "build",
-                          link: null,
-                          noCache: false,
-                          title: "鐢ㄦ埛鍒楄〃",
-                        },
-                        component: () =>
-                          import("@/views/system/user/xtUserList.vue"),
-                        hidden: false,
-                        name: "XtUserList",
-                        path: "xtUserList",
-                      },
-                    ],
+                    name: "ProductInBillList",
+                    path: "ProductInBillList",
+                  },
+                  {
+                    meta: {
+                      icon: "build",
+                      link: null,
+                      noCache: false,
+                      title: "鐢熶骇鍏ュ簱鍗�",
+                    },
+                    component: () => import("@/views/ProductInBill/Kf_ProductInBillEdit.vue"),
+                    hidden: false,
+                    name: "ProductInBillEdit",
+                    path: "ProductInBillEdit",
                   },
                 ],
               },
@@ -624,6 +621,45 @@
                     hidden: false,
                     name: "ScICMOBillEdit",
                     path: "scICMOBillEdit",
+                  },
+                ],
+              },
+              {
+                meta: {
+                  icon: "build",
+                  link: null,
+                  noCache: false,
+                  title: "鐢熶骇鍏ュ簱缁存姢",
+                },
+                hidden: false,
+                name: "ProductInBill",
+                path: "ProductInBill",
+                redirect: "noRedirect",
+                component: "Layout",
+                children: [
+                  {
+                    meta: {
+                      icon: "build",
+                      link: null,
+                      noCache: false,
+                      title: "鐢熶骇鍏ュ簱鍒楄〃",
+                    },
+                    component: () => import("@/views/ProductInBill/Kf_ProductInBillList.vue"),
+                    hidden: false,
+                    name: "ProductInBillList",
+                    path: "ProductInBillList",
+                  },
+                  {
+                    meta: {
+                      icon: "build",
+                      link: null,
+                      noCache: false,
+                      title: "鐢熶骇鍏ュ簱鍗�",
+                    },
+                    component: () => import("@/views/ProductInBill/Kf_ProductInBillEdit.vue"),
+                    hidden: false,
+                    name: "ProductInBillEdit",
+                    path: "ProductInBillEdit",
                   },
                 ],
               },
@@ -772,6 +808,19 @@
                     name: "XtUserList",
                     path: "xtUserList",
                   },
+                  {
+                    meta: {
+                      icon: "build",
+                      link: null,
+                      noCache: false,
+                      title: "鏉冮檺鏌ヨ",
+                    },
+                    component: () =>
+                      import("@/views/system/user/xtUserRightQuery.vue"),
+                    hidden: false,
+                    name: "XtUserRightQuery",
+                    path: "xtUserRightQuery",
+                  },
                 ],
               },
             ],

--
Gitblit v1.9.1