This commit is contained in:
parent
24e8b8a045
commit
1bc1942770
|
|
@ -81,7 +81,7 @@ namespace FineUIPro.Web.HJGL.MaterialManage
|
|||
/// <param name="e"></param>
|
||||
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);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue