From 991bb95fecbb7c12696b4e55a3ce21518d3fad7f Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Mon, 21 Oct 2024 11:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E5=AF=86=E4=BA=8B=E9=A1=B9=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/checkReport/detail.html | 29 +--- .../templates/system/secreting/add.html | 139 +++++++++++++++++- .../templates/system/secreting/detail.html | 109 +++++++++++++- .../templates/system/secreting/edit.html | 135 ++++++++++++++++- .../templates/system/secreting/secreting.html | 119 ++++++++++++++- 5 files changed, 481 insertions(+), 50 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/checkReport/detail.html b/ruoyi-admin/src/main/resources/templates/system/checkReport/detail.html index 85ac868..7c1fe5e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkReport/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkReport/detail.html @@ -348,34 +348,7 @@ $.modal.msgWarning('超出个数限制,最多只能上传一个文件!'); }, handlePreview(file){ - $.ajax({ - url: '/common/download/resource?resource=' + file.url, - type: 'GET', - xhrFields: { - responseType: 'blob' - }, - success: function (data, status, xhr) { - let contentType = xhr.getResponseHeader('Content-Type'); - let filename = file.name; - if (navigator.msSaveBlob) { - // 兼容 IE - navigator.msSaveBlob(data, filename); - } else { - let blob = new Blob([data], { type: contentType }); - let url = URL.createObjectURL(blob); - let a = document.createElement('a'); - a.href = url; - a.download = filename; - document.body.appendChild(a); - a.click(); - document.body.removeChild(a); - URL.revokeObjectURL(url); - } - }, - error: function (xhr, status, error) { - console.error('下载文件失败:', error); - } - }); + window.location.href = ctx + "common/download/resource?resource=" + encodeURI(file.url) ; }, validateEndTime(rule, value, callback) { // if (value && this.postForm.checkStartTime && new Date(value).getTime() < new Date(this.postForm.checkStartTime).getTime()) { diff --git a/ruoyi-admin/src/main/resources/templates/system/secreting/add.html b/ruoyi-admin/src/main/resources/templates/system/secreting/add.html index 566549b..ef78c86 100644 --- a/ruoyi-admin/src/main/resources/templates/system/secreting/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/secreting/add.html @@ -1,10 +1,139 @@ - + - - Title + + + - + +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ + 选择文件 + 更改 + + + + + + × +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+ + + + - \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/secreting/detail.html b/ruoyi-admin/src/main/resources/templates/system/secreting/detail.html index 566549b..640daf9 100644 --- a/ruoyi-admin/src/main/resources/templates/system/secreting/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/secreting/detail.html @@ -1,10 +1,107 @@ - + - - Title + + + - - + +
+
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ + 文件下载 + + + [[*{fileName}]] + +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+ + + + - \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/secreting/edit.html b/ruoyi-admin/src/main/resources/templates/system/secreting/edit.html index 566549b..44fccbd 100644 --- a/ruoyi-admin/src/main/resources/templates/system/secreting/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/secreting/edit.html @@ -1,10 +1,135 @@ - + - - Title + + + - + +
+
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ + 选择文件 + 更改 + + + + + [[*{fileName}]] + × +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+ + + + - \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/secreting/secreting.html b/ruoyi-admin/src/main/resources/templates/system/secreting/secreting.html index c4ec13a..4dc4f93 100644 --- a/ruoyi-admin/src/main/resources/templates/system/secreting/secreting.html +++ b/ruoyi-admin/src/main/resources/templates/system/secreting/secreting.html @@ -1,10 +1,117 @@ - + - - Title + - -1 + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+ + - \ No newline at end of file +