20241225 用户下拉按部门分组
This commit is contained in:
@@ -32,9 +32,9 @@ namespace FineUIPro.Web.EditorManage
|
||||
BLL.ConstService.InitConstValueDropDownList(this.drpJobType, BLL.Const.ProjectPlanner_JobType, true);//项目类型
|
||||
//BLL.ConstService.InitConstValueDropDownList(this.drpJobStatus, BLL.Const.ProjectPlanner_JobStatus, false); //项目状态
|
||||
BLL.DepartService.InitDepartDropDownList(this.drpBuCode, true);//部门
|
||||
BLL.Sys_UserService.InitUserDrpNA(this.drpProjectManager, true); //项目经理
|
||||
BLL.Sys_UserService.InitUserDrpNA(this.drpEMManager, true); //EM
|
||||
BLL.Sys_UserService.InitUserDrpNA(this.drpConstManager, true);//施工经理
|
||||
BLL.Sys_UserService.InitUserDropDownList(this.drpProjectManager, true); //项目经理
|
||||
BLL.Sys_UserService.InitUserDropDownList(this.drpEMManager, true); //EM
|
||||
BLL.Sys_UserService.InitUserDropDownList(this.drpConstManager, true);//施工经理
|
||||
BLL.Sys_UserService.InitUserDropDownList(this.drpOpre, true);//操作代表
|
||||
BLL.Sys_UserService.InitDropDownList(this.drpLeadBy, true);
|
||||
BLL.Sys_UserService.InitUserDropDownList(this.drpCIProcess, true);
|
||||
|
||||
Reference in New Issue
Block a user