修改作业票

This commit is contained in:
2023-09-13 20:42:47 +08:00
parent b17e1900e2
commit 7cca1b3cd3
8 changed files with 128 additions and 33 deletions
@@ -667,6 +667,30 @@ namespace FineUIPro.Web.HSSE.License
}
}
var item13 = GetLicenseItemList.FirstOrDefault(x => x.SortIndex == 13);
if (item13 != null)
{
if (item13.IsUsed == true)
{
Bookmark bookmarkUser13 = doc.Range.Bookmarks["User13"];//确认执行
if (bookmarkUser13 != null)
{
bookmarkUser13.Text = "√";
}
}
else
{
Bookmark bookmarkIsFit13 = doc.Range.Bookmarks["IsFit13"];
if (bookmarkIsFit13 != null)
{
if (item13 != null)
{
bookmarkIsFit13.Text = "×";
}
}
}
}
}
//审核记录