修改作业票
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user