From c74c5c27380a2967971e22336d05b635d691e483 Mon Sep 17 00:00:00 2001 From: chenn <gu.beic@qq.com> Date: 星期五, 11 四月 2025 13:38:30 +0800 Subject: [PATCH] 修改出口参数界面展示逻辑 --- WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs index 90e85be..0a34d75 100644 --- a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs +++ b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_StepInfo.cs @@ -65,6 +65,7 @@ private bool ChangeStep(long current_step_id, long next_step_id) { RbtnChk鎴潰18.Visible = false; + RbtnChk鏍囨敞.Visible = false; if (current_step_id == this._stepTreeDockPanel.Step_ID_Hdr_Base_Info) { if (!SaveParaStep1()) @@ -133,6 +134,7 @@ else if (next_step_id == this._stepTreeDockPanel.Step_ID_Outflow_Paras) { RbtnChk鎴潰18.Visible = true; + RbtnChk鏍囨敞.Visible = true; this.RBtn鍚庨��.Enabled = true; this.Rbtn鍓嶈繘.Enabled = true; -- Gitblit v1.9.3