2023-03-21

This commit is contained in:
2023-03-21 10:21:07 +08:00
parent 1b564e74ea
commit e4f889fa7a
10 changed files with 300 additions and 183 deletions
@@ -294,8 +294,9 @@ namespace FineUIPro.Web.HJGL.InfoQuery
}
else if (this.tvControlItem.SelectedNode.CommandName == "管线")
{
model.PipelineId = this.tvControlItem.SelectedNodeID;
}
model.PipelineId= this.tvControlItem.SelectedNodeID;
model.WeldJointCode = this.txtWeldJointCode.Text;
var list= BLL.WeldJointService.GetViewWeldJointsBymodel(model);
View_HJGL_WeldJoint = list;