From 66d1227cd753d6d747b1cc54be1e5898d9d662c8 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期三, 27 八月 2025 20:13:43 +0800
Subject: [PATCH] 设备结构树模块指派NC文件到产品中的产品结构树展开选中节点下的所有子项功能

---
 src/views/tms/modules/toolLedger/ToolLedgerListRight.vue |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/views/tms/modules/toolLedger/ToolLedgerListRight.vue b/src/views/tms/modules/toolLedger/ToolLedgerListRight.vue
index fb9e03e..071f244 100644
--- a/src/views/tms/modules/toolLedger/ToolLedgerListRight.vue
+++ b/src/views/tms/modules/toolLedger/ToolLedgerListRight.vue
@@ -615,6 +615,8 @@
       this.queryParam.technicalConditions = data.technicalConditions
       this.queryParam.conditionsInfo = data.conditionsInfo
       this.queryParam.toolModel = data.toolModel
+      this.queryParam.shortCalled = data.shortCalled
+      this.queryParam.groupCompanyCode = data.groupCompanyCode
       this.loadData(1)
     },
     paraBladeOk(data) {
@@ -634,6 +636,8 @@
       this.queryParam.technicalConditions = data.technicalConditions
       this.queryParam.conditionsInfo = data.conditionsInfo
       this.queryParam.toolModel = data.toolModel
+      this.queryParam.shortCalled = data.shortCalled
+      this.queryParam.groupCompanyCode = data.groupCompanyCode
       this.loadData(1)
     },
     paraThreadingToolOk(data) {
@@ -653,6 +657,8 @@
       this.queryParam.technicalConditions = data.technicalConditions
       this.queryParam.conditionsInfo = data.conditionsInfo
       this.queryParam.toolModel = data.toolModel
+      this.queryParam.shortCalled = data.shortCalled
+      this.queryParam.groupCompanyCode = data.groupCompanyCode
       this.loadData(1)
     },
     paraMillToolOk(data) {
@@ -674,6 +680,8 @@
       this.queryParam.technicalConditions = data.technicalConditions
       this.queryParam.conditionsInfo = data.conditionsInfo
       this.queryParam.toolModel = data.toolModel
+      this.queryParam.shortCalled = data.shortCalled
+      this.queryParam.groupCompanyCode = data.groupCompanyCode
       this.loadData(1)
     },
     paraTurningToolsOk(data) {
@@ -695,6 +703,8 @@
       this.queryParam.technicalConditions = data.technicalConditions
       this.queryParam.conditionsInfo = data.conditionsInfo
       this.queryParam.toolModel = data.toolModel
+      this.queryParam.shortCalled = data.shortCalled
+      this.queryParam.groupCompanyCode = data.groupCompanyCode
       this.loadData(1)
     },
     },

--
Gitblit v1.9.3