项目人员信息档案新增、导入补充:机构划分、组织单元、人员分类、员工子组、备注信息
This commit is contained in:
@@ -38,7 +38,7 @@ namespace FineUIPro.Web.HSSE.CostGoods
|
||||
///单位下拉框
|
||||
BLL.UnitService.InitUnitDropDownList(this.drpUnit, this.CurrUser.LoginProjectId, false);
|
||||
Model.Base_Unit unit = BLL.UnitService.GetUnitByUnitId(this.CurrUser.UnitId);
|
||||
if (unit == null || (unit != null && unit.UnitId == BLL.Const.UnitId_TCC))
|
||||
if (unit == null || (unit != null && unit.UnitId == BLL.Const.UnitId_XJYJ))
|
||||
{
|
||||
this.txtSMainApproveType1.Readonly = false;
|
||||
this.txtSMainApproveType2.Readonly = false;
|
||||
@@ -353,7 +353,7 @@ namespace FineUIPro.Web.HSSE.CostGoods
|
||||
this.txtSMonthTypeTotal7.Text = Convert.ToString(sMonthType29);//文明施工和环境保护 当月累计 费用小计
|
||||
this.txtSMonthTypeTotal.Text = Convert.ToString(Funs.GetNewDecimalOrZero(this.txtSMonthTypeTotal1.Text) + Funs.GetNewDecimalOrZero(this.txtSMonthTypeTotal2.Text) + Funs.GetNewDecimalOrZero(this.txtSMonthTypeTotal3.Text) + Funs.GetNewDecimalOrZero(this.txtSMonthTypeTotal4.Text) + Funs.GetNewDecimalOrZero(this.txtSMonthTypeTotal5.Text) + Funs.GetNewDecimalOrZero(this.txtSMonthTypeTotal6.Text) + Funs.GetNewDecimalOrZero(this.txtSMonthTypeTotal7.Text));
|
||||
}
|
||||
if (unit != null && unit.UnitId != BLL.Const.UnitId_TCC)
|
||||
if (unit != null && unit.UnitId != BLL.Const.UnitId_XJYJ)
|
||||
{
|
||||
this.drpUnit.Enabled = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user