修改质量导入
This commit is contained in:
@@ -215,14 +215,14 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
Alert.ShowInTop("请选择报验单位!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
//if (this.drpPostId.SelectedText == "焊工")
|
||||
//{
|
||||
//if (string.IsNullOrEmpty(txtWelderCode.Text.Trim()))
|
||||
//{
|
||||
// Alert.ShowInTop("焊工编号必填!", MessageBoxIcon.Warning);
|
||||
// return;
|
||||
//}
|
||||
//}
|
||||
if (this.drpPostId.SelectedText == "焊工")
|
||||
{
|
||||
if (string.IsNullOrEmpty(txtWelderCode.Text.Trim()))
|
||||
{
|
||||
Alert.ShowInTop("焊工编号必填!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
}
|
||||
// 焊工部分
|
||||
Model.BS_Welder welder = new Model.BS_Welder();
|
||||
if (this.drpUnitId.SelectedValue != BLL.Const._Null)
|
||||
|
||||
Reference in New Issue
Block a user