WinFrmUI/HStation.WinFrmUI.Assets.Core/05-elbow/02-main/EditAssetsElbowMainDlg.cs
@@ -62,11 +62,6 @@ if (string.IsNullOrEmpty(this.txtName.Text.Trim())) { 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()))