代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -270,7 +270,7 @@ Where ProjectId=@ProjectId ";
|
||||
var tCount = Grid1.Rows[i].Values[8].ToString();
|
||||
var tCount1 = Grid1.Rows[i].Values[9].ToString();
|
||||
|
||||
if (tCount == "0" && tCount1 == "0") ////未参加过培训的人员
|
||||
if (tCount == "0" && tCount1 == "0") ////未参加过培训的人员
|
||||
{
|
||||
Grid1.Rows[i].RowCssClass = "Red";
|
||||
}
|
||||
@@ -734,8 +734,8 @@ Where ProjectId=@ProjectId ";
|
||||
|
||||
protected void btnRefresh_Click(object sender, EventArgs e)
|
||||
{
|
||||
int count = GetDataService.SendCarNo(this.ProjectId);
|
||||
Alert.ShowInTop("刷新完成"+ count.ToString()+"条。", MessageBoxIcon.Success);
|
||||
int count = GetDataService.SendCarNo(this.ProjectId);
|
||||
Alert.ShowInTop("刷新完成" + count.ToString() + "条。", MessageBoxIcon.Success);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user