From 6bd77b5e8e04e6b4be68d5e7a5d47e0228980e55 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 29 四月 2026 14:32:58 +0800
Subject: [PATCH] 天津阳光彩印 1.绑定工艺路线时成品尺寸不赋值

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

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index e61a04b..4470b7d 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -336,7 +336,6 @@
     } else {
       bindDialogType.value = "add"
       rowData.value = deepClone( row)
-      rowData.value.finishedSize = row.specificationModel
     }
     bindRouteDialogVisible.value = true;
   } catch (e) {

--
Gitblit v1.9.3