llj
2025-11-17 e1045d3662405a95481d575ed1ae4cf9e3d9b1e7
src/store/modules/permission.js
@@ -140,6 +140,54 @@
                  //   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",
                  },
                   {
                    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",
                  },
                ],
              },
            ],