代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
using NPOI.SS.Formula.Functions;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Web.UI.DataVisualization.Charting;
|
||||
|
||||
namespace Web.Controls
|
||||
@@ -457,7 +451,7 @@ namespace Web.Controls
|
||||
chart1.Series["BCWS百分比"].Points.DataBindXY(dv, "月份", dv, "BCWS百分比");
|
||||
chart1.Series["BCWS百分比"].Color = Color.MediumSeaGreen;
|
||||
chart1.Series["BCWS百分比"].BorderWidth = 2;
|
||||
chart1.Series["BCWS百分比"].ChartType =SeriesChartType.Spline;
|
||||
chart1.Series["BCWS百分比"].ChartType = SeriesChartType.Spline;
|
||||
|
||||
for (int i = 0; i < chart1.Series["BCWS百分比"].Points.Count; i++)
|
||||
{
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
using BLL;
|
||||
using FastReport;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web.Controls
|
||||
{
|
||||
@@ -43,7 +38,7 @@ namespace FineUIPro.Web.Controls
|
||||
{
|
||||
ReportPath = Request.Params["ReportPath"];
|
||||
WebReport1.StartReport += WebReport1_StartReport;
|
||||
if (dataTables!=null&&dataTables.Count > 0)
|
||||
if (dataTables != null && dataTables.Count > 0)
|
||||
{
|
||||
for (int i = 0; i < dataTables.Count; i++)
|
||||
{
|
||||
@@ -59,11 +54,11 @@ namespace FineUIPro.Web.Controls
|
||||
}
|
||||
WebReport1.ReportFile = ReportPath;
|
||||
WebReport1.Prepare();
|
||||
// WebReport1.ExportPdf();
|
||||
// WebReport1.ExportPdf();
|
||||
}
|
||||
private void WebReport1_StartReport(object sender, EventArgs e)
|
||||
{
|
||||
if (ParameterValues!=null&&ParameterValues.Count > 0)
|
||||
if (ParameterValues != null && ParameterValues.Count > 0)
|
||||
{
|
||||
foreach (KeyValuePair<string, string> kvp in ParameterValues)
|
||||
{
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
using BLL;
|
||||
using Org.BouncyCastle.Asn1.Cms;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.Linq;
|
||||
|
||||
namespace FineUIPro.Web.Controls
|
||||
@@ -51,7 +48,7 @@ namespace FineUIPro.Web.Controls
|
||||
if (!IsPostBack)
|
||||
{
|
||||
this.UnitId = this.UnitId ?? BLL.Const.UnitId_SEDIN;
|
||||
this.ProjectId=this.ProjectId;
|
||||
this.ProjectId = this.ProjectId;
|
||||
////加载树
|
||||
SetSubUnitProjectTree(this.tvProject);
|
||||
}
|
||||
@@ -75,7 +72,7 @@ namespace FineUIPro.Web.Controls
|
||||
}
|
||||
else
|
||||
{
|
||||
this.UnitId=this.tvProject.SelectedNode.ParentNode.NodeID;
|
||||
this.UnitId = this.tvProject.SelectedNode.ParentNode.NodeID;
|
||||
this.ProjectId = this.tvProject.SelectedNodeID;
|
||||
}
|
||||
if (this.change != null)
|
||||
@@ -117,7 +114,7 @@ namespace FineUIPro.Web.Controls
|
||||
FineUIPro.TreeNode crootNode = new FineUIPro.TreeNode
|
||||
{
|
||||
|
||||
// Text =item.UnitCode+":"+ item.UnitName,
|
||||
// Text =item.UnitCode+":"+ item.UnitName,
|
||||
NodeID = item.UnitId,
|
||||
EnableClickEvent = true
|
||||
};
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace FineUIPro.Web.Controls
|
||||
this.Toolbar1.Hidden = !IsShowLevel;
|
||||
////加载树
|
||||
SetSubUnitProjectTree(this.trWBS);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
@@ -72,7 +72,7 @@ namespace FineUIPro.Web.Controls
|
||||
////加载树
|
||||
SetSubUnitProjectTree(this.trWBS);
|
||||
}
|
||||
|
||||
|
||||
|
||||
#region 绑定分公司 单位-项目树
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user