llj
2025-11-11 6108e3d49712b6ded5cf3c3e735ec40f13e35971
src/store/modules/permission.js
@@ -96,63 +96,6 @@
              icon: "build",
              link: null,
              noCache: false,
              title: "采购管理",
            },
            hidden: false,
            name: "CaiGouGuanli",
            path: "/CaiGouGuanLi",
            redirect: "noRedirect",
            children: [
              {
                meta: {
                  icon: "build",
                  link: null,
                  noCache: false,
                  title: "采购入库单",
                },
                hidden: false,
                name: "CaiGouRuKu",
                path: "CaiGouRuKu",
                redirect: "noRedirect",
                component: "Layout",
                children: [
                  {
                    meta: {
                      icon: "build",
                      link: null,
                      noCache: false,
                      title: "采购入库单维护",
                    },
                    component: () =>
                      import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillList.vue"),
                    hidden: false,
                    name: "Kf_POStockInBillList",
                    path: "Kf_POStockInBillList",
                  },
                  {
                    meta: {
                      icon: "build",
                      link: null,
                      noCache: false,
                      title: "采购入库单维护",
                    },
                    component: () =>
                      import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillList.vue"),
                    hidden: false,
                    name: "Kf_POStockInBillList",
                    path: "Kf_POStockInBillList",
                  }
                ],
              },
            ],
          },
          {
            alwaysShow: true,
            component: "Layout",
            meta: {
              icon: "build",
              link: null,
              noCache: false,
              title: "基础建模",
            },
            hidden: false,
@@ -186,22 +129,47 @@
                    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",
                  },
                  {
                    meta: {
                      icon: "build",
                      link: null,
                      noCache: false,
                      title: "客户列表",
                    },
                    component: () => import('@/views/GyCustomer/index.vue'),
                    hidden: false,
                    name: "GyCustomer",
                    path: "gyCustomer",
                  },
                  {
                    meta: {
                      icon: "build",
                      link: null,
                      noCache: false,
                      title: "物料列表",
                    },
                    component: () => import('@/views/gyMaterial/GyMaterial.vue'),
                    hidden: false,
                    name: "gyMaterial",
                    path: "gyMaterial",
                  },
                ],
              },
            ],
          },
        ];
        console.log(data)
        const sdata = JSON.parse(JSON.stringify(data));