diff --git a/DataBase/版本日志/SGGLDB_WH_2024-7-16-01-phf.sql b/DataBase/版本日志/SGGLDB_WH_2024-7-16-01-phf.sql new file mode 100644 index 00000000..e02fe66d --- /dev/null +++ b/DataBase/版本日志/SGGLDB_WH_2024-7-16-01-phf.sql @@ -0,0 +1,77 @@ +ALTER VIEW [dbo].[View_Hazard_HazardRegister] +AS +SELECT Registration.HazardRegisterId, + Registration.HazardCode, + Registration.RegisterDate, + Registration.RegisterDef, + Registration.Rectification, + Registration.Place, + Registration.ResponsibleUnit, + Registration.Observer, + Registration.Risk_Level, + Registration.RectifiedDate, + Registration.ProjectId, + Project.UnitId AS PUnitId, + ProjectUnit.UnitName AS PUnitName, + Registration.states, + Registration.IsEffective, + Registration.ResponsibleMan, + Registration.CheckManId, + Registration.CheckTime, + Registration.RectificationPeriod, + Registration.ImageUrl, + Registration.RectificationImageUrl, + Registration.RectificationTime, + Registration.ConfirmMan, + Registration.ConfirmDate, + Registration.HandleIdea, + Registration.CutPayment, + Registration.ProblemTypes, + Registration.CheckSpecialId, + Registration.CheckItemDetailId, + Registration.SupCheckItemSetId, + Registration.CheckItemSetId, + Registration.SafeSupervisionId, + Registration.SafeSupervisionIsOK, + Project.ProjectName, + Registration.CheckCycle, + ISNULL(WorkArea.UnitWorkName,'') AS WorkAreaName, + Unit.UnitName as ResponsibilityUnitName, + User1.UserName AS ResponsibilityManName, + ISNULL(User1.Telephone,'') AS ResponsibilityManTel, + User2.UserName AS CheckManName, + ISNULL(User2.Telephone,'') AS CheckManTel, + User2.UnitId AS SendUnitId, + User3.UserName AS ConfirmManName, + ISNULL(User3.Telephone,'') AS ConfirmManTel, + User4.UserName AS ResponsibilityManName2, + ISNULL(User4.Telephone,'') AS ResponsibilityMan2Tel, + (CASE WHEN Registration.states='1' and (Registration.SafeSupervisionIsOK is null OR Registration.SafeSupervisionIsOK=0) THEN '' + WHEN Registration.states='1' and Registration.SafeSupervisionIsOK=1 THEN 'ϸ' + WHEN Registration.states='2' THEN '-' + WHEN Registration.states='3' THEN 'ѱջ' + ELSE '' END ) AS StatesStr, + RegisterTypes.RegisterTypesId, + RegisterTypes.RegisterTypesName, + Registration.DIC_ID, + Registration.CCManIds, + CCManNames = STUFF(( SELECT ',' + UserName FROM Sys_User + where PATINDEX('%,' + RTRIM(Sys_User.UserId) + ',%',',' + Registration.CCManIds + ',')>0 + ORDER BY PATINDEX('%,' + RTRIM(Registration.CCManIds) + ',%',',' + Registration.CCManIds + ',') + FOR XML PATH('')), 1, 1,''), + Registration.Requirements, + Registration.Type, + Registration.HiddenType +FROM dbo.HSSE_Hazard_HazardRegister AS Registration +LEFT JOIN dbo.Base_Project AS Project ON Project.ProjectId = Registration.ProjectId +LEFT JOIN dbo.Base_Unit AS ProjectUnit ON Project.UnitId = ProjectUnit.UnitId +LEFT JOIN dbo.WBS_UnitWork AS WorkArea ON WorkArea.UnitWorkId = Registration.Place +LEFT JOIN dbo.HSSE_Hazard_HazardRegisterTypes AS RegisterTypes ON RegisterTypes.RegisterTypesId = Registration.RegisterTypesId +LEFT JOIN dbo.Base_Unit AS Unit ON Unit.UnitId = Registration.ResponsibleUnit +LEFT JOIN dbo.Sys_User AS User1 ON User1.UserId = Registration.ResponsibleMan +LEFT JOIN dbo.Sys_User AS User2 ON User2.UserId = Registration.CheckManId +LEFT JOIN dbo.Sys_User AS User3 ON User3.UserId = Registration.ConfirmMan +LEFT JOIN dbo.Sys_User AS User4 ON User4.UserId = Registration.ResponsibleMan2 + + +GO \ No newline at end of file diff --git a/DataBase/版本日志/SGGLDB_WH_2024-7-16-phf.sql b/DataBase/版本日志/SGGLDB_WH_2024-7-16-phf.sql new file mode 100644 index 00000000..3d58dcdd --- /dev/null +++ b/DataBase/版本日志/SGGLDB_WH_2024-7-16-phf.sql @@ -0,0 +1,51 @@ +--hseѲ +alter table HSSE_Hazard_HazardRegister +add HiddenType nvarchar(50) NULL; + +--ר +alter table Check_CheckSpecialDetail +add HiddenType nvarchar(50) NULL; + +--ۺϼͺͼ +alter table Check_CheckColligationDetail +add HiddenHazardType nvarchar(50) NULL; + +alter table Check_CheckColligationDetail +add HiddenType nvarchar(50) NULL; + +--ĵͺͼ +alter table Check_RectifyNoticesItem +add HiddenType nvarchar(50) NULL; + +alter table Check_RectifyNoticesItem +add HiddenHazardType nvarchar(50) NULL; + + + +-- +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'ߴ׹','ߴ׹',1,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'','',2,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'˺','˺',3,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'е˺','е˺',4,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'˺','˺',5,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'','',6,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'','',7,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'','',8,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'̮','̮',9,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'','',10,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'ը','ը',11,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'жϢ','жϢ',12,'Hiddendangertype') +insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) +values(newid(),'','',13,'Hiddendangertype') diff --git a/DataBase/版本日志/SGGLDB_WH_2024-7-17-phf.sql b/DataBase/版本日志/SGGLDB_WH_2024-7-17-phf.sql new file mode 100644 index 00000000..47a1c875 --- /dev/null +++ b/DataBase/版本日志/SGGLDB_WH_2024-7-17-phf.sql @@ -0,0 +1,42 @@ +ALTER VIEW [dbo].[View_Check_CheckColligationDetail] AS +/*ۺϴϸбͼ*/ +SELECT checkColligationDetail.CheckColligationDetailId, +checkColligationDetail.CheckColligationId, +checkColligationDetail.CheckItem, +checkColligationDetail.CheckItemType, +checkColligationDetail.Unqualified, +checkColligationDetail.CheckArea, +checkColligationDetail.UnitId, +checkColligationDetail.HandleStep, +checkColligationDetail.CompleteStatus, +(CASE WHEN checkColligationDetail.CompleteStatus =1 THEN '' + WHEN checkColligationDetail.CompleteStatus =0 THEN '' ELSE '' END) AS CompleteStatusName, +checkColligationDetail.LimitedDate, +checkColligationDetail.CompletedDate, +checkColligationDetail.Suggestions, +checkColligationDetail.CheckContent, +CASE WHEN checkColligationDetail.CheckContent IS NOT NULL THEN checkColligationDetail.CheckContent +ELSE checkItemSet.CheckItemName END AS CheckItemStr, +checkColligationDetail.WorkArea, +unit.UnitName, +const.ConstText AS HandleStepStr, +checkColligationDetail.HiddenDangerType, +checkColligationDetail.HiddenDangerLevel, +person.UserName AS PersonName, + +checkColligationDetail.HiddenType, +checkColligationDetail.HiddenHazardType + +FROM dbo.Check_CheckColligationDetail AS checkColligationDetail +--LEFT JOIN dbo.Check_ProjectCheckItemDetail AS checkItemDetail ON checkItemDetail.CheckItemDetailId=checkColligationDetail.CheckItem +LEFT JOIN dbo.Technique_CheckItemSet AS checkItemSet ON checkItemSet.CheckItemSetId=checkColligationDetail.CheckItem +LEFT JOIN dbo.Base_Unit AS unit ON unit.UnitId=checkColligationDetail.UnitId +LEFT JOIN dbo.Sys_User AS person ON person.UserId = checkColligationDetail.PersonId +LEFT JOIN Sys_Const AS const ON const.ConstValue = checkColligationDetail.HandleStep AND const.GroupId='HandleStep' + +GO + + +insert into Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +values('5DC49905-6A1C-4353-A06C-D9D1A8D6B6F9','Ųͳ','HSSE/Check/HiddenTroubleManager.aspx',130,'467A0CB9-737D-4451-965E-869EBC3A4BD6','Menu_HSSE',0,1,1) +go diff --git a/SGGL/BLL/API/HSSE/APICheckSpecialService.cs b/SGGL/BLL/API/HSSE/APICheckSpecialService.cs index bf053967..f9f3e05e 100644 --- a/SGGL/BLL/API/HSSE/APICheckSpecialService.cs +++ b/SGGL/BLL/API/HSSE/APICheckSpecialService.cs @@ -337,6 +337,8 @@ namespace BLL CheckItemDetailContent = x.CheckItemSetContent, Rectification_Date = string.Format("{0:yyyy-MM-dd}", x.Rectification_Date), CheckOpinions = x.CheckOpinions, + + HiddenType=x.HiddenType }; return getInfo.ToList(); } @@ -427,7 +429,8 @@ namespace BLL CheckItemDetailSetId=x.CheckItemSetId, CheckItemDetailContent=x.CheckItemSetContent, Rectification_Date= string.Format("{0:yyyy-MM-dd}", x.Rectification_Date), - CheckOpinions=x.CheckOpinions + CheckOpinions=x.CheckOpinions, + HiddenType=x.HiddenType }; return getInfo.First(); } @@ -468,6 +471,7 @@ namespace BLL CheckItemSetContent= newDetail.CheckItemDetailContent, Rectification_Date = Funs.GetNewDateTime(newDetail.Rectification_Date), CheckOpinions=newDetail.CheckOpinions, + HiddenType=newDetail.HiddenType, }; if (newCheckSpecialDetail.CompleteStatus == false && newCheckSpecialDetail.HandleStep.Contains("1") && string.IsNullOrEmpty(newCheckSpecialDetail.HiddenHazardType)) { @@ -515,6 +519,7 @@ namespace BLL updateDetail.CheckItemSetContent = newDetail.CheckItemDetailContent; updateDetail.Rectification_Date = Funs.GetNewDateTime(newDetail.Rectification_Date); updateDetail.CheckOpinions = newDetail.CheckOpinions; + updateDetail.HiddenType = newDetail.HiddenType; db.SubmitChanges(); } ////保存附件 diff --git a/SGGL/BLL/API/HSSE/APIHazardRegisterService.cs b/SGGL/BLL/API/HSSE/APIHazardRegisterService.cs index 17fc0fe6..c9bd25ed 100644 --- a/SGGL/BLL/API/HSSE/APIHazardRegisterService.cs +++ b/SGGL/BLL/API/HSSE/APIHazardRegisterService.cs @@ -80,6 +80,10 @@ namespace BLL IsWx = "Y", CCManIds = hazardRegister.CCManIds, Requirements = hazardRegister.Requirements, + + Risk_Level = hazardRegister.Risk_Level, + HiddenType= hazardRegister.HiddenType + }; var RegisterTypesDt = db.HSSE_Hazard_HazardRegisterTypes.FirstOrDefault(x => x.RegisterTypesId == newHazardRegister.RegisterTypesId); if (RegisterTypesDt != null && RegisterTypesDt.HazardRegisterType == "4") @@ -173,6 +177,7 @@ namespace BLL ResponsibilityManName = db.Sys_User.First(User => x.ResponsibleMan == User.UserId).UserName, RectificationTime = x.RectificationTime, Risk_Level = x.Risk_Level, + HiddenType=x.HiddenType }).OrderBy(x => x.CheckTime).Skip(Funs.PageSize * (pageIndex - 1)).Take(Funs.PageSize).ToList(); return hazardRegisters; diff --git a/SGGL/BLL/API/HSSE/APIRectifyNoticesService.cs b/SGGL/BLL/API/HSSE/APIRectifyNoticesService.cs index 9b3c4a8c..15cf037c 100644 --- a/SGGL/BLL/API/HSSE/APIRectifyNoticesService.cs +++ b/SGGL/BLL/API/HSSE/APIRectifyNoticesService.cs @@ -107,6 +107,9 @@ namespace BLL IsRectify = x.IsRectify, PhotoBeforeUrl = APIUpLoadFileService.getFileUrl(x.RectifyNoticesItemId + "#1", null), PhotoAfterUrl = APIUpLoadFileService.getFileUrl(x.RectifyNoticesItemId + "#2", null), + + HiddenType=x.HiddenType, + HiddenHazardType=x.HiddenHazardType }; return getInfo.ToList(); } @@ -473,6 +476,9 @@ namespace BLL LimitTime = Funs.GetNewDateTime(rItem.LimitTime), RectifyResults = null, IsRectify = null, + + HiddenType=rItem.HiddenType, + HiddenHazardType=rItem.HiddenHazardType }; db.Check_RectifyNoticesItem.InsertOnSubmit(newItem); db.SubmitChanges(); diff --git a/SGGL/BLL/Common/ConstValue.cs b/SGGL/BLL/Common/ConstValue.cs index 919ee531..8de543ae 100644 --- a/SGGL/BLL/Common/ConstValue.cs +++ b/SGGL/BLL/Common/ConstValue.cs @@ -423,5 +423,18 @@ namespace BLL } } + public static List getHiddenTypeList(string groupid) + { + var list = (from x in Funs.DB.Sys_Const + where x.GroupId== groupid + orderby x.SortIndex + select new Model.DropDownItem + { + Text = x.ConstText, + Values = x.ConstValue + }).ToList(); + return list; + } + } } \ No newline at end of file diff --git a/SGGL/BLL/HSSE/HiddenInspection/HSSE_Hazard_HazardRegisterService.cs b/SGGL/BLL/HSSE/HiddenInspection/HSSE_Hazard_HazardRegisterService.cs index 32b84e41..9bc32644 100644 --- a/SGGL/BLL/HSSE/HiddenInspection/HSSE_Hazard_HazardRegisterService.cs +++ b/SGGL/BLL/HSSE/HiddenInspection/HSSE_Hazard_HazardRegisterService.cs @@ -70,6 +70,8 @@ namespace BLL newHazardRegister.DIC_ID = hazardRegister.DIC_ID; newHazardRegister.Risk_Level = hazardRegister.Risk_Level; newHazardRegister.Type=hazardRegister.Type; + + newHazardRegister.HiddenType = hazardRegister.HiddenType; db.HSSE_Hazard_HazardRegister.InsertOnSubmit(newHazardRegister); db.SubmitChanges(); } @@ -112,6 +114,7 @@ namespace BLL newHazardRegister.DIC_ID = hazardRegister.DIC_ID; newHazardRegister.Type = hazardRegister.Type; + newHazardRegister.HiddenType = hazardRegister.HiddenType; //把附件表的路径复制过来 Model.AttachFile file = BLL.AttachFileService.GetAttachFile(hazardRegister.HazardRegisterId, Const.HSSE_HiddenRectificationListMenuId); if (file != null) diff --git a/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx b/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx index 3f59d9f1..21799e00 100644 --- a/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx +++ b/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx @@ -29,6 +29,21 @@ + + + + + + + + + + + + + diff --git a/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx.cs b/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx.cs index fb1d213e..95d2d2d8 100644 --- a/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx.cs @@ -55,6 +55,8 @@ namespace FineUIPro.Web.HSSE.Check this.ProjectId = this.CurrUser.LoginProjectId; this.InitDropDownList(); this.CheckColligationDetailId = Request.Params["CheckColligationDetailId"]; + ConstValue.InitConstValueDropDownList(drpHiddenType, "Hiddendangertype", false); + if (!string.IsNullOrEmpty(this.CheckColligationDetailId)) { var checkColligationDetail = BLL.Check_CheckColligationDetailService.GetCheckColligationDetailByCheckColligationDetailId(this.CheckColligationDetailId); @@ -99,6 +101,8 @@ namespace FineUIPro.Web.HSSE.Check { this.drpCompleteStatus.SelectedValue = "False"; } + drpHiddenType.SelectedValue = checkColligationDetail.HiddenType; + dpHiddenHazardType.SelectedValue = checkColligationDetail.HiddenHazardType; } } } @@ -138,6 +142,11 @@ namespace FineUIPro.Web.HSSE.Check detail.Unqualified = this.txtUnqualified.Text.Trim(); detail.Suggestions = this.txtSuggestions.Text.Trim(); detail.WorkArea = this.txtWorkArea.Text.Trim(); + + //新增隐患级别和隐患类型 + detail.HiddenHazardType = dpHiddenHazardType.SelectedValue; + detail.HiddenType = drpHiddenType.SelectedValue; + if (this.drpUnit.SelectedValue != BLL.Const._Null) { detail.UnitId = this.drpUnit.SelectedValue; diff --git a/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx.designer.cs b/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx.designer.cs index e3edff2f..cadf20cc 100644 --- a/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationDetailEdit.aspx.designer.cs @@ -7,11 +7,13 @@ // //------------------------------------------------------------------------------ -namespace FineUIPro.Web.HSSE.Check { - - - public partial class CheckColligationDetailEdit { - +namespace FineUIPro.Web.HSSE.Check +{ + + + public partial class CheckColligationDetailEdit + { + /// /// form1 控件。 /// @@ -20,7 +22,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; - + /// /// PageManager1 控件。 /// @@ -29,7 +31,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.PageManager PageManager1; - + /// /// SimpleForm1 控件。 /// @@ -38,7 +40,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Form SimpleForm1; - + /// /// txtCheckItemType 控件。 /// @@ -47,7 +49,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtCheckItemType; - + /// /// txtCheckItem 控件。 /// @@ -56,7 +58,25 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtCheckItem; - + + /// + /// dpHiddenHazardType 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.DropDownList dpHiddenHazardType; + + /// + /// drpHiddenType 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.DropDownList drpHiddenType; + /// /// txtUnqualified 控件。 /// @@ -65,7 +85,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtUnqualified; - + /// /// txtSuggestions 控件。 /// @@ -74,7 +94,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtSuggestions; - + /// /// txtWorkArea 控件。 /// @@ -83,7 +103,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtWorkArea; - + /// /// drpWorkArea 控件。 /// @@ -92,7 +112,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpWorkArea; - + /// /// drpUnit 控件。 /// @@ -101,7 +121,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpUnit; - + /// /// drpHandleStep 控件。 /// @@ -110,7 +130,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpHandleStep; - + /// /// txtLimitedDate 控件。 /// @@ -119,7 +139,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DatePicker txtLimitedDate; - + /// /// drpCompleteStatus 控件。 /// @@ -128,7 +148,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpCompleteStatus; - + /// /// l1 控件。 /// @@ -137,7 +157,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Label l1; - + /// /// Label1 控件。 /// @@ -146,7 +166,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Label Label1; - + /// /// Toolbar1 控件。 /// @@ -155,7 +175,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar1; - + /// /// lbTemp 控件。 /// @@ -164,7 +184,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Label lbTemp; - + /// /// btnAttachUrl 控件。 /// @@ -173,7 +193,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnAttachUrl; - + /// /// ToolbarFill1 控件。 /// @@ -182,7 +202,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.ToolbarFill ToolbarFill1; - + /// /// btnSave 控件。 /// @@ -191,7 +211,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnSave; - + /// /// btnClose 控件。 /// @@ -200,7 +220,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnClose; - + /// /// WindowAtt 控件。 /// diff --git a/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationEdit.aspx b/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationEdit.aspx index 9f756809..4599ceea 100644 --- a/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationEdit.aspx +++ b/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationEdit.aspx @@ -105,7 +105,7 @@ --%> - - + + + + @@ -124,7 +130,7 @@ FieldType="Date" Renderer="Date" RendererArgument="yyyy-MM-dd" HeaderText="限时时间" HeaderTextAlign="Center" TextAlign="Center"> - + diff --git a/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationView.aspx b/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationView.aspx index 104cdd50..d03e178e 100644 --- a/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationView.aspx +++ b/SGGL/FineUIPro.Web/HSSE/Check/CheckColligationView.aspx @@ -98,6 +98,12 @@ + + + + diff --git a/SGGL/FineUIPro.Web/HSSE/Check/CheckSpecialView.aspx b/SGGL/FineUIPro.Web/HSSE/Check/CheckSpecialView.aspx index 23fe916b..a05a884a 100644 --- a/SGGL/FineUIPro.Web/HSSE/Check/CheckSpecialView.aspx +++ b/SGGL/FineUIPro.Web/HSSE/Check/CheckSpecialView.aspx @@ -74,7 +74,7 @@ <%-- --%> - + FieldType="String" HeaderTextAlign="Center" TextAlign="Left" HeaderText="隐患级别"> <%-- --%> diff --git a/SGGL/FineUIPro.Web/HSSE/Check/HiddenTroubleManager.aspx b/SGGL/FineUIPro.Web/HSSE/Check/HiddenTroubleManager.aspx new file mode 100644 index 00000000..563b259f --- /dev/null +++ b/SGGL/FineUIPro.Web/HSSE/Check/HiddenTroubleManager.aspx @@ -0,0 +1,67 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HiddenTroubleManager.aspx.cs" Inherits="FineUIPro.Web.HSSE.Check.HiddenTroubleManager" %> + + + + + + + 隐患排查与治理统计 + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SGGL/FineUIPro.Web/HSSE/Check/HiddenTroubleManager.aspx.cs b/SGGL/FineUIPro.Web/HSSE/Check/HiddenTroubleManager.aspx.cs new file mode 100644 index 00000000..a2ba3bd4 --- /dev/null +++ b/SGGL/FineUIPro.Web/HSSE/Check/HiddenTroubleManager.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace FineUIPro.Web.HSSE.Check +{ + public partial class HiddenTroubleManager : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/HSSE/Check/HiddenTroubleManager.aspx.designer.cs b/SGGL/FineUIPro.Web/HSSE/Check/HiddenTroubleManager.aspx.designer.cs new file mode 100644 index 00000000..74872d8d --- /dev/null +++ b/SGGL/FineUIPro.Web/HSSE/Check/HiddenTroubleManager.aspx.designer.cs @@ -0,0 +1,143 @@ +//------------------------------------------------------------------------------ +// <自动生成> +// 此代码由工具生成。 +// +// 对此文件的更改可能导致不正确的行为,如果 +// 重新生成代码,则所做更改将丢失。 +// +//------------------------------------------------------------------------------ + +namespace FineUIPro.Web.HSSE.Check +{ + + + public partial class HiddenTroubleManager + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + + /// + /// PageManager1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.PageManager PageManager1; + + /// + /// Panel1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.Panel Panel1; + + /// + /// Grid1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.Grid Grid1; + + /// + /// Toolbar2 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.Toolbar Toolbar2; + + /// + /// txtStartTime 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.DatePicker txtStartTime; + + /// + /// txtEndTime 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.DatePicker txtEndTime; + + /// + /// ToolbarFill1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.ToolbarFill ToolbarFill1; + + /// + /// btnSearch 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.Button btnSearch; + + /// + /// btnOut 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.Button btnOut; + + /// + /// lblPageIndex 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Label lblPageIndex; + + /// + /// ToolbarSeparator1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.ToolbarSeparator ToolbarSeparator1; + + /// + /// ToolbarText1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.ToolbarText ToolbarText1; + + /// + /// ddlPageSize 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.DropDownList ddlPageSize; + } +} diff --git a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAdd.aspx b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAdd.aspx index 81372245..30ed3116 100644 --- a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAdd.aspx +++ b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAdd.aspx @@ -58,7 +58,7 @@ - +
- - - + + + + + + + + + + + + + + + + + + + + listStr = new List(); strSql += "where RectifyNoticesId = @RectifyNoticesId"; listStr.Add(new SqlParameter("@RectifyNoticesId", RectifyNoticesId)); @@ -150,7 +152,9 @@ namespace FineUIPro.Web.HSSE.Check List view = getViewTestPlanTrainingList(); Model.Check_RectifyNoticesItem notice = new Model.Check_RectifyNoticesItem { - RectifyNoticesItemId = SQLHelper.GetNewID() + RectifyNoticesItemId = SQLHelper.GetNewID(), + HiddenHazardType="一般", + HiddenType=drpHiddenType.SelectedValue }; view.Add(notice); //将gd数据保存在list中 @@ -176,6 +180,8 @@ namespace FineUIPro.Web.HSSE.Check string rectifyNoticesItemId = values.Value("RectifyNoticesItemId"); string requirement = values.Value("Requirement"); string limitTime = values.Value("LimitTime"); + string HiddenHazardType = values.Value("HiddenHazardType"); + string HiddenType= values.Value("HiddenType"); var item = new Check_RectifyNoticesItem { RectifyNoticesItemId = rectifyNoticesItemId, @@ -183,6 +189,8 @@ namespace FineUIPro.Web.HSSE.Check WrongContent = wrongContent, Requirement = requirement, LimitTime =Funs.GetNewDateTime( limitTime), + HiddenHazardType= HiddenHazardType, + HiddenType= HiddenType }; view.Add(item); } diff --git a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAdd.aspx.designer.cs b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAdd.aspx.designer.cs index 3d3a0015..c212c533 100644 --- a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAdd.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAdd.aspx.designer.cs @@ -7,11 +7,13 @@ // //------------------------------------------------------------------------------ -namespace FineUIPro.Web.HSSE.Check { - - - public partial class RectifyNoticesAdd { - +namespace FineUIPro.Web.HSSE.Check +{ + + + public partial class RectifyNoticesAdd + { + /// /// form1 控件。 /// @@ -20,7 +22,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; - + /// /// PageManager1 控件。 /// @@ -29,7 +31,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.PageManager PageManager1; - + /// /// Panel4 控件。 /// @@ -38,7 +40,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Panel Panel4; - + /// /// SimpleForm1 控件。 /// @@ -47,7 +49,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Form SimpleForm1; - + /// /// Toolbar1 控件。 /// @@ -56,7 +58,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar1; - + /// /// hdRectifyNoticesId 控件。 /// @@ -65,7 +67,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.HiddenField hdRectifyNoticesId; - + /// /// btnSave 控件。 /// @@ -74,7 +76,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnSave; - + /// /// btnSubmit 控件。 /// @@ -83,7 +85,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnSubmit; - + /// /// btnClose 控件。 /// @@ -92,7 +94,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnClose; - + /// /// txtRectifyNoticesCode 控件。 /// @@ -101,7 +103,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtRectifyNoticesCode; - + /// /// drpUnitId 控件。 /// @@ -110,7 +112,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpUnitId; - + /// /// drpWorkAreaId 控件。 /// @@ -119,7 +121,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpWorkAreaId; - + /// /// drpCheckMan 控件。 /// @@ -128,7 +130,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpCheckMan; - + /// /// txtCheckPerson 控件。 /// @@ -137,7 +139,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtCheckPerson; - + /// /// txtCheckedDate 控件。 /// @@ -146,7 +148,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DatePicker txtCheckedDate; - + /// /// drpHiddenHazardType 控件。 /// @@ -155,7 +157,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpHiddenHazardType; - + /// /// drpCNProfessionalId 控件。 /// @@ -164,7 +166,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpCNProfessionalId; - + /// /// Grid1 控件。 /// @@ -173,7 +175,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Grid Grid1; - + /// /// toolAdd 控件。 /// @@ -182,7 +184,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar toolAdd; - + /// /// btnAdd 控件。 /// @@ -191,7 +193,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnAdd; - + /// /// tWrongContent 控件。 /// @@ -200,7 +202,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox tWrongContent; - + /// /// tRequirement 控件。 /// @@ -209,7 +211,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox tRequirement; - + /// /// txtLimitTimes 控件。 /// @@ -218,7 +220,25 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DatePicker txtLimitTimes; - + + /// + /// dpHiddenHazardType 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.DropDownList dpHiddenHazardType; + + /// + /// drpHiddenType 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.DropDownList drpHiddenType; + /// /// del 控件。 /// @@ -227,7 +247,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.LinkButtonField del; - + /// /// drpSignPerson 控件。 /// @@ -236,7 +256,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpSignPerson; - + /// /// gvFlowOperate 控件。 /// @@ -245,7 +265,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Grid gvFlowOperate; - + /// /// lblPageIndex 控件。 /// @@ -254,7 +274,7 @@ namespace FineUIPro.Web.HSSE.Check { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.WebControls.Label lblPageIndex; - + /// /// WindowAtt 控件。 /// diff --git a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAudit.aspx b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAudit.aspx index c3c0a823..ae8b9ee1 100644 --- a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAudit.aspx +++ b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesAudit.aspx @@ -48,7 +48,7 @@ - +
- - - - - + + + + + + + + + - %>'> - diff --git a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesView.aspx.cs b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesView.aspx.cs index 02903b3a..48dfc488 100644 --- a/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesView.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/Check/RectifyNoticesView.aspx.cs @@ -61,7 +61,7 @@ namespace FineUIPro.Web.HSSE.Check public void BindGrid1() { string strSql = @"select RectifyNoticesItemId, RectifyNoticesId, WrongContent, Requirement, LimitTime, RectifyResults - , (case IsRectify when 'True' then '合格' when 'False' then '不合格' else '' end) As IsRectify + , (case IsRectify when 'True' then '合格' when 'False' then '不合格' else '' end) As IsRectify ,HiddenType,HiddenHazardType from [dbo].[Check_RectifyNoticesItem] "; List listStr = new List(); strSql += "where RectifyNoticesId = @RectifyNoticesId"; diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx index f0c09354..f510cb67 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx @@ -17,8 +17,8 @@ - - + + @@ -73,6 +73,16 @@
+ + + + + + + + diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.cs b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.cs index 5fcd8a07..fad4fc70 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.cs @@ -83,6 +83,8 @@ namespace FineUIPro.Web.HSSE.HiddenInspection Type = Request.Params["Type"]; this.btnClose.OnClientClick = ActiveWindow.GetHideReference(); + + ConstValue.InitConstValueDropDownList(drpHiddenType, "Hiddendangertype", false); UnitService.InitUnitByProjectIdUnitTypeDropDownList(this.drpUnit, this.CurrUser.LoginProjectId, Const.ProjectUnitType_2, true); UnitWorkService.InitUnitWorkDownList(this.drpWorkArea, this.CurrUser.LoginProjectId, true); @@ -163,6 +165,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection this.txtHandleIdea.Hidden = false; this.txtHandleIdea.Text = registration.HandleIdea; } + drpHiddenType.SelectedValue = registration.HiddenType; } } } @@ -274,6 +277,8 @@ namespace FineUIPro.Web.HSSE.HiddenInspection register.CheckManId = this.hdCheckManId.Text; register.CutPayment = Funs.GetNewIntOrZero(this.txtCutPayment.Text.Trim()); register.States = "1"; //待整改 + + register.HiddenType = drpHiddenType.SelectedValue; if (!string.IsNullOrEmpty(HazardRegisterId)) { register.HazardRegisterId = HazardRegisterId; diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.designer.cs b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.designer.cs index cd318cc1..2fac2582 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.designer.cs @@ -7,11 +7,13 @@ // //------------------------------------------------------------------------------ -namespace FineUIPro.Web.HSSE.HiddenInspection { - - - public partial class HiddenRectificationAdd { - +namespace FineUIPro.Web.HSSE.HiddenInspection +{ + + + public partial class HiddenRectificationAdd + { + /// /// form1 控件。 /// @@ -20,7 +22,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; - + /// /// PageManager1 控件。 /// @@ -29,7 +31,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.PageManager PageManager1; - + /// /// SimpleForm1 控件。 /// @@ -38,7 +40,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Form SimpleForm1; - + /// /// drpRegisterTypes 控件。 /// @@ -47,7 +49,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpRegisterTypes; - + /// /// dpRiskLevel 控件。 /// @@ -56,7 +58,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList dpRiskLevel; - + /// /// drpUnit 控件。 /// @@ -65,7 +67,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpUnit; - + /// /// drpWorkArea 控件。 /// @@ -74,7 +76,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpWorkArea; - + /// /// txtRegisterDef 控件。 /// @@ -83,7 +85,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtRegisterDef; - + /// /// txtRequirements 控件。 /// @@ -92,7 +94,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtRequirements; - + /// /// txtHandleIdea 控件。 /// @@ -101,7 +103,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtHandleIdea; - + /// /// drpResponsibleMan 控件。 /// @@ -110,7 +112,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DropDownList drpResponsibleMan; - + /// /// txtRectificationPeriod 控件。 /// @@ -119,7 +121,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.DatePicker txtRectificationPeriod; - + /// /// txtCheckManName 控件。 /// @@ -128,7 +130,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtCheckManName; - + /// /// txtCheckTime 控件。 /// @@ -137,7 +139,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtCheckTime; - + /// /// UploadAttach 控件。 /// @@ -146,7 +148,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.LinkButton UploadAttach; - + /// /// txtCutPayment 控件。 /// @@ -155,7 +157,16 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.NumberBox txtCutPayment; - + + /// + /// drpHiddenType 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.DropDownList drpHiddenType; + /// /// Toolbar1 控件。 /// @@ -164,7 +175,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar1; - + /// /// ToolbarFill1 控件。 /// @@ -173,7 +184,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.ToolbarFill ToolbarFill1; - + /// /// ckType 控件。 /// @@ -182,7 +193,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.RadioButtonList ckType; - + /// /// hdCheckManId 控件。 /// @@ -191,7 +202,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.HiddenField hdCheckManId; - + /// /// btnSave 控件。 /// @@ -200,7 +211,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnSave; - + /// /// btnClose 控件。 /// @@ -209,7 +220,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnClose; - + /// /// Window1 控件。 /// diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx index d6da7aa0..085acdd7 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx @@ -30,6 +30,15 @@ + + + + + + + + + diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx.cs b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx.cs index 96a2eb35..9f12e251 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx.cs @@ -118,6 +118,9 @@ namespace FineUIPro.Web.HSSE.HiddenInspection this.txtOldHandleIdea.Text = registration.HandleIdea; } } + + txtRiskLevel.Text = registration.Risk_Level; + txtHiddenType.Text = registration.HiddenType; } } } diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx.designer.cs b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx.designer.cs index a7ef3140..0d0bc512 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationConfirm.aspx.designer.cs @@ -7,11 +7,13 @@ // //------------------------------------------------------------------------------ -namespace FineUIPro.Web.HSSE.HiddenInspection { - - - public partial class HiddenRectificationConfirm { - +namespace FineUIPro.Web.HSSE.HiddenInspection +{ + + + public partial class HiddenRectificationConfirm + { + /// /// form1 控件。 /// @@ -20,7 +22,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; - + /// /// PageManager1 控件。 /// @@ -29,7 +31,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.PageManager PageManager1; - + /// /// SimpleForm1 控件。 /// @@ -38,7 +40,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Form SimpleForm1; - + /// /// txtRegisterTypesName 控件。 /// @@ -47,7 +49,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtRegisterTypesName; - + /// /// txtType 控件。 /// @@ -56,7 +58,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtType; - + /// /// txtUnitName 控件。 /// @@ -65,7 +67,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtUnitName; - + /// /// txtWorkAreaName 控件。 /// @@ -74,7 +76,25 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtWorkAreaName; - + + /// + /// txtRiskLevel 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.TextBox txtRiskLevel; + + /// + /// txtHiddenType 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.TextBox txtHiddenType; + /// /// txtRegisterDef 控件。 /// @@ -83,7 +103,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtRegisterDef; - + /// /// txtRequirements 控件。 /// @@ -92,7 +112,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtRequirements; - + /// /// txtOldHandleIdea 控件。 /// @@ -101,7 +121,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtOldHandleIdea; - + /// /// txtResponsibleManName 控件。 /// @@ -110,7 +130,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtResponsibleManName; - + /// /// txtRectificationPeriod 控件。 /// @@ -119,7 +139,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtRectificationPeriod; - + /// /// txtCheckManName 控件。 /// @@ -128,7 +148,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtCheckManName; - + /// /// txtCheckTime 控件。 /// @@ -137,7 +157,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtCheckTime; - + /// /// UploadAttach 控件。 /// @@ -146,7 +166,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.LinkButton UploadAttach; - + /// /// txtCutPayment 控件。 /// @@ -155,7 +175,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.NumberBox txtCutPayment; - + /// /// txtRectification 控件。 /// @@ -164,7 +184,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtRectification; - + /// /// UploadAttachR 控件。 /// @@ -173,7 +193,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.LinkButton UploadAttachR; - + /// /// ckConfirm 控件。 /// @@ -182,7 +202,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.RadioButtonList ckConfirm; - + /// /// txtHandleIdea 控件。 /// @@ -191,7 +211,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtHandleIdea; - + /// /// Toolbar1 控件。 /// @@ -200,7 +220,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar1; - + /// /// ToolbarFill1 控件。 /// @@ -209,7 +229,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.ToolbarFill ToolbarFill1; - + /// /// btnSave 控件。 /// @@ -218,7 +238,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnSave; - + /// /// btnClose 控件。 /// @@ -227,7 +247,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnClose; - + /// /// Window1 控件。 /// diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx index 19676c69..a03bc659 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx @@ -30,6 +30,15 @@ + + + + + + + + + diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx.cs b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx.cs index 34911fd8..93e06a57 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx.cs @@ -109,6 +109,8 @@ namespace FineUIPro.Web.HiddenInspection this.txtHandleIdea.Hidden = false; this.txtHandleIdea.Text = registration.HandleIdea; } + txtRiskLevel.Text = registration.Risk_Level; + txtHiddenType.Text = registration.HiddenType; } } } diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx.designer.cs b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx.designer.cs index c78a6b51..0b183f04 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationRectify.aspx.designer.cs @@ -7,11 +7,13 @@ // //------------------------------------------------------------------------------ -namespace FineUIPro.Web.HiddenInspection { - - - public partial class HiddenRectificationRectify { - +namespace FineUIPro.Web.HiddenInspection +{ + + + public partial class HiddenRectificationRectify + { + /// /// form1 控件。 /// @@ -20,7 +22,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; - + /// /// PageManager1 控件。 /// @@ -29,7 +31,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.PageManager PageManager1; - + /// /// SimpleForm1 控件。 /// @@ -38,7 +40,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Form SimpleForm1; - + /// /// txtRegisterTypesName 控件。 /// @@ -47,7 +49,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtRegisterTypesName; - + /// /// txtType 控件。 /// @@ -56,7 +58,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtType; - + /// /// txtUnitName 控件。 /// @@ -65,7 +67,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtUnitName; - + /// /// txtWorkAreaName 控件。 /// @@ -74,7 +76,25 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtWorkAreaName; - + + /// + /// txtRiskLevel 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.TextBox txtRiskLevel; + + /// + /// txtHiddenType 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.TextBox txtHiddenType; + /// /// txtRegisterDef 控件。 /// @@ -83,7 +103,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtRegisterDef; - + /// /// txtRequirements 控件。 /// @@ -92,7 +112,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtRequirements; - + /// /// txtHandleIdea 控件。 /// @@ -101,7 +121,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtHandleIdea; - + /// /// txtResponsibleManName 控件。 /// @@ -110,7 +130,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtResponsibleManName; - + /// /// txtRectificationPeriod 控件。 /// @@ -119,7 +139,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtRectificationPeriod; - + /// /// txtCheckManName 控件。 /// @@ -128,7 +148,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtCheckManName; - + /// /// txtCheckTime 控件。 /// @@ -137,7 +157,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtCheckTime; - + /// /// UploadAttach 控件。 /// @@ -146,7 +166,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.LinkButton UploadAttach; - + /// /// txtCutPayment 控件。 /// @@ -155,7 +175,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.NumberBox txtCutPayment; - + /// /// txtRectification 控件。 /// @@ -164,7 +184,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtRectification; - + /// /// UploadAttachR 控件。 /// @@ -173,7 +193,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.LinkButton UploadAttachR; - + /// /// Toolbar1 控件。 /// @@ -182,7 +202,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar1; - + /// /// ToolbarFill1 控件。 /// @@ -191,7 +211,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.ToolbarFill ToolbarFill1; - + /// /// btnSave 控件。 /// @@ -200,7 +220,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnSave; - + /// /// btnClose 控件。 /// @@ -209,7 +229,7 @@ namespace FineUIPro.Web.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Button btnClose; - + /// /// Window1 控件。 /// diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx index 7f59a221..c813523b 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx @@ -25,6 +25,9 @@ + + + @@ -69,6 +72,13 @@ + + + + + + + diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx.cs b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx.cs index af76b8cd..7a19c3e1 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx.cs @@ -87,6 +87,9 @@ namespace FineUIPro.Web.HSSE.HiddenInspection this.RectificationImageUrl = registration.RectificationImageUrl; this.divImageUrl.InnerHtml = BLL.UploadAttachmentService.ShowAttachment("../../", this.ImageUrl); this.divRectificationImageUrl.InnerHtml = BLL.UploadAttachmentService.ShowAttachment("../../", this.RectificationImageUrl); + + txtRiskLevel.Text = registration.Risk_Level; + txtHiddenType.Text = registration.HiddenType; //var punishRecords = (from x in Funs.DB.View_Common_PunishRecord // where x.HazardRegisterId == this.HazardRegisterId // orderby x.PunishDate descending diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx.designer.cs b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx.designer.cs index b5017973..ea941aea 100644 --- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx.designer.cs @@ -7,11 +7,13 @@ // //------------------------------------------------------------------------------ -namespace FineUIPro.Web.HSSE.HiddenInspection { - - - public partial class HiddenRectificationView { - +namespace FineUIPro.Web.HSSE.HiddenInspection +{ + + + public partial class HiddenRectificationView + { + /// /// form1 控件。 /// @@ -20,7 +22,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; - + /// /// PageManager1 控件。 /// @@ -29,7 +31,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.PageManager PageManager1; - + /// /// SimpleForm1 控件。 /// @@ -38,7 +40,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Form SimpleForm1; - + /// /// txtWorkAreaName 控件。 /// @@ -47,7 +49,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtWorkAreaName; - + /// /// txtResponsibilityUnitName 控件。 /// @@ -56,7 +58,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtResponsibilityUnitName; - + /// /// txtRegisterTypesName 控件。 /// @@ -65,7 +67,16 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtRegisterTypesName; - + + /// + /// txtRiskLevel 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.TextBox txtRiskLevel; + /// /// txtProblemDescription 控件。 /// @@ -74,7 +85,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtProblemDescription; - + /// /// txtRequirements 控件。 /// @@ -83,7 +94,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtRequirements; - + /// /// txtTakeSteps 控件。 /// @@ -92,7 +103,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextArea txtTakeSteps; - + /// /// txtResponsibilityManName 控件。 /// @@ -101,7 +112,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtResponsibilityManName; - + /// /// txtRectificationPeriod 控件。 /// @@ -110,7 +121,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtRectificationPeriod; - + /// /// txtCheckManName 控件。 /// @@ -119,7 +130,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtCheckManName; - + /// /// txtCheckTime 控件。 /// @@ -128,7 +139,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtCheckTime; - + /// /// txtRectificationTime 控件。 /// @@ -137,7 +148,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtRectificationTime; - + /// /// txtStates 控件。 /// @@ -146,7 +157,16 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.TextBox txtStates; - + + /// + /// txtHiddenType 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::FineUIPro.TextBox txtHiddenType; + /// /// lblImageUrl 控件。 /// @@ -155,7 +175,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Label lblImageUrl; - + /// /// ContentPanel2 控件。 /// @@ -164,7 +184,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.ContentPanel ContentPanel2; - + /// /// divImageUrl 控件。 /// @@ -173,7 +193,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlGenericControl divImageUrl; - + /// /// lblRectificationImageUrl 控件。 /// @@ -182,7 +202,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Label lblRectificationImageUrl; - + /// /// ContentPanel1 控件。 /// @@ -191,7 +211,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.ContentPanel ContentPanel1; - + /// /// divRectificationImageUrl 控件。 /// @@ -200,7 +220,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::System.Web.UI.HtmlControls.HtmlGenericControl divRectificationImageUrl; - + /// /// Toolbar1 控件。 /// @@ -209,7 +229,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.Toolbar Toolbar1; - + /// /// ToolbarFill1 控件。 /// @@ -218,7 +238,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection { /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// protected global::FineUIPro.ToolbarFill ToolbarFill1; - + /// /// btnClose 控件。 /// diff --git a/SGGL/Model/APIItem/DropDownItem.cs b/SGGL/Model/APIItem/DropDownItem.cs new file mode 100644 index 00000000..06a480d0 --- /dev/null +++ b/SGGL/Model/APIItem/DropDownItem.cs @@ -0,0 +1,21 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Model +{ + public class DropDownItem + { + public string Text { get; set; } + + public string Values { get; set; } + + public string Counts { get; set; } + + public string Mtype { get; set; } + + public string Ttype { get; set; } + } +} diff --git a/SGGL/Model/APIItem/HSSE/CheckSpecialDetailItem.cs b/SGGL/Model/APIItem/HSSE/CheckSpecialDetailItem.cs index 8d6f8c13..e58e861c 100644 --- a/SGGL/Model/APIItem/HSSE/CheckSpecialDetailItem.cs +++ b/SGGL/Model/APIItem/HSSE/CheckSpecialDetailItem.cs @@ -124,7 +124,7 @@ namespace Model set; } /// - /// 隐患类别 + /// 隐患级别 /// public string HiddenHazardType { @@ -132,7 +132,7 @@ namespace Model set; } /// - /// 隐患类别名称 + /// 隐患级别名称 /// public string HiddenHazardTypeName { @@ -207,5 +207,15 @@ namespace Model /// 处理意见 /// public string CheckOpinions { get; set; } + + /// + /// 隐患类型 + /// + public string HiddenType + { + get; + set; + } + } } diff --git a/SGGL/Model/APIItem/HSSE/HazardRegisterItem.cs b/SGGL/Model/APIItem/HSSE/HazardRegisterItem.cs index 59a70647..50a19d15 100644 --- a/SGGL/Model/APIItem/HSSE/HazardRegisterItem.cs +++ b/SGGL/Model/APIItem/HSSE/HazardRegisterItem.cs @@ -361,12 +361,21 @@ namespace Model set; } /// - /// 风险等级 + /// 隐患级别 /// public string Risk_Level { get; set; } + + /// + /// 隐患类型 + /// + public string HiddenType + { + get; + set; + } } } diff --git a/SGGL/Model/APIItem/HSSE/RectifyNoticesItemItem.cs b/SGGL/Model/APIItem/HSSE/RectifyNoticesItemItem.cs index 07ae7087..648e2a7a 100644 --- a/SGGL/Model/APIItem/HSSE/RectifyNoticesItemItem.cs +++ b/SGGL/Model/APIItem/HSSE/RectifyNoticesItemItem.cs @@ -82,5 +82,23 @@ namespace Model get; set; } + + /// + /// 隐患级别 + /// + public string HiddenType + { + get; + set; + } + + /// + /// 隐患类型 + /// + public string HiddenHazardType + { + get; + set; + } } } diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs index e19430f3..c864dcf1 100644 --- a/SGGL/Model/Model.cs +++ b/SGGL/Model/Model.cs @@ -54773,6 +54773,10 @@ namespace Model private string _PersonId; + private string _HiddenHazardType; + + private string _HiddenType; + private EntityRef _Base_Unit; private EntityRef _WBS_UnitWork; @@ -54817,6 +54821,10 @@ namespace Model partial void OnHiddenDangerLevelChanged(); partial void OnPersonIdChanging(string value); partial void OnPersonIdChanged(); + partial void OnHiddenHazardTypeChanging(string value); + partial void OnHiddenHazardTypeChanged(); + partial void OnHiddenTypeChanging(string value); + partial void OnHiddenTypeChanged(); #endregion public Check_CheckColligationDetail() @@ -55194,6 +55202,46 @@ namespace Model } } + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenHazardType", DbType="NVarChar(50)")] + public string HiddenHazardType + { + get + { + return this._HiddenHazardType; + } + set + { + if ((this._HiddenHazardType != value)) + { + this.OnHiddenHazardTypeChanging(value); + this.SendPropertyChanging(); + this._HiddenHazardType = value; + this.SendPropertyChanged("HiddenHazardType"); + this.OnHiddenHazardTypeChanged(); + } + } + } + + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")] + public string HiddenType + { + get + { + return this._HiddenType; + } + set + { + if ((this._HiddenType != value)) + { + this.OnHiddenTypeChanging(value); + this.SendPropertyChanging(); + this._HiddenType = value; + this.SendPropertyChanged("HiddenType"); + this.OnHiddenTypeChanged(); + } + } + } + [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Check_CheckColligationDetail_Base_Unit", Storage="_Base_Unit", ThisKey="UnitId", OtherKey="UnitId", IsForeignKey=true)] public Base_Unit Base_Unit { @@ -62594,6 +62642,8 @@ namespace Model private string _CheckOpinions; + private string _HiddenType; + private EntityRef _WBS_UnitWork; #region 可扩展性方法定义 @@ -62646,6 +62696,8 @@ namespace Model partial void OnRectification_DateChanged(); partial void OnCheckOpinionsChanging(string value); partial void OnCheckOpinionsChanged(); + partial void OnHiddenTypeChanging(string value); + partial void OnHiddenTypeChanged(); #endregion public Check_CheckSpecialDetail() @@ -63118,6 +63170,26 @@ namespace Model } } + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")] + public string HiddenType + { + get + { + return this._HiddenType; + } + set + { + if ((this._HiddenType != value)) + { + this.OnHiddenTypeChanging(value); + this.SendPropertyChanging(); + this._HiddenType = value; + this.SendPropertyChanged("HiddenType"); + this.OnHiddenTypeChanged(); + } + } + } + [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Check_CheckSpecialDetail_ProjectData_WorkArea", Storage="_WBS_UnitWork", ThisKey="CheckArea", OtherKey="UnitWorkId", IsForeignKey=true)] public WBS_UnitWork WBS_UnitWork { @@ -75524,6 +75596,10 @@ namespace Model private string _RectifyId; + private string _HiddenType; + + private string _HiddenHazardType; + private EntityRef _Check_RectifyNotices; #region 可扩展性方法定义 @@ -75546,6 +75622,10 @@ namespace Model partial void OnIsRectifyChanged(); partial void OnRectifyIdChanging(string value); partial void OnRectifyIdChanged(); + partial void OnHiddenTypeChanging(string value); + partial void OnHiddenTypeChanged(); + partial void OnHiddenHazardTypeChanging(string value); + partial void OnHiddenHazardTypeChanged(); #endregion public Check_RectifyNoticesItem() @@ -75718,6 +75798,46 @@ namespace Model } } + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")] + public string HiddenType + { + get + { + return this._HiddenType; + } + set + { + if ((this._HiddenType != value)) + { + this.OnHiddenTypeChanging(value); + this.SendPropertyChanging(); + this._HiddenType = value; + this.SendPropertyChanged("HiddenType"); + this.OnHiddenTypeChanged(); + } + } + } + + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenHazardType", DbType="NVarChar(50)")] + public string HiddenHazardType + { + get + { + return this._HiddenHazardType; + } + set + { + if ((this._HiddenHazardType != value)) + { + this.OnHiddenHazardTypeChanging(value); + this.SendPropertyChanging(); + this._HiddenHazardType = value; + this.SendPropertyChanged("HiddenHazardType"); + this.OnHiddenHazardTypeChanged(); + } + } + } + [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Check_RectifyNoticesItem_Check_RectifyNotices", Storage="_Check_RectifyNotices", ThisKey="RectifyNoticesId", OtherKey="RectifyNoticesId", IsForeignKey=true)] public Check_RectifyNotices Check_RectifyNotices { @@ -176104,6 +176224,8 @@ namespace Model private System.Nullable _Type; + private string _HiddenType; + private EntityRef _Base_Unit; private EntityRef _HSSE_Hazard_HazardRegisterTypes; @@ -176202,6 +176324,8 @@ namespace Model partial void OnRisk_LevelChanged(); partial void OnTypeChanging(System.Nullable value); partial void OnTypeChanged(); + partial void OnHiddenTypeChanging(string value); + partial void OnHiddenTypeChanged(); #endregion public HSSE_Hazard_HazardRegister() @@ -177119,6 +177243,26 @@ namespace Model } } + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")] + public string HiddenType + { + get + { + return this._HiddenType; + } + set + { + if ((this._HiddenType != value)) + { + this.OnHiddenTypeChanging(value); + this.SendPropertyChanging(); + this._HiddenType = value; + this.SendPropertyChanged("HiddenType"); + this.OnHiddenTypeChanged(); + } + } + } + [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_HSSE_Hazard_HazardRegister_Base_Unit", Storage="_Base_Unit", ThisKey="ResponsibleUnit", OtherKey="UnitId", IsForeignKey=true)] public Base_Unit Base_Unit { @@ -399129,6 +399273,10 @@ namespace Model private string _PersonName; + private string _HiddenType; + + private string _HiddenHazardType; + public View_Check_CheckColligationDetail() { } @@ -399468,6 +399616,38 @@ namespace Model } } } + + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")] + public string HiddenType + { + get + { + return this._HiddenType; + } + set + { + if ((this._HiddenType != value)) + { + this._HiddenType = value; + } + } + } + + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenHazardType", DbType="NVarChar(50)")] + public string HiddenHazardType + { + get + { + return this._HiddenHazardType; + } + set + { + if ((this._HiddenHazardType != value)) + { + this._HiddenHazardType = value; + } + } + } } [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Check_CheckDayDetail")] @@ -409338,6 +409518,8 @@ namespace Model private System.Nullable _Type; + private string _HiddenType; + public View_Hazard_HazardRegister() { } @@ -410205,6 +410387,22 @@ namespace Model } } } + + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HiddenType", DbType="NVarChar(50)")] + public string HiddenType + { + get + { + return this._HiddenType; + } + set + { + if ((this._HiddenType != value)) + { + this._HiddenType = value; + } + } + } } [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_HJGL_Batch_PointBatch")] diff --git a/SGGL/Model/Model.csproj b/SGGL/Model/Model.csproj index 91949a57..218bc450 100644 --- a/SGGL/Model/Model.csproj +++ b/SGGL/Model/Model.csproj @@ -69,6 +69,7 @@ + diff --git a/SGGL/WebAPI/Controllers/HSSE/HazardRegisterController.cs b/SGGL/WebAPI/Controllers/HSSE/HazardRegisterController.cs index e35d9d68..c13e462e 100644 --- a/SGGL/WebAPI/Controllers/HSSE/HazardRegisterController.cs +++ b/SGGL/WebAPI/Controllers/HSSE/HazardRegisterController.cs @@ -171,5 +171,28 @@ namespace WebAPI.Controllers return responeData; } #endregion + + #region 隐患类型下拉 + /// + /// 隐患类型下拉 + /// + /// + public Model.ResponeData getHiddenTypeList() + { + var responeData = new Model.ResponeData(); + try + { + var getDataList = BLL.ConstValue.getHiddenTypeList("Hiddendangertype"); + + responeData.data = new { getDataList }; + } + catch (Exception ex) + { + responeData.code = 0; + responeData.message = ex.Message; + } + return responeData; + } + #endregion } } diff --git a/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user b/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user index 3392c30b..1338d199 100644 --- a/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -6,6 +6,7 @@ <_PublishTargetUrl>E:\Package\中国五环工程有限公司\SGGLAPI + True|2024-07-17T02:29:15.9472548Z; @@ -72,445 +73,445 @@ 07/17/2022 11:13:58 - 05/07/2022 06:29:26 + 05/07/2022 14:29:26 - 09/10/2013 16:29:20 + 09/11/2013 00:29:20 - 09/10/2013 16:29:20 + 09/11/2013 00:29:20 - 09/23/2018 23:07:04 + 03/11/2024 11:33:45 - 01/25/2024 09:19:42 + 07/17/2024 10:29:14 - 01/25/2024 09:19:42 + 07/17/2024 10:29:14 - 08/03/2021 06:52:48 + 03/11/2024 11:23:37 - 01/25/2024 09:18:50 + 07/17/2024 10:28:56 - 08/10/2023 14:16:16 + 05/22/2024 09:42:30 - 01/25/2024 09:18:50 + 07/17/2024 10:28:56 - 12/17/2020 21:32:28 + 12/18/2020 05:32:28 - 05/10/2011 13:28:12 + 05/10/2011 21:28:12 - 05/08/2023 15:37:12 + 03/11/2024 11:23:36 - 05/08/2021 17:08:30 + 05/09/2021 01:08:30 - 05/08/2021 17:08:30 + 05/09/2021 01:08:30 - 05/24/2018 13:38:22 + 05/24/2018 21:38:22 - 06/07/2018 00:26:54 + 06/07/2018 08:26:54 - 07/25/2012 11:48:56 + 07/25/2012 19:48:56 - 01/25/2024 09:18:44 + 07/17/2024 10:28:50 - 01/25/2024 09:18:44 + 07/17/2024 10:28:50 - 07/07/2022 09:01:04 + 03/11/2024 11:17:08 - 11/27/2018 18:07:34 + 11/28/2018 02:07:34 - 11/27/2018 17:59:08 + 11/28/2018 01:59:08 - 10/23/2021 01:07:54 + 10/23/2021 09:07:54 - 10/23/2021 01:07:56 - - 10/23/2021 09:07:56 + + 10/23/2021 17:07:56 + - 10/23/2021 01:07:54 + 10/23/2021 09:07:54 - 10/23/2021 09:07:54 + 10/23/2021 17:07:54 - 10/23/2021 01:07:54 + 10/23/2021 09:07:54 - 10/23/2021 09:07:54 + 10/23/2021 17:07:54 - 10/23/2021 09:07:54 + 10/23/2021 17:07:54 - 09/18/2022 09:38:18 + 09/18/2022 17:38:18 - 12/08/2021 14:02:42 + 12/08/2021 22:02:42 - 05/24/2018 13:38:22 + 05/24/2018 21:38:22 - 05/24/2018 13:38:22 + 05/24/2018 21:38:22 - 05/24/2018 13:38:22 + 05/24/2018 21:38:22 - 05/24/2018 13:38:22 + 05/24/2018 21:38:22 - 05/24/2018 13:38:22 + 05/24/2018 21:38:22 - 05/24/2018 13:38:22 + 05/24/2018 21:38:22 - 05/24/2018 13:38:22 + 05/24/2018 21:38:22 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 05/24/2018 13:38:24 + 05/24/2018 21:38:24 - 01/25/2024 09:18:40 + 07/17/2024 10:28:48 - 09/02/2022 17:30:57 + 05/22/2024 09:42:30 - 01/25/2024 09:18:40 + 07/17/2024 10:28:48 - 02/19/2020 10:05:18 + 02/19/2020 18:05:18 08/19/2022 19:55:18 - 04/14/2020 22:49:20 + 04/15/2020 06:49:20 - 02/19/2020 10:05:18 + 02/19/2020 18:05:18 - 11/28/2018 13:00:36 + 11/28/2018 21:00:36 - 05/15/2018 13:29:44 + 05/15/2018 21:29:44 - 02/19/2020 10:05:16 + 02/19/2020 18:05:16 - 11/28/2018 12:58:44 + 11/28/2018 20:58:44 - 02/01/2018 12:20:56 + 02/01/2018 20:20:56 - 11/28/2018 13:01:26 + 11/28/2018 21:01:26 - 11/28/2018 13:01:00 + 11/28/2018 21:01:00 - 02/01/2018 12:19:26 + 02/01/2018 20:19:26 - 02/01/2018 12:16:32 + 02/01/2018 20:16:32 - 02/11/2014 15:26:04 + 02/11/2014 23:26:04 - 02/01/2018 12:16:56 + 02/01/2018 20:16:56 - 02/01/2018 12:20:56 + 02/01/2018 20:20:56 - 02/01/2018 12:20:56 + 02/01/2018 20:20:56 - 02/01/2018 12:20:56 + 02/01/2018 20:20:56 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 01/25/2024 09:18:54 + 07/17/2024 10:29:00 - 01/25/2024 09:18:54 + 07/17/2024 10:29:00 - 01/25/2024 09:18:54 + 07/17/2024 10:29:00 - 01/23/2014 13:57:34 + 01/23/2014 21:57:34 - 11/29/2018 13:26:02 + 11/29/2018 21:26:02 - 02/01/2018 12:21:00 + 02/01/2018 20:21:00 - 11/29/2018 13:26:30 + 11/29/2018 21:26:30 - 02/01/2018 12:19:30 + 02/01/2018 20:19:30 - 02/01/2018 12:16:38 + 02/01/2018 20:16:38 - 02/11/2014 15:28:40 + 02/11/2014 23:28:40 - 02/01/2018 12:17:00 + 02/01/2018 20:17:00 - 02/01/2018 12:21:00 + 02/01/2018 20:21:00 - 02/01/2018 12:21:00 + 02/01/2018 20:21:00 - 02/01/2018 12:21:00 + 02/01/2018 20:21:00 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 01/25/2024 09:19:21 + 07/17/2024 10:29:01 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 08/25/2023 09:56:57 + 03/11/2024 11:23:37 - 07/17/2022 11:13:58 + 03/11/2024 11:23:37 - 09/02/2023 10:07:06 + 03/29/2024 10:55:01 \ No newline at end of file diff --git a/SGGL/WebAPI/WebAPI.csproj.user b/SGGL/WebAPI/WebAPI.csproj.user index 5fe155da..aa4bc870 100644 --- a/SGGL/WebAPI/WebAPI.csproj.user +++ b/SGGL/WebAPI/WebAPI.csproj.user @@ -9,7 +9,7 @@ - FolderProfile + G:\公司项目\五环\CNCEC_SUBQHSE_WUHUAN\SGGL\WebAPI\Properties\PublishProfiles\FolderProfile.pubxml ApiControllerEmptyScaffolder root/Controller 600