From 5c8aaba66c16b1a143fdec27e29ad36eaefd1e3a Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 31 十二月 2024 14:33:25 +0800
Subject: [PATCH] 无源器件检验开发

---
 src/components/view/a8-external-document-confirmation-records.vue |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/components/view/a8-external-document-confirmation-records.vue b/src/components/view/a8-external-document-confirmation-records.vue
index 8402380..af466c7 100644
--- a/src/components/view/a8-external-document-confirmation-records.vue
+++ b/src/components/view/a8-external-document-confirmation-records.vue
@@ -142,17 +142,11 @@
             font: '淇敼',
             type: 'text',
             method: 'doDiy',
-            disabFun:(row, index) => {
-              return !this.addPower||!!this.currentInfo.ratifyUserName
-            }
           },{
             id: 'delete',
             font: '鍒犻櫎',
             type: 'text',
             method: 'doDiy',
-            disabFun:(row, index) => {
-              return !this.addPower||!!this.currentInfo.ratifyUserName
-            }
           }],
           tagField: {},
           selectField: {},
@@ -298,10 +292,10 @@
       }).catch(err=>{});
     },
     handleDown0(row){
-      let url = this.javaApi+'word/'+row.url
+      let url = this.javaApi+'/word/'+row.url
       const link = document.createElement('a');
       link.href = url;
-      link.download = row.month+' 澶栨潵鏂囦欢纭璁板綍';
+      link.download = row.month+' 澶栨潵鏂囦欢纭璁板綍.docx';
       link.click();
     },
     // 鎻愪氦

--
Gitblit v1.9.3