危险源管理模块接入真实数据库:新增危大/超危工程、风险控制清单、安全验收、安全巡检、临时用电管理(含前端页面、BLL/API服务、WebAPI控制器、Model项、SQL脚本与接口文档)
排除 CreateModel.bat(含明文sa密码与本地服务器名,未入库)
This commit is contained in:
@@ -61,10 +61,6 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
#endregion
|
||||
|
||||
#region 绑定BindGrid
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
private DataTable tb = null;
|
||||
|
||||
/// <summary>
|
||||
/// 绑定数据
|
||||
@@ -268,7 +264,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
{
|
||||
row1["Day" + row3["day"]] = ((decimal)row3["finished_total_din_bq"]).ToString("#0.##");
|
||||
}
|
||||
catch (Exception e) { }
|
||||
catch (Exception) { }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -282,7 +278,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
has += double.Parse(row4["Day" + i].ToString());
|
||||
|
||||
}
|
||||
catch (Exception e) { }
|
||||
catch (Exception) { }
|
||||
|
||||
}
|
||||
tb1.Rows[j * 2]["has_month_din"] = has;
|
||||
@@ -307,7 +303,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
tb1.Rows[j * 2]["finished_total_din"] = hasTotalfinsh;
|
||||
}
|
||||
}
|
||||
catch (Exception e) { }
|
||||
catch (Exception) { }
|
||||
}
|
||||
}
|
||||
var rowTotal1 = tb1.NewRow();
|
||||
@@ -329,7 +325,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
{
|
||||
total_din += double.Parse(tb1.Rows[j * 2 + 1]["total_din"].ToString());
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
for (int i = 1; i <= day; i++)
|
||||
@@ -365,7 +361,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
hasTotal += double.Parse(rowTotal2["Day" + i].ToString());
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -392,7 +388,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
Grid1.RecordCount = tb1.Rows.Count;
|
||||
@@ -540,7 +536,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
/// </summary>
|
||||
/// <param name="grid"></param>
|
||||
/// <returns></returns>
|
||||
private string GetGridTableHtml(Grid grid)
|
||||
private new string GetGridTableHtml(Grid grid)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user