20250123 质量月报
This commit is contained in:
@@ -400,6 +400,10 @@ namespace FineUIPro.Web.CQMS.Check
|
||||
string rootPath = Server.MapPath("~/");
|
||||
string uploadfilepath = rootPath + initTemplatePath;
|
||||
string newUrl = uploadfilepath.Replace(".doc", txtCode.Text.Trim() + ".doc");
|
||||
if (File.Exists(newUrl))
|
||||
{
|
||||
File.Delete(newUrl);
|
||||
}
|
||||
File.Copy(uploadfilepath, newUrl);
|
||||
//更新书签内容
|
||||
string unitType = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user