duhe
2025-11-18 04e66e7d3ab78dd50eb0ebd6a6d4615a4f2f0ebc
src/store/modules/permission.js
@@ -307,6 +307,30 @@
                    name: "GySupplier",
                    path: "gySupplier",
                  },
                     {
                    meta: {
                      icon: "build",
                      link: null,
                      noCache: false,
                      title: "物料列表",
                    },
                    component: () => import("@/views/gyMaterial/GyMaterial.vue"),
                    hidden: false,
                    name: "GyMaterial",
                    path: "GyMaterial",
                  },
                  {
                    meta: {
                      icon: "build",
                      link: null,
                      noCache: false,
                      title: "客户列表",
                    },
                    component: () => import("@/views/GyCustomer/index.vue"),
                    hidden: false,
                    name: "GyCustomer",
                    path: "GyCustomer",
                  },
                ],
              },
            ],
@@ -383,6 +407,112 @@
                  },
                ],
              },
              {
                meta: {
                  icon: "build",
                  link: null,
                  noCache: false,
                  title: "采购入库单",
                },
                hidden: false,
                name: "POStockInBill",
                path: "POStockInBill",
                redirect: "noRedirect",
                component: "Layout",
                children: [
                  {
                    meta: {
                      icon: "build",
                      link: null,
                      noCache: false,
                      title: "采购入库单维护",
                    },
                    component: () =>
                      import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillList.vue"),
                    hidden: false,
                    name: "POStockInBillList",
                    path: "POStockInBillList",
                  },
                  {
                    meta: {
                      icon: "build",
                      link: null,
                      noCache: false,
                      title: "采购入库单",
                    },
                    component: () =>
                      import("@/views/CaiGouGuanLi/CaiGouRuKu/Kf_POStockInBillEdit.vue"),
                    hidden: false,
                    name: "POStockInBillEdit",
                    path: "POStockInBillEdit",
                  },
                  {
                    meta: {
                      icon: "build",
                      link: null,
                      noCache: false,
                      title: "分布式调入单维护",
                    },
                    component: () =>
                      import("@/views/FbStepFoldinBillList/fbStepFoldinBillList.vue"),
                    hidden: false,
                    name: "FbStepFoldinBillList",
                    path: "FbStepFoldinBillList",
                  },
                  {
                    meta: {
                      icon: "build",
                      link: null,
                      noCache: false,
                      title: "分布式调出单维护",
                    },
                    component: () =>
                      import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue"),
                    hidden: false,
                    name: "FbStepFoldOutBillList",
                    path: "FbStepFoldOutBillList",
                  },
                ],
              },
              {
                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",
                  },
                ],
              },
            ],
          },
          {
@@ -426,6 +556,45 @@
                  },
                ],
              },
              {
                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",
                  },
                ],
              },
            ],
          },
          {