|
|
@ -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]; |
|
|
|