src/store/modules/permission.js
@@ -88,7 +88,63 @@
                ],
              },
            ],
          },{
          },
          {
            alwaysShow: true,
            component: "Layout",
            meta: {
              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/sell/sellOut/sellOutBillEdit.vue'),
                    hidden: false,
                    name: "Kf_POStockInBillEdit",
                    path: "Kf_POStockInBillEdit",
                  },
                ],
              },
            ],
          },
          {
            alwaysShow: true,
            component: "Layout",
            meta: {