移交管理9-12报表导入

This commit is contained in:
2024-01-26 16:50:18 +08:00
parent b2a5d61e56
commit 7cb3458118
43 changed files with 4502 additions and 14 deletions
@@ -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))