yangyin
2025-03-25 db33bc6d9a30db6be4b40e45097c9a87a67cc845
WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs
@@ -64,8 +64,7 @@
        /// <param name="next_step_id"></param>
        private bool ChangeStep(long current_step_id, long next_step_id)
        {
            RbtnChk截面18.Visible = false;
            if (current_step_id == this._stepTreeDockPanel.Step_ID_Hdr_Base_Info)
            {
                if (!SaveParaStep1())
@@ -90,6 +89,7 @@
            }
            else if (current_step_id == this._stepTreeDockPanel.Step_ID_Outflow_Paras)
            {
                if (!SaveParaStep3())
                    return false;
            }
@@ -130,6 +130,18 @@
                this._occDesign2dCtrl.HideAll();
                this._occDesign3dCtrl.HideAll();
            }
            else if (next_step_id == this._stepTreeDockPanel.Step_ID_Outflow_Paras)
            {
                RbtnChk截面18.Visible = true;
                this.RBtn后退.Enabled = true;
                this.Rbtn前进.Enabled = true;
                this.Rbtn上一步.Enabled = true;
                this.Rbtn下一步.Enabled = true;
                this.Rbtn完成.Enabled = false;
            }
            else if (next_step_id == this._stepTreeDockPanel.Step_ID_Thickness)
            {
                this.RBtn后退.Enabled = true;