代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -42,9 +42,9 @@ namespace FineUIPro.Web.HSSE.CostGoods
if (costManage != null)
{
strProjectId = costManage.ProjectId;
this.drpUnit.Text=UnitService.GetUnitNameByUnitId(costManage.UnitId);
this.drpUnit.Text = UnitService.GetUnitNameByUnitId(costManage.UnitId);
this.txtContractNum.Text = costManage.ContractNum;
this.txtCostManageDate.Text = string.Format("{0:yyyy-MM-dd}", costManage.CostManageDate);
this.txtCostManageDate.Text = string.Format("{0:yyyy-MM-dd}", costManage.CostManageDate);
this.txtProjectName.Text = ProjectService.GetProjectNameByProjectId(strProjectId);
this.txtHseCost.Text = ProjectUnitService.GetSumHSECost(strProjectId, costManage.UnitId).ToString();
this.txtGetCost.Text = CostManageService.GetSumHSECost(strProjectId, costManage.UnitId, this.CostManageId).ToString();
@@ -113,7 +113,7 @@ namespace FineUIPro.Web.HSSE.CostGoods
x.IsClosed
};
this.Grid2.DataSource = FlowOperates.OrderByDescending(x=> x.SortIndex);
this.Grid2.DataSource = FlowOperates.OrderByDescending(x => x.SortIndex);
this.Grid2.DataBind();
if (FlowOperates.FirstOrDefault(x => x.OperaterId != null) != null)
{
@@ -134,7 +134,7 @@ namespace FineUIPro.Web.HSSE.CostGoods
{
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/CostManageAttachUrl&menuId={1}&type=-1", this.CostManageId, BLL.Const.ProjectCostManageMenuId)));
}
}
#endregion
}