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