项目人员信息档案新增、导入补充:机构划分、组织单元、人员分类、员工子组、备注信息
This commit is contained in:
@@ -577,7 +577,7 @@ namespace FineUIPro.Web.HJGL.HotProessManage
|
||||
|
||||
//加载编号
|
||||
string prefixCode = string.Empty;
|
||||
var tccCode = BLL.UnitService.GetUnitCodeByUnitId(BLL.Const.UnitId_TCC);
|
||||
var tccCode = BLL.UnitService.GetUnitCodeByUnitId(BLL.Const.UnitId_XJYJ);
|
||||
var unitCode = BLL.UnitService.GetUnitCodeByUnitId(this.drpUnit.SelectedValue);
|
||||
if (!string.IsNullOrEmpty(tccCode))
|
||||
{
|
||||
@@ -602,7 +602,7 @@ namespace FineUIPro.Web.HJGL.HotProessManage
|
||||
{
|
||||
//加载编号
|
||||
string prefixCode = string.Empty;
|
||||
var tccCode = BLL.UnitService.GetUnitCodeByUnitId(BLL.Const.UnitId_TCC);
|
||||
var tccCode = BLL.UnitService.GetUnitCodeByUnitId(BLL.Const.UnitId_XJYJ);
|
||||
var unitCode = BLL.UnitService.GetUnitCodeByUnitId(this.drpUnit.SelectedValue);
|
||||
var area = BLL.WorkAreaService.GetWorkAreaByProjectIdAndInstalltionIdAndUnitId(this.CurrUser.LoginProjectId, this.drpInstallationId.SelectedValue, this.drpUnit.SelectedValue);
|
||||
if (!string.IsNullOrEmpty(tccCode))
|
||||
|
||||
Reference in New Issue
Block a user