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

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
@@ -48,7 +48,7 @@ namespace FineUIPro.Web.ZHGL.Information
{
this.Type = Request.Params["Type"];
this.Id = Request.Params["Id"];
this.BindGrid();
this.BindGrid();
}
}
#endregion
@@ -106,7 +106,7 @@ namespace FineUIPro.Web.ZHGL.Information
string handleStates = (this.cbNext.SelectedValue == "0") ? BLL.Const.HandleState_4 : BLL.Const.HandleState_3;
if (!string.IsNullOrEmpty(handleMan) && handleMan != Const._Null)
{
#region
if (Type == "MillionsMonthlyReport")//企业安全数据统计月报
{
@@ -248,7 +248,7 @@ namespace FineUIPro.Web.ZHGL.Information
/// </summary>
/// <param name="MenuId"></param>
/// <param name="dataId"></param>
private void SetFlowData(string menuId, string dataId,string handleMan)
private void SetFlowData(string menuId, string dataId, string handleMan)
{
var getIsExitOperate = Funs.DB.ProjectData_FlowOperate.FirstOrDefault(x => x.DataId == this.Id);
if (getIsExitOperate == null) //首次生成审批记录
@@ -276,7 +276,7 @@ namespace FineUIPro.Web.ZHGL.Information
BLL.ProjectDataFlowSetService.UpdateFlowOperateOpinion(updateUnFlowOperate);
}
string states = (this.cbNext.SelectedValue == "0") ? BLL.Const.State_2: BLL.Const.State_1;
string states = (this.cbNext.SelectedValue == "0") ? BLL.Const.State_2 : BLL.Const.State_1;
////增加 下一步办理信息
Model.ProjectData_FlowOperate newdateUnFlowOperate = new Model.ProjectData_FlowOperate
{
@@ -288,7 +288,7 @@ namespace FineUIPro.Web.ZHGL.Information
};
BLL.ProjectDataFlowSetService.AddProjectData_FlowOperate(newdateUnFlowOperate);
}
/// <summary>
///
/// </summary>