From 88a01935759943d38e1ab5d318ace12e3d948a60 Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期五, 05 九月 2025 10:32:11 +0800 Subject: [PATCH] 刀具刃磨功能,增加刃磨后刀具信息变更 --- src/views/tms/modules/outBound/OutboundListRight.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/tms/modules/outBound/OutboundListRight.vue b/src/views/tms/modules/outBound/OutboundListRight.vue index 0711b86..0fd3f54 100644 --- a/src/views/tms/modules/outBound/OutboundListRight.vue +++ b/src/views/tms/modules/outBound/OutboundListRight.vue @@ -55,7 +55,7 @@ <a-button @click="handleAdd(nodeSelected)" type="primary" icon="plus" :disabled="!nodeSelected.key || nodeSelected.entity.leafFlag === '2'">鏂板</a-button> </Tooltip> <a-button type="primary" @click="selectOutboundOrder">鐢宠鍗曞嚭搴�</a-button> - <a-button type="primary" icon="download" @click="handleExportXls('tms_tools_classify')">瀵煎嚭</a-button> + <a-button type="primary" icon="download" @click="handleExportXls('宸ュ叿鍑哄簱娴佹按')">瀵煎嚭</a-button> <!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">--> <!-- <a-button type="primary" icon="import">瀵煎叆</a-button>--> <!-- </a-upload>--> @@ -357,7 +357,7 @@ onSelectChange(selectedRowKeys, selectionRows) { this.selectedRowKeys = selectedRowKeys; this.selectionRows = selectionRows; - const toolCode = this.selectionRows[0].toolCode + const toolCode = this.selectionRows[0].toolCodeId //閫氳繃id鏌ヨ绠$悊鍙傛暟鍜屽弬鏁版暟鎹� getAction(this.url.queryParaByToolCode, { toolCode: toolCode,paraTypeFlag:this.paraTypeFlag}).then((res) => { if (res.success) { -- Gitblit v1.9.3