2022-10-12 焊接三维补充修改

This commit is contained in:
李鹏飞 2022-10-12 19:17:42 +08:00
parent 6d0290896e
commit 1ca00540a3
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace BLL
Model.Project_Sys_Set Model_JointCompleteColor = BLL.Project_SysSetService.GetSysSetBySetName("焊口已完成", projectId);
if (Model_JointCompleteColor != null)
{
colorModel.JointNOCompleteColor = Model_JointCompleteColor.SetValue;
colorModel.JointCompleteColor = Model_JointCompleteColor.SetValue;
}
return colorModel;

View File

@ -117,6 +117,7 @@ namespace FineUIPro.Web.HJGL.InfoQuery
parameter3D.ColorModel = colorModel;
parameter3D.TagNum = "";
parameter3D.ButtonType = "0,2";
parameter3D.ModelName = HJGL_DataImportService.Getlatest3DModelNameByUnitWorkId(tvControlItem.SelectedNodeID);
ctlAuditFlow.Url_item = BLL.Project_SysSetService.GetAvevaNetUrl(this.CurrUser.LoginProjectId) + "item/IPE%7CVPD%7C"+HJGL_DataImportService.Getlatest3DModelNameByUnitWorkId(tvControlItem.SelectedNodeID);
ctlAuditFlow.data = parameter3D;