合并天辰 作业票
This commit is contained in:
@@ -107,6 +107,15 @@ namespace FineUIPro.Web.HSSE.License
|
||||
private void InitDropDownList()
|
||||
{
|
||||
UnitService.InitUnitDropDownList(this.drpUnitId, this.ProjectId, true);
|
||||
|
||||
//var pUnit = BLL.ProjectUnitService.GetProjectUnitByUnitIdProjectId(this.CurrUser.LoginProjectId, this.CurrUser.UnitId);
|
||||
if (this.CurrUser.UnitId != Const.UnitId_CD)
|
||||
{
|
||||
this.drpUnitId.Enabled = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
//参加人员
|
||||
UserService.InitUserDropDownList(this.drpPartTechnicalMans, this.ProjectId, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user