From ed0f7c772ab2d967a6a39eb169f682e4e77c5a00 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 14 八月 2026 23:20:45 +0800
Subject: [PATCH] fix: bom结构耗料比例调整为8位小数

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

diff --git a/src/views/productionManagement/productionTraceability/index.vue b/src/views/productionManagement/productionTraceability/index.vue
index aa65286..a726ad0 100644
--- a/src/views/productionManagement/productionTraceability/index.vue
+++ b/src/views/productionManagement/productionTraceability/index.vue
@@ -175,7 +175,7 @@
               <template #default="{ row }">
                 <el-button type="primary"
                            link
-                           @click="showInput(row.productionProductMainId)">鏌ョ湅鎶曞叆</el-button>
+                           @click="showInput(row.id)">鏌ョ湅鎶曞叆</el-button>
                 <el-button type="primary"
                            link
                            @click="showParamDetail(row.productionOperationParamList)">鍙傛暟璇︽儏</el-button>

--
Gitblit v1.9.3