移交管理9-12报表导入
This commit is contained in:
@@ -56,6 +56,10 @@ namespace FineUIPro.Web.Transfer
|
||||
{
|
||||
try
|
||||
{
|
||||
errorInfos.Clear();
|
||||
this.gvErrorInfo.DataSource = errorInfos;
|
||||
this.gvErrorInfo.DataBind();
|
||||
|
||||
if (this.fuAttachUrl.HasFile == false)
|
||||
{
|
||||
ShowNotify("请您选择Excel文件!", MessageBoxIcon.Warning);
|
||||
@@ -162,7 +166,7 @@ namespace FineUIPro.Web.Transfer
|
||||
ir = pds.Rows.Count;
|
||||
if (pds != null && ir > 0)
|
||||
{
|
||||
for (int i = 0; i < ir; i++)
|
||||
for (int i = 1; i < ir; i++)
|
||||
{
|
||||
string row4 = pds.Rows[i][4].ToString();
|
||||
if (!string.IsNullOrEmpty(row4))
|
||||
|
||||
Reference in New Issue
Block a user