ningshuxia
2025-03-31 36f1be9860b303afac93f93a15f0c62cba57c3c5
WinFrmUI/PBS.WinFrmUI.Hydro/02-quick-modeling/03-facility/QuickModelingFacilityWizardPage.cs
@@ -48,6 +48,7 @@
            this.txtHouseholds.EditValue = _vm.Facility.Households;
            this.txtFloorHeight.EditValue = _vm.Facility.FloorHeight;
            this.txtMaxWaterDemand.EditValue = _vm.Facility.MaxWaterDemand;
            this.txtMaxHeight.EditValue = _vm.Facility.MaxHeight;
            this.txtTerminalPressure.EditValue = _vm.Facility.TerminalPressure;
            this.comboBoxWaterSupply.EditValue = _vm.Facility.WaterSupply;
            this.txtConstantPressure.EditValue = _vm.Facility.ConstantPressure;
@@ -97,7 +98,11 @@
                    this.dxErrorProvider1.SetError(this.txtConstantPressure, "必填项");
                    isExist = false;
                }
                if (string.IsNullOrEmpty(this.txtMaxHeight.Text.Trim()))
                {
                    this.dxErrorProvider1.SetError(this.txtMaxHeight, "必填项");
                    isExist = false;
                }
                if (this.textEditSupplyMode.EditValue == null)
                {
                    this.dxErrorProvider1.SetError(this.textEditSupplyMode, "必填项");