This commit is contained in:
高飞 2026-02-05 08:45:18 +08:00
parent 24e8b8a045
commit 1bc1942770
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ namespace FineUIPro.Web.HJGL.MaterialManage
/// <param name="e"></param> /// <param name="e"></param>
protected void btnSave_Click(object sender, EventArgs e) protected void btnSave_Click(object sender, EventArgs e)
{ {
if (this.hdWeldId.Text == string.Empty) if (this.txtWeldName.Text.Trim() == string.Empty)
{ {
Alert.ShowInTop("请选择焊材牌号!", MessageBoxIcon.Warning); Alert.ShowInTop("请选择焊材牌号!", MessageBoxIcon.Warning);
return; return;