WinFrmUI/HStation.WinFrmUI.Assets.Core/22-cooling/02-main/AddAssetsCoolingMainDlg.cs
@@ -72,11 +72,6 @@ this.dxErrorProvider1.SetError(this.txtName, "必填项"); return false; } if (string.IsNullOrEmpty(this.txtMaterial.Text.Trim())) { this.dxErrorProvider1.SetError(this.txtMaterial, "必填项"); return false; } if (string.IsNullOrEmpty(this.txtCoefficient.Text.Trim())) { this.dxErrorProvider1.SetError(this.txtCoefficient, "必填项"); @@ -150,6 +145,7 @@ } return _allFactorList; } private List<AssetsCoolingFactorVmo> _allFactorList = null; //匹配系数 @@ -190,7 +186,5 @@ { MatchingFactor(); } } }