tx
2025-04-10 2538101febc78f525945da72c7cdcb2589f9e6ea
TProduct.WinFrmUI/TProduct.WinFrmUI.TPump/MainPage性能测试/FeatTestViewMainPage_基本信息.cs
@@ -82,12 +82,18 @@
                this.tabPagePartInfo.Controls.Add(this._partInfoCtrl);
            }
            this._partInfoCtrl.SetBindingData(
            if (this._currentPump == null)
            {
                this._partInfoCtrl.Enabled = false;
            }
            else
            {
                this._partInfoCtrl.SetBindingData(
                this._currentPump,
                this._currentMotor,
                this._currentPart,
                this._featTestItem.ElectricInfo);
            }
        }
        //PumpTestBimfaceViewCtrl _model3dCtrl = null;
@@ -195,6 +201,9 @@
        }
        private void EditPumpMore()
        {
            if (_currentPump == null)
                return;
            WaitFrmHelper.ShowWaitForm();
            TProduct.WinFrmUI.Data4Factory.EditProductPumpDlg
                dlg = new Data4Factory.EditProductPumpDlg();