20230626 调整本部检查及单位类单位下拉框
This commit is contained in:
@@ -24,7 +24,7 @@ namespace FineUIPro.Web.CQMS.Material
|
||||
if (!IsPostBack)
|
||||
{
|
||||
this.ProjectId = this.CurrUser.LoginProjectId;
|
||||
BLL.UnitService.GetUnit(this.drpUnit, this.ProjectId, true);
|
||||
BLL.UnitService.InitUnitDropDownList(this.drpUnit, this.ProjectId, true);
|
||||
BLL.MainItemService.InitMainItemDownList(drpMainItem, this.ProjectId, true);
|
||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||
string MaterialId = Request.Params["MaterialId"];
|
||||
|
||||
Reference in New Issue
Block a user