From b9d3432b9994a3a050cb913d6137a8a7f0be9f67 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期五, 24 四月 2026 18:50:16 +0800
Subject: [PATCH] feat(production): 重构生产报工为工单列表和上下机流程

---
 src/pages/works.vue |   28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/src/pages/works.vue b/src/pages/works.vue
index c16d1e3..2a60f72 100644
--- a/src/pages/works.vue
+++ b/src/pages/works.vue
@@ -133,7 +133,7 @@
       </view>
     </view>
     <!-- 璐㈠姟绠$悊妯″潡 -->
-    <view class="common-module finance-module"
+    <!-- <view class="common-module finance-module"
           v-if="hasFinanceManagementItems">
       <view class="module-header">
         <view class="module-title-container">
@@ -153,7 +153,7 @@
           </up-grid-item>
         </up-grid>
       </view>
-    </view>
+    </view> -->
     <!-- 妗f绠$悊妯″潡 -->
     <view class="common-module archive-module"
           v-if="hasArchiveManagementItems">
@@ -243,7 +243,7 @@
       </view>
     </view>
     <!-- 瀹夊叏鐢熶骇妯″潡 -->
-    <view class="common-module collaboration-module"
+    <!-- <view class="common-module collaboration-module"
           v-if="hasSafetyItems">
       <view class="module-header">
         <view class="module-title-container">
@@ -263,7 +263,7 @@
           </up-grid-item>
         </up-grid>
       </view>
-    </view>
+    </view> -->
   </view>
 </template>
 
@@ -319,10 +319,10 @@
       icon: "/static/images/icon/gongyingshangwanglai.svg",
       label: "渚涘簲鍟嗗線鏉�",
     },
-    {
-      icon: "/static/images/icon/caigouguanli.svg",
-      label: "閲囪喘閫�璐�",
-    },
+    // {
+    //   icon: "/static/images/icon/caigouguanli.svg",
+    //   label: "閲囪喘閫�璐�",
+    // },
   ]);
 
   // 璐㈠姟绠$悊鍔熻兘鏁版嵁
@@ -406,10 +406,10 @@
       icon: "/static/images/icon/dakaqiandao.svg",
       label: "鎵撳崱绛惧埌",
     },
-    {
-      icon: "/static/images/icon/renyuanxinzi.svg",
-      label: "浜哄憳钖祫",
-    },
+    // {
+    //   icon: "/static/images/icon/renyuanxinzi.svg",
+    //   label: "浜哄憳钖祫",
+    // },
     {
       icon: "/static/images/icon/hetongguanli.svg",
       label: "鍚堝悓绠$悊",
@@ -762,7 +762,9 @@
         });
         break;
       case "鐢熶骇鎶ュ伐":
-        getcode();
+        uni.navigateTo({
+          url: "/pages/productionManagement/productionReport/index",
+        });
         break;
       case "鐢熶骇鏍哥畻":
         uni.navigateTo({

--
Gitblit v1.9.3