From c52a0824baaa86a719da04fba3ff65fc48a70422 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 19 三月 2026 17:37:05 +0800
Subject: [PATCH] fix: 入库数量必填

---
 src/pages/indexItem.vue |   64 +++++++++++++++++++------------
 1 files changed, 39 insertions(+), 25 deletions(-)

diff --git a/src/pages/indexItem.vue b/src/pages/indexItem.vue
index ef92e95..a277fda 100644
--- a/src/pages/indexItem.vue
+++ b/src/pages/indexItem.vue
@@ -54,18 +54,18 @@
       icon: "/static/images/icon/baoxiaoguanli.png",
       label: "鎶ラ攢绠$悊",
     },
-    {
-      icon: "/static/images/icon/caigouguanli.png",
-      label: "閲囪喘瀹℃壒",
-    },
-    {
-      icon: "/static/images/icon/baojiaguanli.png",
-      label: "鎶ヤ环瀹℃壒",
-    },
-    {
-      icon: "/static/images/icon/chukuguanli@2x.png",
-      label: "鍙戣揣瀹℃壒",
-    },
+    // {
+    //   icon: "/static/images/icon/caigouguanli.png",
+    //   label: "閲囪喘瀹℃壒",
+    // },
+    // {
+    //   icon: "/static/images/icon/baojiaguanli.png",
+    //   label: "鎶ヤ环瀹℃壒",
+    // },
+    // {
+    //   icon: "/static/images/icon/chukuguanli@2x.png",
+    //   label: "鍙戣揣瀹℃壒",
+    // },
   ]);
   // 鑰冨嫟璐㈠姟鍚堝苟鑿滃崟锛堣�冨嫟3涓� + 璐㈠姟4涓� = 7涓級
   const kaoqinCaiwu = reactive([
@@ -86,17 +86,21 @@
       label: "鎶ラ攢绠$悊",
     },
     {
-      icon: "/static/images/icon/caigouguanli.png",
-      label: "閲囪喘瀹℃壒",
+      icon: "/static/images/icon/yuanliaoguanli@2x.png",
+      label: "鍘熸枡绠$悊",
     },
-    {
-      icon: "/static/images/icon/baojiaguanli.png",
-      label: "鎶ヤ环瀹℃壒",
-    },
-    {
-      icon: "/static/images/icon/chukuguanli@2x.png",
-      label: "鍙戣揣瀹℃壒",
-    },
+    // {
+    //   icon: "/static/images/icon/caigouguanli.png",
+    //   label: "閲囪喘瀹℃壒",
+    // },
+    // {
+    //   icon: "/static/images/icon/baojiaguanli.png",
+    //   label: "鎶ヤ环瀹℃壒",
+    // },
+    // {
+    //   icon: "/static/images/icon/chukuguanli@2x.png",
+    //   label: "鍙戣揣瀹℃壒",
+    // },
   ]);
 
   const huiyi = reactive([
@@ -229,6 +233,11 @@
           url: "/pages/cooperativeOffice/collaborativeApproval/index7",
         });
         break;
+      case "鍘熸枡绠$悊":
+        uni.navigateTo({
+          url: "/pages/cooperativeOffice/collaborativeApproval/index9",
+        });
+        break;
       case "浼氳璁剧疆":
         uni.navigateTo({
           url: "/pages/managementMeetings/meetingSettings/index",
@@ -325,12 +334,17 @@
           url: "/pages/equipmentManagement/repair/index",
         });
         break;
+      case "璁惧淇濆吇浠诲姟":
+        uni.navigateTo({
+          url: "/pages/equipmentManagement/upkeepTask/index",
+        });
+        break;
       case "璁惧淇濆吇":
         uni.navigateTo({
           url: "/pages/equipmentManagement/upkeep/index",
         });
         break;
-      case "宸℃涓婁紶":
+      case "宸℃绠$悊":
         uni.navigateTo({
           url: "/pages/inspectionUpload/index",
         });
@@ -378,8 +392,8 @@
       // 鍙彁鍙� label 鍙傛暟鐨勫�硷紝鍘婚櫎鍙兘闄勫姞鐨勬煡璇㈠弬鏁�
       let labelValue = options.label;
       // 濡傛灉 label 鍖呭惈 ? 绗﹀彿锛屽彧鍙� ? 涔嬪墠鐨勯儴鍒�
-      if (labelValue.includes('?')) {
-        labelValue = labelValue.split('?')[0];
+      if (labelValue.includes("?")) {
+        labelValue = labelValue.split("?")[0];
       }
       operationType.value = labelValue;
       if (operationType.value === "鑰冨嫟绠$悊") {

--
Gitblit v1.9.3