作业票

This commit is contained in:
2023-06-12 10:49:20 +08:00
parent c4bcf04d74
commit 9d94a295ce
23 changed files with 2718 additions and 12 deletions
@@ -285,9 +285,7 @@ namespace FineUIPro.Web.CQMS.Check
var table = this.GetPagedDataTable(Grid1, tb);
Grid1.DataSource = table;
Grid1.DataBind();
Grid1.DataBind();
}
@@ -274,6 +274,11 @@ namespace FineUIPro.Web.CQMS.Solution
}
File.Copy(uploadfilepath, newUrl);
Document doc = new Aspose.Words.Document(newUrl);
Bookmark bookmarkSolutionName = doc.Range.Bookmarks["SolutionName"];
if (bookmarkSolutionName != null)
{
bookmarkSolutionName.Text = constructSolution.SolutionName;
}
Bookmark bookmarkProjectName = doc.Range.Bookmarks["projectName"];
Bookmark bookmarkProjectName2 = doc.Range.Bookmarks["projectName2"];
Bookmark bookmarkprojectNum = doc.Range.Bookmarks["projectNum"];
@@ -468,6 +473,12 @@ namespace FineUIPro.Web.CQMS.Solution
}
File.Copy(uploadfilepath, newUrl);
Document doc = new Aspose.Words.Document(newUrl);
Bookmark bookmarkSolutionName = doc.Range.Bookmarks["SolutionName"];
if (bookmarkSolutionName != null)
{
bookmarkSolutionName.Text = constructSolution.SolutionName;
}
Bookmark bookmarkProjectName = doc.Range.Bookmarks["projectName"];
Bookmark bookmarkProjectName2 = doc.Range.Bookmarks["projectName2"];
Bookmark bookmarkprojectNum = doc.Range.Bookmarks["projectNum"];