From bb030d75e73dfcaeb2f223ccb79a87cd920182ec Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 23 四月 2026 13:06:16 +0800
Subject: [PATCH] fix: 单位产出所需数量可编辑

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

diff --git a/src/views/productionManagement/productStructure/Detail/index.vue b/src/views/productionManagement/productStructure/Detail/index.vue
index d969b93..4fdc3a9 100644
--- a/src/views/productionManagement/productStructure/Detail/index.vue
+++ b/src/views/productionManagement/productStructure/Detail/index.vue
@@ -87,7 +87,7 @@
                                      :step="1"
                                      controls-position="right"
                                      style="width: 100%"
-                                     :disabled="!dataValue.isEdit || dataValue.dataList.some(item => (item as any).tempId === row.tempId)" />
+                                     :disabled="!dataValue.isEdit" />
                   </el-form-item>
                 </template>
               </el-table-column>

--
Gitblit v1.9.3