项目人员信息档案新增、导入补充:机构划分、组织单元、人员分类、员工子组、备注信息
This commit is contained in:
@@ -40,7 +40,7 @@ namespace FineUIPro.Web.ZHGL.Emergency
|
||||
{
|
||||
////权限按钮方法
|
||||
this.GetButtonPower();
|
||||
this.UnitId = BLL.Const.UnitId_TCC;
|
||||
this.UnitId = BLL.Const.UnitId_XJYJ;
|
||||
|
||||
this.btnNew.OnClientClick = Window1.GetShowReference("DrillRecordListEdit.aspx") + "return false;";
|
||||
if (this.CurrUser != null && this.CurrUser.PageSize.HasValue)
|
||||
|
||||
@@ -100,7 +100,7 @@ namespace FineUIPro.Web.ZHGL.Emergency
|
||||
private void InitDropDownList()
|
||||
{
|
||||
//BLL.UnitService.InitUnitDropDownList(this.drpUnits, this.ProjectId, false);
|
||||
var thisUnit = BLL.UnitService.GetUnitByUnitId(BLL.Const.UnitId_TCC);
|
||||
var thisUnit = BLL.UnitService.GetUnitByUnitId(BLL.Const.UnitId_XJYJ);
|
||||
if (thisUnit != null)
|
||||
{
|
||||
this.txtUnit.Text = thisUnit.UnitName;
|
||||
|
||||
@@ -37,7 +37,7 @@ namespace FineUIPro.Web.ZHGL.Emergency
|
||||
Funs.DropDownPageSize(this.ddlPageSize);
|
||||
////权限按钮方法
|
||||
this.GetButtonPower();
|
||||
this.UnitId = BLL.Const.UnitId_TCC;
|
||||
this.UnitId = BLL.Const.UnitId_XJYJ;
|
||||
|
||||
//BLL.UnitService.InitUnitDropDownList(this.drpUnitId, this.ProjectId, true);
|
||||
//if (BLL.ProjectUnitService.GetProjectUnitTypeByProjectIdUnitId(this.ProjectId, this.CurrUser.UnitId))
|
||||
|
||||
@@ -103,7 +103,7 @@ namespace FineUIPro.Web.ZHGL.Emergency
|
||||
/// </summary>
|
||||
private void InitDropDownList()
|
||||
{
|
||||
var thisUnit = BLL.UnitService.GetUnitByUnitId(BLL.Const.UnitId_TCC);
|
||||
var thisUnit = BLL.UnitService.GetUnitByUnitId(BLL.Const.UnitId_XJYJ);
|
||||
if (thisUnit != null)
|
||||
{
|
||||
this.txtUnit.Text = thisUnit.UnitName;
|
||||
|
||||
Reference in New Issue
Block a user