代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -5,8 +5,6 @@ using System.Data;
|
||||
using System.Data.OleDb;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
@@ -213,7 +211,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
result += (i + 2).ToString() + "," + "交底负责单位" + "," + "[" + row3 + "]不存在!" + "|";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
string row5 = pds.Rows[i][5].ToString();
|
||||
if (!string.IsNullOrEmpty(row5))
|
||||
{
|
||||
@@ -240,7 +238,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
string row8 = pds.Rows[i][8].ToString();
|
||||
if (string.IsNullOrEmpty(row8))
|
||||
{
|
||||
@@ -412,7 +410,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
string row0 = pds.Rows[i][0].ToString().Trim();
|
||||
string row3 = pds.Rows[i][3].ToString().Trim();
|
||||
var cn = cns.Where(y => y.ProfessionalName == row0).FirstOrDefault();
|
||||
oldViewInfo = oldViewInfos.Where(x => x.RemarkCode ==Funs.GetNewInt( pds.Rows[i][8].ToString().Trim())
|
||||
oldViewInfo = oldViewInfos.Where(x => x.RemarkCode == Funs.GetNewInt(pds.Rows[i][8].ToString().Trim())
|
||||
).FirstOrDefault();
|
||||
if (oldViewInfo == null)
|
||||
{
|
||||
@@ -421,7 +419,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
des.ProjectId = this.CurrUser.LoginProjectId;
|
||||
des.CNProfessionalId = cn.CNProfessionalId;
|
||||
des.DisclosureCode = pds.Rows[i][1].ToString().Trim();
|
||||
des.DisclosureName= pds.Rows[i][2].ToString().Trim();
|
||||
des.DisclosureName = pds.Rows[i][2].ToString().Trim();
|
||||
des.UnitId = units.Where(x => x.UnitName == row3.Trim()).FirstOrDefault().UnitId;
|
||||
des.DisclosureMan = pds.Rows[i][4].ToString().Trim();
|
||||
des.DisclosureDate = Funs.GetNewDateTime(pds.Rows[i][5].ToString().Trim());
|
||||
|
||||
Reference in New Issue
Block a user