2022-10-21 焊接二次设计wbs树颜色,和焊口数量统计

This commit is contained in:
2022-10-21 10:17:44 +08:00
parent 00616b7fa0
commit a74043952e
5 changed files with 99 additions and 8 deletions
@@ -919,7 +919,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
weldJoint.WeldTypeId = PipelineList[i].WeldTypeId;
weldJoint.DetectionTypeId = PipelineList[i].DetectionTypeId;
weldJoint.JointAttribute = PipelineList[i].JointAttribute;
weldJoint.ProjectId= this.CurrUser.LoginProjectId;
var isExistJot = Funs.DB.HJGL_WeldJoint.FirstOrDefault(x => x.PipelineId == pipeLineId && x.WeldJointCode == PipelineList[i].WeldJointCode);
if (isExistJot != null) // 更新焊口
{