From 15cb6243ab5f72ecf278372d40114a9fa1877311 Mon Sep 17 00:00:00 2001
From: xinyb <574600396@qq.com>
Date: 星期四, 08 十二月 2022 11:06:50 +0800
Subject: [PATCH] 完善设置附件权限样式

---
 WebRoot/general/fileInputoa/uploadPromission.html |    2 +-
 WebRoot/js/index/funcLink.js                      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebRoot/general/fileInputoa/uploadPromission.html b/WebRoot/general/fileInputoa/uploadPromission.html
index 83e7746..f5c2047 100644
--- a/WebRoot/general/fileInputoa/uploadPromission.html
+++ b/WebRoot/general/fileInputoa/uploadPromission.html
@@ -256,9 +256,9 @@
           {field:'hasView', title:'鏌ョ湅',  width:'6%',  align:'center', toolbar: '#checkboxHasView'},
           {field:'hasDownload', title:'涓嬭浇',  width:'6%',  align:'center', toolbar: '#checkboxHasDownload'},
           {field:'hasDelete',title:'鍒犻櫎', width:'6%', align:'center', toolbar: '#checkboxHasDelete'},
+          {field: 'dateFlag', title:'鏃堕棿鎺у埗鏂瑰紡', width:'16%',align:'center', toolbar: '#dateFlag'},
           {field: 'startDate', title:'寮�濮嬫椂闂�', width:'15%',align:'center', toolbar: '#start-date'},
           {field: 'endDate', title:'缁撴潫鏃堕棿', width:'15%',align:'center', toolbar: '#end-date'},
-          {field: 'dateFlag', title:'鏃堕棿鎺у埗鏂瑰紡', width:'16%',align:'center', toolbar: '#dateFlag'},
           {field: 'allowDownNums', title:'鍏佽涓嬭浇娆℃暟', width:'12%',align:'center', toolbar: '#allowDownNums'},
           {field: 'allowViewNums', title:'鍏佽鏌ョ湅娆℃暟', width:'12%',align:'center', toolbar: '#allowViewNums'},
           { title:'', width:'3%', toolbar: '#barDemo', align:'center'}
diff --git a/WebRoot/js/index/funcLink.js b/WebRoot/js/index/funcLink.js
index 877463e..69d47bf 100644
--- a/WebRoot/js/index/funcLink.js
+++ b/WebRoot/js/index/funcLink.js
@@ -498,7 +498,7 @@
                                 msg="鍏佽璁块棶锛�"+jsons[i].startTime.split(" ")[1]+" ~ "+jsons[i].endTime.split(" ")[1];
                             }
                             if(jsons[i].dateFlag==1){
-                                msg="鍏佽璁块棶锛�"+jsons[i].startTime+" ~ "+jsons[i].endTime;
+                                msg="鍏佽璁块棶锛�"+jsons[i].startTime.substring(0,jsons[i].startTime.length-3)+" ~ "+jsons[i].endTime.substring(0,jsons[i].endTime.length-3);
                             }
                             title +='\n\n'+msg;
                         }

--
Gitblit v1.8.0