项目人员信息档案新增、导入补充:机构划分、组织单元、人员分类、员工子组、备注信息
This commit is contained in:
@@ -67,7 +67,7 @@ namespace FineUIPro.Web.HJGL.RepairManage
|
||||
this.drpCH_TrustUnit.DataSource = pUnit;
|
||||
this.drpCH_TrustUnit.DataBind();
|
||||
this.drpCH_TrustUnit.SelectedValue = this.CurrUser.UnitId;
|
||||
if (CurrUser.UnitId != Const.UnitId_TCC && CurrUser.UserId != Const.hfnbdId)
|
||||
if (CurrUser.UnitId != Const.UnitId_XJYJ && CurrUser.UserId != Const.hfnbdId)
|
||||
{
|
||||
this.drpCH_TrustUnit.Enabled = false;
|
||||
}
|
||||
@@ -1056,7 +1056,7 @@ namespace FineUIPro.Web.HJGL.RepairManage
|
||||
this.drpInstallationId.SelectedIndex = 0;
|
||||
//加载委托单号
|
||||
string prefixCode = string.Empty;
|
||||
var epcUnitCode = BLL.UnitService.GetUnitCodeByUnitId(BLL.Const.UnitId_TCC);
|
||||
var epcUnitCode = BLL.UnitService.GetUnitCodeByUnitId(BLL.Const.UnitId_XJYJ);
|
||||
// var trustUnitCode = BLL.UnitService.GetUnitCodeByUnitId(this.drpCH_TrustUnit.SelectedValue);
|
||||
// prefixCode = "RK-" + epcUnitCode + "-" + trustUnitCode + "-";
|
||||
|
||||
@@ -1085,7 +1085,7 @@ namespace FineUIPro.Web.HJGL.RepairManage
|
||||
//{
|
||||
// areaCode = workarea.WorkAreaCode;
|
||||
//}
|
||||
//var epcUnitCode = BLL.UnitService.GetUnitCodeByUnitId(BLL.Const.UnitId_TCC);
|
||||
//var epcUnitCode = BLL.UnitService.GetUnitCodeByUnitId(BLL.Const.UnitId_XJYJ);
|
||||
//var trustUnitCode = BLL.UnitService.GetUnitCodeByUnitId(this.drpCH_TrustUnit.SelectedValue);
|
||||
|
||||
//prefixCode = "RK-" + epcUnitCode + "-" + trustUnitCode + "-" + areaCode + "-";
|
||||
@@ -1111,7 +1111,7 @@ namespace FineUIPro.Web.HJGL.RepairManage
|
||||
//{
|
||||
// areaCode = workarea.WorkAreaCode;
|
||||
//}
|
||||
//var epcUnitCode = BLL.UnitService.GetUnitCodeByUnitId(BLL.Const.UnitId_TCC);
|
||||
//var epcUnitCode = BLL.UnitService.GetUnitCodeByUnitId(BLL.Const.UnitId_XJYJ);
|
||||
//var trustUnitCode = BLL.UnitService.GetUnitCodeByUnitId(this.drpCH_TrustUnit.SelectedValue);
|
||||
//var ndtt = BLL.Base_DetectionTypeService.GetDetectionTypeByDetectionTypeId(this.drpCH_NDTMethod.SelectedValue);
|
||||
//if (ndtt != null)
|
||||
|
||||
Reference in New Issue
Block a user