zhangwencui
2026-06-30 34af9a2cd41fb88985d05d57e9fa425bc98990cc
src/pages/works.vue
@@ -507,6 +507,18 @@
      label: "规程与资质",
    },
    {
      icon: "/static/images/icon/yunxingguanli.svg",
      label: "特种设备管理",
    },
    {
      icon: "/static/images/icon/xunjianshangchuan.svg",
      label: "线路巡检",
    },
    {
      icon: "/static/images/icon/xunjianshangchuan.svg",
      label: "安全设施巡检",
    },
    {
      icon: "/static/images/icon/weixianyuan.svg",
      label: "危险源台账",
    },
@@ -570,23 +582,23 @@
  // 生产管控功能数据
  const productionItems = reactive([
    {
      icon: "/static/images/icon/shengchanbaogong.svg",
      icon: "/static/images/icon/shengchanjihua.svg",
      label: "主生产计划",
    },
    {
      icon: "/static/images/icon/shengchanbaogong.svg",
      icon: "/static/images/icon/shengchandingdan.svg",
      label: "生产订单",
    },
    {
      icon: "/static/images/icon/shengchanbaogong.svg",
      icon: "/static/images/icon/shengchanzhuisu.svg",
      label: "生产追溯",
    },
    {
      icon: "/static/images/icon/shengchanbaogong.svg",
      icon: "/static/images/icon/shengchanshikuang.svg",
      label: "工序生产实况",
    },
    {
      icon: "/static/images/icon/shengchanbaogong.svg",
      icon: "/static/images/icon/shengchanpaichan.svg",
      label: "生产排产",
    },
@@ -595,17 +607,12 @@
      label: "生产报工",
    },
    {
      icon: "/static/images/icon/shengchanbaogong.svg",
      icon: "/static/images/icon/baogongtaizhang.svg",
      label: "报工台账",
    },
    {
      icon: "/static/images/icon/shengchanbaogong.svg",
      icon: "/static/images/icon/shengchanhesuan.svg",
      label: "生产核算",
    },
    {
      icon: "/static/images/icon/shengchanbaogong.svg",
      label: "工序实况",
    },
  ]);
@@ -940,6 +947,21 @@
          url: "/pages/safeProduction/safeQualifications/index",
        });
        break;
      case "特种设备管理":
        uni.navigateTo({
          url: "/pages/safeProduction/specialEquipmentManagement/index",
        });
        break;
      case "线路巡检":
        uni.navigateTo({
          url: "/pages/safeProduction/lineInspection/index",
        });
        break;
      case "安全设施巡检":
        uni.navigateTo({
          url: "/pages/safeProduction/safetyFacility/index",
        });
        break;
      case "危险源台账":
        uni.navigateTo({
          url: "/pages/safeProduction/hazardSourceLedger/index",
@@ -1251,6 +1273,7 @@
    // 过滤各个模块
    filterArray(marketingItems);
    filterArray(designItems);
    filterArray(purchaseItems, menuMapping.purchase.specialMapping);
    filterArray(financeManagementItems);
    filterArray(collaborationItems, menuMapping.collaboration.specialMapping);
@@ -1261,6 +1284,7 @@
    filterArray(productionItems);
    filterArray(equipmentItems);
    filterArray(archiveManagementItems);
    filterArray(afterSalesServiceItems);
  };
  // 检查模块是否有菜单项需要显示