修改博盛接口和进度录入
This commit is contained in:
@@ -127,7 +127,8 @@ namespace FineUIPro.Web.JDGL.WBS
|
||||
if (!IsPostBack)
|
||||
{
|
||||
errorInfos = string.Empty;
|
||||
DataTable table = BLL.WorkloadStatisticsService.GetAllTreeDataTable(this.CurrUser.LoginProjectId, string.Empty);
|
||||
string Id = Request.Params["Id"];
|
||||
DataTable table = BLL.WorkloadStatisticsService.GetAllTreeDataTable(this.CurrUser.LoginProjectId, string.Empty, Id);
|
||||
Grid1.DataSource = table;
|
||||
Grid1.DataBind();
|
||||
for (int i = 0; i < this.Grid1.Rows.Count; i++)
|
||||
|
||||
Reference in New Issue
Block a user