1229-gaofei

This commit is contained in:
gaofei
2021-12-29 15:03:49 +08:00
parent 0bf6d1efd7
commit 3bda153d7c
16 changed files with 1696 additions and 242 deletions
@@ -271,11 +271,11 @@ namespace FineUIPro.Web.ProjectData
this.InsertDataTypeToProject(project.ProjectId);////初始化资料类别数据
this.InsertConstructionStandardListToProject(project.ProjectId); ////初始化项目标准规范清单
this.InsertITPListProject(project.ProjectId); // 初始化ITP列表
this.InsertAC(project); //初始化防腐绝热
this.InsertGE(project); //初始化地勘
this.InsertUP(project); //初始化全厂地下主管网
this.InsertTF(project); //初始化临时设施
this.InsertGL(project); //初始化总图
//this.InsertAC(project); //初始化防腐绝热
//this.InsertGE(project); //初始化地勘
//this.InsertUP(project); //初始化全厂地下主管网
//this.InsertTF(project); //初始化临时设施
//this.InsertGL(project); //初始化总图
ShowNotify("保存数据成功!", MessageBoxIcon.Success);
// 2. 关闭本窗体,然后刷新父窗体
// PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());