2023-09-27

This commit is contained in:
2023-09-27 09:10:09 +08:00
parent 74327b5a3e
commit 92fd5a113d
26 changed files with 4569 additions and 882 deletions
@@ -506,8 +506,8 @@ namespace FineUIPro.Web.CQMS.Comprehensive
if (e.EventArgument == "Confirm_OK")
{
string rootPath = Server.MapPath("~/");
string uploadfilepath = rootPath + Const.DesignChangeOrderDataInUrl;
string filePath = Const.DesignChangeOrderDataInUrl;
string uploadfilepath = rootPath + Const.DesignDrawingsDataInUrl;
string filePath = Const.DesignDrawingsDataInUrl;
string fileName = Path.GetFileName(filePath);
FileInfo info = new FileInfo(uploadfilepath);
long fileSize = info.Length;