chenhaozhe
2025-11-18 a0d3821eb497fdb48c35aa22eb190cd3ad989720
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",
                  },
                ],
              },
            ],