chenn
2025-03-27 75263eb2d74528acf0086ddf2d8eab89fcecd8fb
WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs
@@ -97,7 +97,7 @@
            {
                if (!SaveParaStep4())
                    return false;
                if (next_step_id < current_step_id)
                if (next_step_id < current_step_id && next_step_id != 0)
                {//删除加厚体
                    this._occDesign3dCtrl.RemoveThicknessBody( );
                }
@@ -155,7 +155,19 @@
                this.Rbtn数据导出STP.Visible = true;
                this.Rbtn数据导出IGS.Visible = true;
            }
            else
            else if (current_step_id == this._stepTreeDockPanel.Step_ID_Thickness && next_step_id == 0)
            {
                this.RBtn后退.Enabled = true;
                this.Rbtn前进.Enabled = false;
                this.Rbtn上一步.Enabled = true;
                this.Rbtn下一步.Enabled = false;
                this.Rbtn完成.Enabled = true;
                this.Rbtn数据导出STP.Visible = true;
                this.Rbtn数据导出IGS.Visible = true;
            } else
            {
                this.RBtn后退.Enabled = true;
                this.Rbtn前进.Enabled = true;