2022-10-11 焊接修改及接口新增
This commit is contained in:
@@ -225,8 +225,19 @@ namespace FineUIPro.Web.HJGL.DataImport
|
||||
if (pipeline != null)
|
||||
{
|
||||
this.hdUnitWorkId.Text = this.tvControlItem.SelectedNode.ParentNode.NodeID;
|
||||
|
||||
this.BindGrid1(this.tvControlItem.SelectedNodeID, this.hdUnitWorkId.Text);
|
||||
this.BindGrid2(this.tvControlItem.SelectedNodeID, this.hdUnitWorkId.Text);
|
||||
if (pipeline.PipeArea == PipelineService.PipeArea_SHOP)
|
||||
{
|
||||
TabStrip1.ActiveTabIndex = 0;
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
TabStrip1.ActiveTabIndex = 1;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user