20250123 质量月报

This commit is contained in:
2025-01-23 16:11:00 +08:00
parent 470a87b303
commit 0d5af82d47
46 changed files with 378 additions and 196 deletions
@@ -447,6 +447,10 @@ namespace FineUIPro.Web.CQMS.ProcessControl
{
string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId);
newUrl = uploadfilepath.Replace("控制点检查检测合格率统计模板", "控制点检查检测合格率统计(" + projectName + DateTime.Now.ToString("yyyyMMdd") + "");
if (File.Exists(newUrl))
{
File.Delete(newUrl);
}
File.Copy(uploadfilepath, newUrl);
// 第一步:读取文件流
NPOI.SS.UserModel.IWorkbook workbook;