危险源管理模块接入真实数据库:新增危大/超危工程、风险控制清单、安全验收、安全巡检、临时用电管理(含前端页面、BLL/API服务、WebAPI控制器、Model项、SQL脚本与接口文档)
排除 CreateModel.bat(含明文sa密码与本地服务器名,未入库)
This commit is contained in:
@@ -335,7 +335,7 @@ namespace FineUIPro.Web.JDGL.WBS
|
||||
/// </summary>
|
||||
/// <param name="grid"></param>
|
||||
/// <returns></returns>
|
||||
private string GetGridTableHtml(Grid grid)
|
||||
private new string GetGridTableHtml(Grid grid)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.Append("<meta http-equiv=\"content-type\" content=\"application/excel; charset=UTF-8\"/>");
|
||||
|
||||
@@ -12,7 +12,6 @@ namespace FineUIPro.Web.JDGL.WBS
|
||||
private static TreeNode node;
|
||||
private static string type;
|
||||
private static TreeNode delNode;
|
||||
private static string operating = null;
|
||||
#endregion
|
||||
|
||||
#region 页面加载
|
||||
@@ -347,7 +346,6 @@ namespace FineUIPro.Web.JDGL.WBS
|
||||
{
|
||||
this.hdSelectId.Text = this.trWBS.SelectedNodeID;
|
||||
node = trWBS.SelectedNode;
|
||||
operating = "modify";
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("WBSSetEdit.aspx?operating=modify&Id={0}&Type={1}", this.trWBS.SelectedNodeID, this.trWBS.SelectedNode.CommandName, "编辑 - ")));
|
||||
}
|
||||
|
||||
@@ -381,7 +379,6 @@ namespace FineUIPro.Web.JDGL.WBS
|
||||
type = this.trWBS.SelectedNode.CommandName;
|
||||
this.hdSelectId.Text = this.trWBS.SelectedNodeID;
|
||||
node = trWBS.SelectedNode;
|
||||
operating = "add";
|
||||
string openUrl = String.Format("WBSSetEdit.aspx?operating=add&Id={0}&Type={1}", trWBS.SelectedNodeID, trWBS.SelectedNode.CommandName, "拷贝 - ");
|
||||
PageContext.RegisterStartupScript(Window2.GetSaveStateReference(hdSelectId.ClientID)
|
||||
+ Window2.GetShowReference(openUrl));
|
||||
|
||||
Reference in New Issue
Block a user