修改wbs导入问题
This commit is contained in:
@@ -200,7 +200,6 @@ namespace FineUIPro.Web.CQMS.WBS
|
|||||||
string col0 = pds.Rows[i][0].ToString().Trim();
|
string col0 = pds.Rows[i][0].ToString().Trim();
|
||||||
string col1 = pds.Rows[i][1].ToString().Trim();
|
string col1 = pds.Rows[i][1].ToString().Trim();
|
||||||
string col2 = pds.Rows[i][2].ToString().Trim();
|
string col2 = pds.Rows[i][2].ToString().Trim();
|
||||||
string col3 = pds.Rows[i][3].ToString().Trim();
|
|
||||||
if (!string.IsNullOrEmpty(col0))
|
if (!string.IsNullOrEmpty(col0))
|
||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(col0))
|
if (string.IsNullOrEmpty(col0))
|
||||||
@@ -386,7 +385,6 @@ namespace FineUIPro.Web.CQMS.WBS
|
|||||||
string col0 = pds.Rows[i][0].ToString().Trim();
|
string col0 = pds.Rows[i][0].ToString().Trim();
|
||||||
string col1 = pds.Rows[i][1].ToString().Trim();
|
string col1 = pds.Rows[i][1].ToString().Trim();
|
||||||
string col2 = pds.Rows[i][2].ToString().Trim();
|
string col2 = pds.Rows[i][2].ToString().Trim();
|
||||||
string col3 = pds.Rows[i][3].ToString().Trim();
|
|
||||||
if (!string.IsNullOrEmpty(col0))
|
if (!string.IsNullOrEmpty(col0))
|
||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(col0))
|
if (string.IsNullOrEmpty(col0))
|
||||||
|
|||||||
Reference in New Issue
Block a user