20240604 修改各项目巡查汇总

This commit is contained in:
2024-06-04 15:52:03 +08:00
parent 864ba2551b
commit d340e503ac
19 changed files with 1832 additions and 485 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
using System;
using FineUIPro;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Drawing;
@@ -87,6 +88,7 @@ namespace BLL
{
string url = file.AttachUrl.Replace('\\', '/');
fileUrl = BLL.UploadAttachmentService.ShowAttachment2("../../", url);
}
}
return fileUrl;
+10
View File
@@ -3241,6 +3241,16 @@ namespace BLL
/// </summary>
public const string TestRun_TrainRecordsUrl = "File\\Word\\TestRun\\生产人员培训执行情况报告.doc";
/// <summary>
/// 总包质量管理组织机构图
/// </summary>
public const string CQMS_OrganizationalUrl = "File\\Word\\CQMS\\总包质量管理组织机构图.doc";
/// <summary>
/// 分包质量管理组织机构图
/// </summary>
public const string CQMS_SubOrganizationalUrl = "File\\Word\\CQMS\\分包质量管理组织机构图.doc";
/// <summary>
/// 签到表
/// </summary>
+2 -1
View File
@@ -1,4 +1,5 @@
using System;
using NPOI.SS.UserModel;
using System;
using System.IO;
using System.Linq;
using System.Web.UI.WebControls;