From 8ef070c84a703c4a8b838bf9320d68d00a7d6dca Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 28 五月 2026 11:15:32 +0800
Subject: [PATCH] 设备巡检去掉高度限制

---
 src/views/productionManagement/workOrder/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/productionManagement/workOrder/index.vue b/src/views/productionManagement/workOrder/index.vue
index 564037e..88564ea 100644
--- a/src/views/productionManagement/workOrder/index.vue
+++ b/src/views/productionManagement/workOrder/index.vue
@@ -1068,8 +1068,8 @@
           showReportDialog(row);
         },
         // // 鐢ㄦ埛褰撳墠id
-        // disabled: row => row.completeQuantity >= row.planQuantity ||
-        //     !isCurrentUserInUserIds(row) || row.hasUnreportedMachine
+        disabled: row => row.completeQuantity >= row.planQuantity ||
+            !isCurrentUserInUserIds(row) || row.hasUnreportedMachine
       },
       {
         name: "鐢熶骇鎺掍骇",

--
Gitblit v1.9.3