From 8cefe2771abbeb1cb2efeb7b655d8467830ec526 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期四, 21 五月 2026 11:55:18 +0800
Subject: [PATCH] fix(inspectionTask) 附件调整
---
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 151a515..8d504ca 100644
--- a/src/views/productionManagement/workOrder/index.vue
+++ b/src/views/productionManagement/workOrder/index.vue
@@ -1055,8 +1055,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