HSE费用菜单简化及功能优化
This commit is contained in:
@@ -33,7 +33,7 @@ namespace FineUIPro.Web.HSSE.CostGoods
|
||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||
this.Id = Request.Params["Id"];
|
||||
///单位下拉框
|
||||
BLL.UnitService.InitUnitDropDownList(this.drpUnit, this.CurrUser.LoginProjectId, false);
|
||||
BLL.UnitService.InitUnitDownList(this.drpUnit, this.CurrUser.LoginProjectId, false);
|
||||
if (!string.IsNullOrEmpty(this.Id)) {
|
||||
var result = HseExpenseService.Detail(Id);
|
||||
if (result!=null)
|
||||
|
||||
Reference in New Issue
Block a user