From 48280bcd3a6d1d3125dfec1912afa92ae2ff6eee Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期二, 02 九月 2025 16:59:40 +0800 Subject: [PATCH] mdc设备台账修改,设备管理设备台账修改 --- 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>鎶婂彿 </a-badge> + <a-badge>宸ュ叿缂栧彿 </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