项目人员信息档案新增、导入补充:机构划分、组织单元、人员分类、员工子组、备注信息
This commit is contained in:
@@ -285,7 +285,7 @@ namespace FineUIPro.Web.CQMS.Information
|
||||
Panel2.Enabled = false;
|
||||
VisaApplicationService.Init(drpHandleType, Const.VisaApplication_Audit6, false);
|
||||
var userList = from x in Funs.DB.Sys_User
|
||||
where x.UnitId == BLL.Const.UnitId_TCC && x.IsOffice == true
|
||||
where x.UnitId == BLL.Const.UnitId_XJYJ && x.IsOffice == true
|
||||
select x;
|
||||
drpHandleMan.DataValueField = "UserId";
|
||||
drpHandleMan.DataTextField = "UserName";
|
||||
@@ -305,7 +305,7 @@ namespace FineUIPro.Web.CQMS.Information
|
||||
Panel2.Enabled = false;
|
||||
VisaApplicationService.Init(drpHandleType, Const.VisaApplication_Audit7, false);
|
||||
var userList = from x in Funs.DB.Sys_User
|
||||
where x.UnitId == BLL.Const.UnitId_TCC && x.IsOffice == true
|
||||
where x.UnitId == BLL.Const.UnitId_XJYJ && x.IsOffice == true
|
||||
select x;
|
||||
drpHandleMan.DataValueField = "UserId";
|
||||
drpHandleMan.DataTextField = "UserName";
|
||||
@@ -1561,7 +1561,7 @@ namespace FineUIPro.Web.CQMS.Information
|
||||
else if (this.drpHandleType.SelectedValue == BLL.Const.VisaApplication_Audit7 || this.drpHandleType.SelectedValue == BLL.Const.VisaApplication_Audit8)
|
||||
{
|
||||
var userList = from x in Funs.DB.Sys_User
|
||||
where x.UnitId == BLL.Const.UnitId_TCC && x.IsOffice == true
|
||||
where x.UnitId == BLL.Const.UnitId_XJYJ && x.IsOffice == true
|
||||
select x;
|
||||
drpHandleMan.DataValueField = "UserId";
|
||||
drpHandleMan.DataTextField = "UserName";
|
||||
@@ -1638,7 +1638,7 @@ namespace FineUIPro.Web.CQMS.Information
|
||||
else if (this.drpHandleType.SelectedValue == BLL.Const.VisaApplication_Audit7 || this.drpHandleType.SelectedValue == BLL.Const.VisaApplication_Audit8)
|
||||
{
|
||||
var userList = from x in Funs.DB.Sys_User
|
||||
where x.UnitId == BLL.Const.UnitId_TCC && x.IsOffice == true
|
||||
where x.UnitId == BLL.Const.UnitId_XJYJ && x.IsOffice == true
|
||||
select x;
|
||||
drpHandleMan.DataValueField = "UserId";
|
||||
drpHandleMan.DataTextField = "UserName";
|
||||
|
||||
Reference in New Issue
Block a user