From 4accaed05bc6a4af8b6c829186a7b7101096e7f9 Mon Sep 17 00:00:00 2001 From: qian Date: Tue, 12 Dec 2023 15:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=8A=A5=E9=94=99=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 北京北汽/SCP/Views/PlanData/ASN_STATE.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];