From ba15d76ff0ec80ee759913511158d4333f6e6c59 Mon Sep 17 00:00:00 2001
From: cuijian <cuijian@xalxzn.com>
Date: 星期五, 29 八月 2025 18:21:22 +0800
Subject: [PATCH] 日常业务问题修改、工具参数查询增加

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

diff --git a/src/views/tms/modules/toolLedger/ToolLedgerListRight.vue b/src/views/tms/modules/toolLedger/ToolLedgerListRight.vue
index fb9e03e..c791a83 100644
--- a/src/views/tms/modules/toolLedger/ToolLedgerListRight.vue
+++ b/src/views/tms/modules/toolLedger/ToolLedgerListRight.vue
@@ -131,7 +131,7 @@
         forceRender
       >
         <span slot="tab">
-          <a-badge>鎶婂彿&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a-badge>
+          <a-badge>宸ュ叿缂栧彿&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a-badge>
         </span>
         <tool-ledger-detail-list ref="toolLedgerDetailList"></tool-ledger-detail-list>
       </a-tab-pane>
@@ -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