From 4db94c70c4e18125727062ce191e4968ab062970 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 05 二月 2026 16:28:22 +0800
Subject: [PATCH] fix: 采购台账新增第二个产品时,选择信息对应填写后,选择的数据展示到第一个产品去
---
src/pages/index.vue | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/pages/index.vue b/src/pages/index.vue
index 2d6bf1c..aa08cb3 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -323,6 +323,14 @@
icon: "/static/images/icon/guzhangfenxi@2x.png",
label: "鍗遍櫓鐗╂枡",
},
+ {
+ icon: "/static/images/icon/guzhangfenxi@2x.png",
+ label: "搴旀�ラ妗�",
+ },
+ {
+ icon: "/static/images/icon/guzhangfenxi@2x.png",
+ label: "浜嬫晠涓婃姤",
+ },
]);
// 鍗忓悓鍔炲叕鍔熻兘鏁版嵁
const collaborationItems = reactive([
@@ -706,6 +714,16 @@
url: "/pages/safeProduction/hazardousMaterialsControl/index",
});
break;
+ case "搴旀�ラ妗�":
+ uni.navigateTo({
+ 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