tj
This commit is contained in:
@@ -70,10 +70,6 @@ namespace FineUIPro.Web.CQMS.WBS.Control
|
||||
/// </summary>
|
||||
protected void Grid1_RowDataBound(object sender, GridRowEventArgs e)
|
||||
{
|
||||
if (Grid1.DataKeys[e.RowIndex][0].ToString() == "595fd674-ca2b-4557-a7c7-1be1096c3825")
|
||||
{
|
||||
|
||||
}
|
||||
var states = int.Parse(Grid1.DataKeys[e.RowIndex][3].ToString());
|
||||
GridColumn isDelete = Grid1.FindColumn("Delete");
|
||||
if (states == 0)
|
||||
|
||||
Reference in New Issue
Block a user