From c7d5b17171dc1264bc28dfdae8b90da1ab06f216 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 06 二月 2026 13:34:17 +0800
Subject: [PATCH] fix: 付款登记中发票号去掉

---
 src/pages/index.vue |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/pages/index.vue b/src/pages/index.vue
index 36c285a..aa08cb3 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -327,6 +327,10 @@
       icon: "/static/images/icon/guzhangfenxi@2x.png",
       label: "搴旀�ラ妗�",
     },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "浜嬫晠涓婃姤",
+    },
   ]);
   // 鍗忓悓鍔炲叕鍔熻兘鏁版嵁
   const collaborationItems = reactive([
@@ -715,6 +719,11 @@
           url: "/pages/safeProduction/emergencyPlanReview/index",
         });
         break;
+      case "浜嬫晠涓婃姤":
+        uni.navigateTo({
+          url: "/pages/safeProduction/accidentReportingRecord/index",
+        });
+        break;
       default:
         uni.showToast({
           title: `鐐瑰嚮浜�${item.label}`,

--
Gitblit v1.9.3