HSE费用菜单简化及功能优化

This commit is contained in:
2024-07-05 14:11:35 +08:00
parent e1010bbbfa
commit d281b1d9c1
10 changed files with 235 additions and 32 deletions
@@ -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)