20240606 修改组织机构图

This commit is contained in:
2024-06-06 15:48:52 +08:00
parent 0c28c16c1d
commit 35c2b0350e
16 changed files with 465 additions and 525 deletions
+2 -2
View File
@@ -1,5 +1,6 @@
using NPOI.SS.UserModel;
using System;
using System.Configuration;
using System.IO;
using System.Linq;
using System.Web.UI.WebControls;
@@ -74,13 +75,12 @@ namespace BLL
string[] subUrl = url.Split('/');
string fileName = subUrl[subUrl.Count() - 1];
string newFileName = fileName.Substring(fileName.IndexOf("_") + 1);
htmlStr += "<tr><td style=\"width: 60%\" align=\"left\"><span style='cursor:pointer;cursor:pointer;cursor:pointer;TEXT-DECORATION: underline;color:blue' onclick=\"window.open('" + url + "')\">" + newFileName + "</span></td>";
}
}
htmlStr += "</table>";
}
return htmlStr;
}
#endregion