From a0f40c39abc6b26e101f54433c150af5bbbc240a Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期三, 21 一月 2026 21:43:25 +0800
Subject: [PATCH] 修改了相关代码

---
 src/views/archiveExport/index.vue |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/views/archiveExport/index.vue b/src/views/archiveExport/index.vue
index 0c5f979..85a8350 100644
--- a/src/views/archiveExport/index.vue
+++ b/src/views/archiveExport/index.vue
@@ -102,7 +102,7 @@
           @keyup.enter.native="handleQuery"
         />
       </el-form-item>
-    
+
 
 
       <el-form-item label="缂╁井鍙�" prop="microfilmNumber">
@@ -183,8 +183,8 @@
       <el-table-column label="鍏紑灞炴��" align="center" prop="publicAttribute" />
       <el-table-column label="缂栧埗鍗曚綅" align="center" prop="preparationUnit" />
 
-      
-      
+
+
       <el-table-column label="鎿嶄綔" align="center" width="190" class-name="small-padding fixed-width">
         <template slot-scope="scope">
           <el-button
@@ -529,7 +529,7 @@
 import { listPlaceName } from "@/api/system/placeName"
 import { archiveAllExport } from "@/api/system/archiveEx"
 export default {
-  name: "Records",
+  name: "AchiveExport/info",
   data() {
     return {
       open_check: false,
@@ -640,9 +640,10 @@
       // archiveAllExport({'id':row.id}).then(response => {
       //   console.log(response)
       // })
+      var con = row.inquiryNumber+" "+row.recordId
       var qu = {'id':row.id}
       var id = row.id
-            this.download('system/archiveAllExport/export/'+id, '',`records_${new Date().getTime()}.zip`)
+            this.download('system/archiveAllExport/export/'+id, '',con+`.zip`)
     },
     getId()
     {
@@ -832,10 +833,10 @@
   console.log("----=============--------------")
   this.form = response.data
   if(this.recordTypeOptions.length > 0) {
-    alert(response.data.recordId)
+    //alert(response.data.recordId)
       const recordParts = response.data.recordId.split('-')
       this.$set(this.form, 'recordType', recordParts[0])
-   
+
   if(recordParts.length==4)
       {
         this.$set(this.form, 'recordZone', recordParts[1])
@@ -911,9 +912,9 @@
     },
     /** 瀵煎嚭鎸夐挳鎿嶄綔 */
     handleExport(row) {
-      alert(232)
+     // alert(232)
       const ids = row.id || this.ids
-      alert(ids)
+   //  alert(ids)
       if(ids=='')
       {
         this.$modal.msgError("璇烽�夋嫨妗f璁板綍")

--
Gitblit v1.9.1