From 955c05d19906b0c37c295935943f623bba04995b Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期三, 27 五月 2026 11:48:25 +0800
Subject: [PATCH] feat 质检检测调整
---
src/views/productionManagement/workOrder/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/productionManagement/workOrder/index.vue b/src/views/productionManagement/workOrder/index.vue
index 2456dfb..3f9c995 100644
--- a/src/views/productionManagement/workOrder/index.vue
+++ b/src/views/productionManagement/workOrder/index.vue
@@ -1067,9 +1067,9 @@
clickFun: row => {
showReportDialog(row);
},
- // 鐢ㄦ埛褰撳墠id
- disabled: row => row.completeQuantity >= row.planQuantity ||
- !isCurrentUserInUserIds(row) || row.hasUnreportedMachine
+ // // 鐢ㄦ埛褰撳墠id
+ // disabled: row => row.completeQuantity >= row.planQuantity ||
+ // !isCurrentUserInUserIds(row) || row.hasUnreportedMachine
},
{
name: "鐢熶骇鎺掍骇",
--
Gitblit v1.9.3