From a9eb04aa315d6bd08625fd983d8c4356688a9bad Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期三, 04 二月 2026 16:24:58 +0800
Subject: [PATCH] 客户往来筛选客户名称展示有误

---
 src/pages/index.vue |   93 ++++++++++++++++++++++++++++++++++------------
 1 files changed, 69 insertions(+), 24 deletions(-)

diff --git a/src/pages/index.vue b/src/pages/index.vue
index dcda116..aa08cb3 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -1,24 +1,24 @@
 <template>
   <view class="content">
-<!--    <view class="header-section">-->
-<!--      <view class="currentFactory">-->
-<!--        <up-text type="primary"-->
-<!--                 :text="userStore.currentFactoryName"-->
-<!--                 @click="show = true"-->
-<!--                 size="18"-->
-<!--                 class="factoryName"-->
-<!--                 suffixIcon="arrow-right"-->
-<!--                 :iconStyle="iconStyle"></up-text>-->
-<!--      </view>-->
-<!--      <up-picker :show="show"-->
-<!--                 :columns="factoryList"-->
-<!--                 @confirm="changeFactory"-->
-<!--                 @cancel="show = false"></up-picker>-->
-<!--    </view>-->
+    <!--    <view class="header-section">-->
+    <!--      <view class="currentFactory">-->
+    <!--        <up-text type="primary"-->
+    <!--                 :text="userStore.currentFactoryName"-->
+    <!--                 @click="show = true"-->
+    <!--                 size="18"-->
+    <!--                 class="factoryName"-->
+    <!--                 suffixIcon="arrow-right"-->
+    <!--                 :iconStyle="iconStyle"></up-text>-->
+    <!--      </view>-->
+    <!--      <up-picker :show="show"-->
+    <!--                 :columns="factoryList"-->
+    <!--                 @confirm="changeFactory"-->
+    <!--                 @cancel="show = false"></up-picker>-->
+    <!--    </view>-->
     <view class="hero-section">
       <view class="bg-img">
         <view class="hero-content">
-<!--          <text class="hero-title">鍐涙嘲浼熶笟</text>-->
+          <!--          <text class="hero-title">鍐涙嘲浼熶笟</text>-->
         </view>
         <view class="hero-wave"></view>
       </view>
@@ -220,7 +220,7 @@
   import modal from "@/plugins/modal";
   import useUserStore from "@/store/modules/user";
 
-  const userStore = useUserStore();;
+  const userStore = useUserStore();
   const show = ref(false);
   const factoryList = ref([]);
   const factoryListTem = ref([]);
@@ -305,7 +305,31 @@
     },
     {
       icon: "/static/images/icon/caigoutaizhang@2x.png",
-      label: "鍗遍櫓婧愮鐞�",
+      label: "鍗遍櫓婧愬彴璐�",
+    },
+    {
+      icon: "/static/images/icon/caigoutaizhang@2x.png",
+      label: "鍗遍櫓浣滀笟",
+    },
+    {
+      icon: "/static/images/icon/xunjianshangchuan@2x.png",
+      label: "宸℃涓婁紶",
+    },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "闅愭偅鎺掓煡",
+    },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "鍗遍櫓鐗╂枡",
+    },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "搴旀�ラ妗�",
+    },
+    {
+      icon: "/static/images/icon/guzhangfenxi@2x.png",
+      label: "浜嬫晠涓婃姤",
     },
   ]);
   // 鍗忓悓鍔炲叕鍔熻兘鏁版嵁
@@ -394,10 +418,6 @@
     {
       icon: "/static/images/icon/shbeibaoyang@2x.png",
       label: "璁惧淇濆吇",
-    },
-    {
-      icon: "/static/images/icon/xunjianshangchuan@2x.png",
-      label: "宸℃涓婁紶",
     },
     {
       icon: "/static/images/icon/guzhangfenxi@2x.png",
@@ -674,9 +694,34 @@
           url: "/pages/safeProduction/safeQualifications/index",
         });
         break;
-      case "鍗遍櫓婧愮鐞�":
+      case "鍗遍櫓婧愬彴璐�":
         uni.navigateTo({
           url: "/pages/safeProduction/hazardSourceLedger/index",
+        });
+        break;
+      case "鍗遍櫓浣滀笟":
+        uni.navigateTo({
+          url: "/pages/cooperativeOffice/collaborativeApproval/index8",
+        });
+        break;
+      case "闅愭偅鎺掓煡":
+        uni.navigateTo({
+          url: "/pages/safeProduction/dangerInvestigation/index",
+        });
+        break;
+      case "鍗遍櫓鐗╂枡":
+        uni.navigateTo({
+          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:
@@ -699,7 +744,7 @@
           factoryListTem.value = res.data;
           res.data.forEach(item => {
             factoryList.value[0].push(item.deptName);
-          })
+          });
         } else {
           // 濡傛灉res.data涓嶆槸鏁扮粍锛岃缃负绌烘暟缁�
           factoryList.value = [];

--
Gitblit v1.9.3