From 8657873b0a4c57904bcecdab121f6b261c92ef6e Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期二, 28 四月 2026 14:35:32 +0800
Subject: [PATCH] feat(productionProcess): 新增工序编辑和新增功能

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

diff --git a/src/views/productionManagement/workOrder/index.vue b/src/views/productionManagement/workOrder/index.vue
index ec83bfe..c9accb9 100644
--- a/src/views/productionManagement/workOrder/index.vue
+++ b/src/views/productionManagement/workOrder/index.vue
@@ -518,11 +518,6 @@
     width: "140",
   },
   {
-    label: "鎶ュ伐浜�",
-    prop: "userNames",
-    width: "140",
-  },
-  {
     label: "璁″垝寮�濮嬫椂闂�",
     prop: "planStartTime",
     width: "140",
@@ -887,10 +882,10 @@
 };
 
 const handleEdit = row => {
-  if (!isCurrentUserReportWorker(row)) {
-    ElMessage.warning("褰撳墠鐢ㄦ埛涓嶆槸璇ュ伐鍗曠殑鎶ュ伐浜猴紝鏃犳硶缂栬緫");
-    return;
-  }
+  // if (!isCurrentUserReportWorker(row)) {
+  //   ElMessage.warning("褰撳墠鐢ㄦ埛涓嶆槸璇ュ伐鍗曠殑鎶ュ伐浜猴紝鏃犳硶缂栬緫");
+  //   return;
+  // }
   editrow.value = JSON.parse(JSON.stringify(row));
   editDialogVisible.value = true;
 };

--
Gitblit v1.9.3