代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -44,7 +44,7 @@ namespace FineUIPro.Web.InformationProject
|
||||
}
|
||||
|
||||
////权限按钮方法
|
||||
this.GetButtonPower();
|
||||
this.GetButtonPower();
|
||||
|
||||
BLL.ConstValue.InitConstValueDropDownList(this.drpYear, BLL.ConstValue.Group_0008, true);
|
||||
BLL.ConstValue.InitConstValueDropDownList(this.drpMonth, BLL.ConstValue.Group_0009, true);
|
||||
@@ -111,7 +111,7 @@ namespace FineUIPro.Web.InformationProject
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
strSql += " AND MillionsMonthlyReport.ProjectId = '" + this.ProjectId + "'";
|
||||
if (!string.IsNullOrEmpty(Request.Params["projectId"])) ///是否文件柜查看页面传项目值
|
||||
{
|
||||
{
|
||||
strSql += " AND MillionsMonthlyReport.States = @States"; ///状态为已完成
|
||||
listStr.Add(new SqlParameter("@States", BLL.Const.State_2));
|
||||
}
|
||||
@@ -120,7 +120,7 @@ namespace FineUIPro.Web.InformationProject
|
||||
strSql += " AND MillionsMonthlyReport.Year = @Year";
|
||||
listStr.Add(new SqlParameter("@Year", Funs.GetNewInt(this.drpYear.SelectedValue)));
|
||||
}
|
||||
if (this.drpMonth.SelectedValue!=BLL.Const._Null)
|
||||
if (this.drpMonth.SelectedValue != BLL.Const._Null)
|
||||
{
|
||||
strSql += " AND MillionsMonthlyReport.Month = @Month ";
|
||||
listStr.Add(new SqlParameter("@Month", Funs.GetNewInt(this.drpMonth.SelectedValue)));
|
||||
|
||||
Reference in New Issue
Block a user