修改项目策划、总包合同
This commit is contained in:
@@ -57,7 +57,7 @@ namespace FineUIPro.Web.ZHGL.Plan
|
||||
this.ProjectId = this.CurrUser.LoginProjectId;
|
||||
this.ProjectPlanId = Request.Params["ProjectPlanId"];
|
||||
ProjectService.InitAllProjectDropDownList(this.drpProject, true);
|
||||
var q = (from x in Funs.DB.Person_Persons where x.UnitId == Const.UnitId_SEDIN && x.DepartId == Const.Depart_constructionId && x.RoleIds != null && x.RoleIds != Const.NoOfficeRole && x.RoleIds != string.Empty && (!x.IsPost.HasValue || x.IsPost == true) select x).ToList();
|
||||
var q = (from x in Funs.DB.Person_Persons where x.UnitId == Const.UnitId_SEDIN && x.DepartId == Const.Depart_constructionId && x.RoleIds != null && x.RoleIds != Const.NoOfficeRole && x.RoleIds != string.Empty && (!x.IsPost.HasValue || x.IsPost == true) orderby x.PersonName select x).ToList();
|
||||
Model.ActionPlan_ProjectPlan ProjectPlan = BLL.ProjectPlanService.GetProjectPlanById(this.ProjectPlanId);
|
||||
if (ProjectPlan != null)
|
||||
{
|
||||
@@ -137,7 +137,7 @@ namespace FineUIPro.Web.ZHGL.Plan
|
||||
/// </summary>
|
||||
private void bindApprove()
|
||||
{
|
||||
var list = ProjectPlanApproveService.getListData(ProjectPlanId);
|
||||
var list = ProjectPlanOpinionService.getListData(ProjectPlanId, null);
|
||||
gvApprove.DataSource = list;
|
||||
gvApprove.DataBind();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user