From b99765f7cba95796975ea26f5d8a079d09b29660 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期五, 12 九月 2025 13:41:36 +0800
Subject: [PATCH] 真空热处理炉三保批量导出及打印

---
 src/views/eam/maintenance/modules/EamInspectionOrderBatchPrintModal.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/eam/maintenance/modules/EamInspectionOrderBatchPrintModal.vue b/src/views/eam/maintenance/modules/EamInspectionOrderBatchPrintModal.vue
index dbc9c10..5c5280e 100644
--- a/src/views/eam/maintenance/modules/EamInspectionOrderBatchPrintModal.vue
+++ b/src/views/eam/maintenance/modules/EamInspectionOrderBatchPrintModal.vue
@@ -111,7 +111,7 @@
 
     <template slot="footer">
       <a-button @click="handleCancel">鍏抽棴</a-button>
-      <a-button type="primary" @click="handleImport">瀵煎嚭</a-button>
+      <a-button type="primary" @click="handleExportToExcel">瀵煎嚭</a-button>
       <a-button type="primary" v-print="'#dataTable'">鎵撳嵃</a-button>
     </template>
   </j-modal>
@@ -153,7 +153,8 @@
           })
       },
 
-      handleImport() {
+      // 瀵煎嚭鍒癊xcel
+      handleExportToExcel() {
         document.querySelectorAll('table.import-table').forEach(element => {
           console.log('element', element.id)
           $(element).table2excel({

--
Gitblit v1.9.3