1
This commit is contained in:
@@ -72,8 +72,9 @@ namespace FineUIPro.Web.PZHGL.GJSX
|
||||
{
|
||||
for (int i = 0; i < Grid1.Rows.Count; i++)
|
||||
{
|
||||
var state = tb.Rows[i]["state"].ToString().Trim();
|
||||
var completeDate = tb.Rows[i]["CompleteDate"].ToString();
|
||||
var state = table.Rows[i]["state"].ToString().Trim();
|
||||
var completeDate = table.Rows[i]["CompleteDate"].ToString();
|
||||
var code = table.Rows[i]["CompleteDate"].ToString();
|
||||
DateTime dtCompleteDate = Convert.ToDateTime(completeDate);
|
||||
if (Grid1.Rows[i].DataKeys[0] != null && !string.IsNullOrWhiteSpace(state))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user