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