This commit is contained in:
jackchenyang 2024-05-27 15:22:18 +08:00
parent 23ae289a37
commit a9d779470f
2 changed files with 12 additions and 8 deletions

Binary file not shown.

View File

@ -67,15 +67,8 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
this.ddlPageSize.SelectedValue = this.Grid1.PageSize.ToString();
this.PTP_ID = string.Empty;
this.txtSearchDate.Text = string.Format("{0:yyyy-MM}", System.DateTime.Now);
this.GetBindDropPrintList();
//打印报表项
this.drpPrintTypeList.DataSource = BLL.Common_ReportPrintService.TestPackageSelectPrint();
this.drpPrintTypeList.DataTextField = "Title";
this.drpPrintTypeList.DataValueField = "Id";
this.drpPrintTypeList.DataBind();
Funs.FineUIPleaseSelect(this.drpPrintTypeList);
// 审核人
BLL.Project_UserService.InitProjectUserDropDownList(drpAuditMan, true, this.CurrUser.LoginProjectId, Resources.Lan.PleaseSelect);
this.InitTreeMenu();//加载树
@ -83,6 +76,17 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
}
#endregion
#region
private void GetBindDropPrintList()
{
this.drpPrintTypeList.DataSource = BLL.Common_ReportPrintService.TestPackageSelectPrint();
this.drpPrintTypeList.DataTextField = "Title";
this.drpPrintTypeList.DataValueField = "Id";
this.drpPrintTypeList.DataBind();
this.drpPrintTypeList.Items.Insert(0, new ListItem("请选择", ""));
}
#endregion
#region --
/// <summary>
/// 加载树