修改作业票

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
@@ -345,7 +345,7 @@ namespace FineUIPro.Web.HSSE.License
Bookmark bookmarkWorkType = doc.Range.Bookmarks["WorkType"];//作业类别
if (bookmarkWorkType != null)
{
if (getHeightWork != null)
if (getHeightWork.WorkType != null)
{
bookmarkWorkType.Text = getHeightWork.WorkType;
@@ -380,7 +380,7 @@ namespace FineUIPro.Web.HSSE.License
Bookmark bookmarkEquipmentTools = doc.Range.Bookmarks["EquipmentTools"];//设备及工具
if (bookmarkEquipmentTools != null)
{
if (getHeightWork != null)
if (getHeightWork.EquipmentTools != null)
{
bookmarkEquipmentTools.Text = getHeightWork.EquipmentTools;