From 750cb015d5f80ac5c0f068828102f92703e31afa Mon Sep 17 00:00:00 2001 From: wuzuowei Date: Mon, 18 Mar 2024 17:25:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=B5=81=E7=A8=8B=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=99=84=E4=BB=B6=E9=80=89=E6=8B=A9=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=94=B9=E4=B8=BA=E4=B8=8A=E4=BC=A0=E9=99=84=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E6=89=B9=E9=87=8F=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CCFlow/CCFlow/WF/CCForm/Ath.js | 4 ++-- CCFlow/CCFlow/WF/CCForm/JS/FileUpload/fileUpload.js | 2 +- CCFlow/CCFlow/WF/MyViewGener.htm | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CCFlow/CCFlow/WF/CCForm/Ath.js b/CCFlow/CCFlow/WF/CCForm/Ath.js index 63450fe5..6248e104 100644 --- a/CCFlow/CCFlow/WF/CCForm/Ath.js +++ b/CCFlow/CCFlow/WF/CCForm/Ath.js @@ -268,9 +268,9 @@ function FileShowWayTable(athDesc, dbs, uploadUrl) { if (athDesc.IsEnableTemplate == 1 && (athDesc.IsUpload == true && pageData.IsReadonly != "1")) _html += " | 附件模板"; if (athDesc.IsDownload == 1 && dbs.length > 0) - _html += " | 打包下载"; + _html += " | 批量下载 "; - + //< img class='propsIMG' src = '" + currImgPath + "/FileType/zip.png' style = 'width:16px;height:16px;margin-left:5px;' alt = '打包下载' /> //if (((athDesc.IsUpload != 0 || pageData.IsReadonly != "1") || athDesc.IsExpCol != 1) && _html.indexOf("操作") != -1) { // _html += "
"; //} else if ((((athDesc.IsUpload != 0 || pageData.IsReadonly != "1") || athDesc.IsExpCol != 1) && _html.indexOf("操作") == -1)) { diff --git a/CCFlow/CCFlow/WF/CCForm/JS/FileUpload/fileUpload.js b/CCFlow/CCFlow/WF/CCForm/JS/FileUpload/fileUpload.js index 6421d310..28a2b764 100644 --- a/CCFlow/CCFlow/WF/CCForm/JS/FileUpload/fileUpload.js +++ b/CCFlow/CCFlow/WF/CCForm/JS/FileUpload/fileUpload.js @@ -133,7 +133,7 @@ var uploadTools = { var btsStr = ""; btsStr += "
"; btsStr += "
"; - btsStr += "
选择文件
"; + btsStr += "
上传附件
"; btsStr += "
"; btsStr += "
"; btsStr += ""; diff --git a/CCFlow/CCFlow/WF/MyViewGener.htm b/CCFlow/CCFlow/WF/MyViewGener.htm index 888982b6..f79c4f00 100644 --- a/CCFlow/CCFlow/WF/MyViewGener.htm +++ b/CCFlow/CCFlow/WF/MyViewGener.htm @@ -77,6 +77,9 @@ .layui-footer { text-align: left !important; } + .propsA { + color: blue !important; + }