diff --git a/北京北汽/SCP/Views/PlanData/ASN_STATE.aspx.cs b/北京北汽/SCP/Views/PlanData/ASN_STATE.aspx.cs index 1788623..e9ee1d6 100644 --- a/北京北汽/SCP/Views/PlanData/ASN_STATE.aspx.cs +++ b/北京北汽/SCP/Views/PlanData/ASN_STATE.aspx.cs @@ -119,7 +119,7 @@ namespace SCP.Views.PlanData { BindASN(); } - protected void Grid_V_TB_PRICE_RowDataBound(object sender, GridRowEventArgs e) + protected void Grid_V_TB_ASN_RowDataBound(object sender, GridRowEventArgs e) { var itm = e.DataItem as V_TB_ASN; object[] rowDataKeys = Grid_V_TB_ASN.DataKeys[e.RowIndex];