20230606新增费用申请页面、项目列表按活跃度排序
This commit is contained in:
@@ -289,7 +289,12 @@ namespace FineUIPro.Web
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
ProjectService.InitAllProjectShortNameDropDownList(this.drpProject, this.CurrUser.PersonId, false);
|
||||
this.drpProject.DataValueField = "ProjectId";
|
||||
this.drpProject.DataTextField = "ShortName";
|
||||
var projectlist =ProjectService.GetSortIndexProjectByUserIdDropDownList(this.CurrUser.PersonId);
|
||||
this.drpProject.DataSource = projectlist;
|
||||
this.drpProject.DataBind();
|
||||
|
||||
if (!string.IsNullOrEmpty(Request.Params["projectId"]))
|
||||
{
|
||||
this.drpProject.SelectedValue = Request.Params["projectId"];
|
||||
@@ -572,11 +577,15 @@ namespace FineUIPro.Web
|
||||
this.Tab1.IFrameUrl = "~/common/mainMenu_HJGL_AVEVA.aspx";
|
||||
|
||||
}
|
||||
if (type == Const.Menu_PZHGL)
|
||||
else if (type == Const.Menu_PZHGL)
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/PZHGL/InformationProject/ConstructionPlan.aspx";
|
||||
this.Tab1.Title = "总承包商施工计划";
|
||||
}
|
||||
else if (type == Const.Menu_PPerson)
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/Person/ProjectPerson.aspx";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -654,7 +663,7 @@ namespace FineUIPro.Web
|
||||
|
||||
protected void btnPPerson_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.MenuSwitchMethod(Const.Menu_PDigData);
|
||||
this.MenuSwitchMethod(Const.Menu_PPerson);
|
||||
}
|
||||
|
||||
protected void btnJDGL_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user