1
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user