20230921新增安全巡检新增分部分项选择、质量巡检新增分部分项选择

This commit is contained in:
2023-09-21 17:34:59 +08:00
parent 017edfa146
commit 9fb8e5e030
35 changed files with 1076 additions and 466 deletions
@@ -9,112 +9,124 @@
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextArea ID="txtRegisterDef" runat="server" Label="问题描述" FocusOnPageLoad="true"
ShowRedStar="true" Required="true" LabelWidth="110px" Height="64px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckManName" runat="server" Label="检查人" Readonly="true" LabelWidth="110px">
</f:TextBox>
<f:DatePicker ID="txtCheckTime" runat="server" Label="检查时间" ShowTime="true"
LabelAlign="Right" Required="True" ShowRedStar="true" LabelWidth="110px"
DateFormatString="yyyy-MM-dd HH:mm">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" Label="危害因素" ID="drpRegisterTypes2" EnableEdit="true" LabelWidth="110px">
</f:DropDownList>
<f:DropDownList runat="server" Label="问题类型" ID="drpRegisterTypes" EnableEdit="true" LabelWidth="110px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" Label="作业内容" ID="drpRegisterTypes3" EnableEdit="true" LabelWidth="110px">
</f:DropDownList>
<f:DropDownList runat="server" Label="风险值" ID="drpHazardValue" EnableEdit="true" LabelWidth="110px">
<f:ListItem Value="0.3" Text="0.3"/>
<f:ListItem Value="1" Text="1"/>
<f:ListItem Value="3" Text="3"/>
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" Label="导致伤害/事故" ID="drpRegisterTypes4" EnableEdit="true" LabelWidth="110px">
</f:DropDownList>
<f:TextBox runat="server" ID="txtRequirements" Label="整改要求" LabelWidth="110px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" EnableEdit="true" Label="责任单位" ID="drpUnit" LabelWidth="110px"
AutoPostBack="true" OnSelectedIndexChanged="drpUnit_OnSelectedIndexChanged">
</f:DropDownList>
<f:DropDownList runat="server" EnableEdit="true" Label="责任人" ID="drpResponsibleMan" LabelWidth="110px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" EnableEdit="true" Label="单位工程" ID="drpWorkArea" LabelWidth="110px">
</f:DropDownList>
<f:DatePicker ID="txtRectificationPeriod" runat="server" Label="整改期限" LabelWidth="110px"
LabelAlign="Right" Required="True" ShowRedStar="true" ShowTime="true"
DateFormatString="yyyy-MM-dd HH:mm">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" ID="txtHandleIdea" Label="复检问题描述" Hidden="true" LabelWidth="110px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:LinkButton ID="UploadAttach" runat="server" Label="整改前照片" LabelWidth="110px"
Text="上传和查看" OnClick="btnAttachUrl_Click" LabelAlign="Right">
</f:LinkButton>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" EnableMultiSelect="True" EnableCheckBoxSelect="true" EnableEdit="true"
Label="抄送" ID="drpCCManIds" LabelWidth="110px" AutoPostBack="true"
OnSelectedIndexChanged="drpCCManIds_SelectedIndexChanged">
</f:DropDownList>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:HiddenField ID="hdCheckManId" runat="server"></f:HiddenField>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="Window1" Title="文件上传" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="680px"
Height="480px">
</f:Window>
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="110px">
<Rows>
<f:FormRow>
<Items>
<f:TextArea ID="txtRegisterDef" runat="server" Label="问题描述" FocusOnPageLoad="true"
ShowRedStar="true" Required="true" Height="64px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckManName" runat="server" Label="检查人" Readonly="true">
</f:TextBox>
<f:DatePicker ID="txtCheckTime" runat="server" Label="检查时间" ShowTime="true"
LabelAlign="Right" Required="True" ShowRedStar="true"
DateFormatString="yyyy-MM-dd HH:mm">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" Label="危害因素" ID="drpRegisterTypes2" EnableEdit="true">
</f:DropDownList>
<f:DropDownList runat="server" Label="问题类型" ID="drpRegisterTypes" EnableEdit="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" Label="作业内容" ID="drpRegisterTypes3" EnableEdit="true">
</f:DropDownList>
<f:DropDownList runat="server" Label="风险值" ID="drpHazardValue" EnableEdit="true">
<f:ListItem Value="0.3" Text="0.3" />
<f:ListItem Value="1" Text="1" />
<f:ListItem Value="3" Text="3" />
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" Label="导致伤害/事故" ID="drpRegisterTypes4" EnableEdit="true">
</f:DropDownList>
<f:TextBox runat="server" ID="txtRequirements" Label="整改要求"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" EnableEdit="true" Label="责任单位" ID="drpUnit"
AutoPostBack="true" OnSelectedIndexChanged="drpUnit_OnSelectedIndexChanged">
</f:DropDownList>
<f:DropDownList runat="server" EnableEdit="true" Label="责任人" ID="drpResponsibleMan">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" EnableEdit="true" Label="单位工程" ID="drpWorkArea">
</f:DropDownList>
<f:DatePicker ID="txtRectificationPeriod" runat="server" Label="整改期限"
LabelAlign="Right" Required="True" ShowRedStar="true" ShowTime="true"
DateFormatString="yyyy-MM-dd HH:mm">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" ID="txtHandleIdea" Label="复检问题描述" Hidden="true"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:LinkButton ID="UploadAttach" runat="server" Label="整改前照片"
Text="上传和查看" OnClick="btnAttachUrl_Click" LabelAlign="Right">
</f:LinkButton>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="90% 10%">
<Items>
<f:Label runat="server" ID="txtWorkPackageId" Label="分部分项工程" ShowRedStar="true"></f:Label>
<f:TextBox runat="server" ID="hdWorkPackageId" Hidden="true"></f:TextBox>
<f:Button ID="btSearch" ToolTip="选择" Icon="SystemSearch" runat="server" OnClick="btSearch_Click">
</f:Button>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" EnableMultiSelect="True" EnableCheckBoxSelect="true" EnableEdit="true"
Label="抄送" ID="drpCCManIds" AutoPostBack="true"
OnSelectedIndexChanged="drpCCManIds_SelectedIndexChanged">
</f:DropDownList>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:HiddenField ID="hdCheckManId" runat="server"></f:HiddenField>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="WindowAT" Title="文件上传" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="680px"
Height="480px">
</f:Window>
<f:Window ID="Window1" Title="WBS" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" OnClose="Window1_Close"
Width="800px" Height="650px">
</f:Window>
</form>
</body>
</html>
@@ -139,6 +139,9 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
this.txtHandleIdea.Hidden = false;
this.txtHandleIdea.Text = registration.HandleIdea;
}
this.hdWorkPackageId.Text = registration.WorkPackageId;
this.txtWorkPackageId.Text = registration.WorkPackageName;
}
}
}
@@ -218,6 +221,8 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
States = "1", //待整改
RegisterDef = this.txtRegisterDef.Text.Trim(),
Requirements = this.txtRequirements.Text.Trim(),
WorkPackageId = this.hdWorkPackageId.Text,
WorkPackageName = this.txtWorkPackageId.Text,
};
if (this.drpRegisterTypes.SelectedValue != BLL.Const._Null)
{
@@ -297,7 +302,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
Model.HSSE_Hazard_HazardRegister register = BLL.HSSE_Hazard_HazardRegisterService.GetHazardRegisterByHazardRegisterId(this.HazardRegisterId);
DateTime date = Convert.ToDateTime(register.CheckTime);
string dateStr = date.Year.ToString() + date.Month.ToString();
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/HazardRegister/" + dateStr + "&menuId={1}&edit={2}", this.HazardRegisterId, Const.HSSE_HiddenRectificationListMenuId, edit)));
PageContext.RegisterStartupScript(WindowAT.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/HazardRegister/" + dateStr + "&menuId={1}&edit={2}", this.HazardRegisterId, Const.HSSE_HiddenRectificationListMenuId, edit)));
}
}
@@ -312,5 +317,31 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
{
this.drpCCManIds.SelectedValueArray = Funs.RemoveDropDownListNull(this.drpCCManIds.SelectedValueArray);
}
/// <summary>
/// 分部分项选择
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btSearch_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(Window1.GetSaveStateReference(hdWorkPackageId.ClientID)
+ Window1.GetShowReference(String.Format("~/DigData/ShowProjectWBS.aspx?levle={0}", 3, "选择WBS - ")));
}
/// <summary>
/// 分部分项返回值
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void Window1_Close(object sender, WindowCloseEventArgs e)
{
var getReturnValues = Funs.GetStrListByStr(this.hdWorkPackageId.Text, '&');
if (getReturnValues.Count() > 1)
{
this.hdWorkPackageId.Text = getReturnValues[0].ToString();
this.txtWorkPackageId.Text = getReturnValues[1].ToString();
}
}
}
}
@@ -7,11 +7,13 @@
// </自动生成>
//------------------------------------------------------------------------------
namespace FineUIPro.Web.HSSE.HiddenInspection {
public partial class HiddenRectificationAdd {
namespace FineUIPro.Web.HSSE.HiddenInspection
{
public partial class HiddenRectificationAdd
{
/// <summary>
/// form1 控件。
/// </summary>
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// PageManager1 控件。
/// </summary>
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.PageManager PageManager1;
/// <summary>
/// SimpleForm1 控件。
/// </summary>
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Form SimpleForm1;
/// <summary>
/// txtRegisterDef 控件。
/// </summary>
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextArea txtRegisterDef;
/// <summary>
/// txtCheckManName 控件。
/// </summary>
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtCheckManName;
/// <summary>
/// txtCheckTime 控件。
/// </summary>
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.DatePicker txtCheckTime;
/// <summary>
/// drpRegisterTypes2 控件。
/// </summary>
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.DropDownList drpRegisterTypes2;
/// <summary>
/// drpRegisterTypes 控件。
/// </summary>
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.DropDownList drpRegisterTypes;
/// <summary>
/// drpRegisterTypes3 控件。
/// </summary>
@@ -92,7 +94,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.DropDownList drpRegisterTypes3;
/// <summary>
/// drpHazardValue 控件。
/// </summary>
@@ -101,7 +103,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.DropDownList drpHazardValue;
/// <summary>
/// drpRegisterTypes4 控件。
/// </summary>
@@ -110,7 +112,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.DropDownList drpRegisterTypes4;
/// <summary>
/// txtRequirements 控件。
/// </summary>
@@ -119,7 +121,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtRequirements;
/// <summary>
/// drpUnit 控件。
/// </summary>
@@ -128,7 +130,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.DropDownList drpUnit;
/// <summary>
/// drpResponsibleMan 控件。
/// </summary>
@@ -137,7 +139,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.DropDownList drpResponsibleMan;
/// <summary>
/// drpWorkArea 控件。
/// </summary>
@@ -146,7 +148,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.DropDownList drpWorkArea;
/// <summary>
/// txtRectificationPeriod 控件。
/// </summary>
@@ -155,7 +157,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.DatePicker txtRectificationPeriod;
/// <summary>
/// txtHandleIdea 控件。
/// </summary>
@@ -164,7 +166,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtHandleIdea;
/// <summary>
/// UploadAttach 控件。
/// </summary>
@@ -173,7 +175,34 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.LinkButton UploadAttach;
/// <summary>
/// txtWorkPackageId 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Label txtWorkPackageId;
/// <summary>
/// hdWorkPackageId 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox hdWorkPackageId;
/// <summary>
/// btSearch 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Button btSearch;
/// <summary>
/// drpCCManIds 控件。
/// </summary>
@@ -182,7 +211,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.DropDownList drpCCManIds;
/// <summary>
/// Toolbar1 控件。
/// </summary>
@@ -191,7 +220,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Toolbar Toolbar1;
/// <summary>
/// ToolbarFill1 控件。
/// </summary>
@@ -200,7 +229,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.ToolbarFill ToolbarFill1;
/// <summary>
/// hdCheckManId 控件。
/// </summary>
@@ -209,7 +238,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.HiddenField hdCheckManId;
/// <summary>
/// btnSave 控件。
/// </summary>
@@ -218,7 +247,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Button btnSave;
/// <summary>
/// btnClose 控件。
/// </summary>
@@ -227,7 +256,16 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Button btnClose;
/// <summary>
/// WindowAT 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Window WindowAT;
/// <summary>
/// Window1 控件。
/// </summary>
@@ -11,59 +11,59 @@
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="110px">
<Rows>
<f:FormRow>
<Items>
<f:TextArea ID="txtRegisterDef" runat="server" Label="问题描述" Readonly="true"
ShowRedStar="true" Required="true" LabelWidth="110px" Height="64px">
ShowRedStar="true" Required="true" Height="64px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckManName" runat="server" Label="检查人" Readonly="true" LabelWidth="110px">
<f:TextBox ID="txtCheckManName" runat="server" Label="检查人" Readonly="true" >
</f:TextBox>
<f:TextBox ID="txtCheckTime" runat="server" Label="检查时间" LabelWidth="110px" Readonly="true">
<f:TextBox ID="txtCheckTime" runat="server" Label="检查时间" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="危害因素" ID="drpRegisterTypes2" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="危害因素" ID="drpRegisterTypes2" Readonly="true" >
</f:TextBox>
<f:TextBox runat="server" Label="问题类型" ID="drpRegisterTypes" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="问题类型" ID="drpRegisterTypes" Readonly="true" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="作业内容" ID="drpRegisterTypes3" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="作业内容" ID="drpRegisterTypes3" Readonly="true" >
</f:TextBox>
<f:TextBox runat="server" Label="风险值" ID="drpHazardValue" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="风险值" ID="drpHazardValue" Readonly="true" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="导致伤害/事故" ID="drpRegisterTypes4" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="导致伤害/事故" ID="drpRegisterTypes4" Readonly="true" >
</f:TextBox>
<f:TextBox runat="server" ID="txtRequirements" Label="整改要求" Readonly="true" LabelWidth="110px"></f:TextBox>
<f:TextBox runat="server" ID="txtRequirements" Label="整改要求" Readonly="true" ></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Readonly="true" Label="责任单位" ID="drpUnit" LabelWidth="110px">
<f:TextBox runat="server" Readonly="true" Label="责任单位" ID="drpUnit" >
</f:TextBox>
<f:TextBox runat="server" Readonly="true" Label="责任人" ID="drpResponsibleMan" LabelWidth="110px">
<f:TextBox runat="server" Readonly="true" Label="责任人" ID="drpResponsibleMan" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Readonly="true" Label="单位工程" ID="drpWorkArea" LabelWidth="110px">
<f:TextBox runat="server" Readonly="true" Label="单位工程" ID="drpWorkArea" >
</f:TextBox>
<f:TextBox ID="txtRectificationPeriod" runat="server" Label="整改期限" LabelWidth="110px" Readonly="true">
<f:TextBox ID="txtRectificationPeriod" runat="server" Label="整改期限" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
@@ -71,24 +71,29 @@
<Items>
<f:TextBox runat="server" ID="txtOldHandleIdea" Label="之前复检问题"
Hidden="true" Readonly="true" FocusOnPageLoad="true"
LabelWidth="110px"></f:TextBox>
></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label runat="server" ID="txtWorkPackageId" Label="分部分项工程"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="抄送" ID="drpCCManIds" LabelWidth="110px" Readonly="true">
<f:TextBox runat="server" Label="抄送" ID="drpCCManIds" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRectification" runat="server" Label="采取措施" Readonly="true" LabelWidth="110px">
<f:TextBox ID="txtRectification" runat="server" Label="采取措施" Readonly="true" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:LinkButton ID="UploadAttach" runat="server" Label="整改前照片" LabelWidth="110px"
<f:LinkButton ID="UploadAttach" runat="server" Label="整改前照片"
Text="查看/上传" OnClick="btnAttachUrl_Click" LabelAlign="Right">
</f:LinkButton>
<f:LinkButton ID="UploadAttachR" runat="server" Label="整改后照片" Text="查看"
@@ -99,7 +104,7 @@
<f:FormRow>
<Items>
<f:RadioButtonList ID="ckConfirm" runat="server" Label="是否通过" AutoColumnWidth="true" ShowRedStar="true"
AutoPostBack="true" OnSelectedIndexChanged="TextBox_TextChanged" LabelWidth="110px">
AutoPostBack="true" OnSelectedIndexChanged="TextBox_TextChanged" >
<f:RadioItem Value="True" Selected="True" Text="通过" />
<f:RadioItem Value="False" Text="不通过" />
</f:RadioButtonList>
@@ -108,7 +113,7 @@
<f:FormRow>
<Items>
<f:TextBox runat="server" ID="txtHandleIdea" Label="复检问题描述"
Hidden="true" LabelWidth="110px"></f:TextBox>
Hidden="true" ></f:TextBox>
</Items>
</f:FormRow>
</Rows>
@@ -86,7 +86,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
this.txtRectificationPeriod.Text = string.Format("{0:yyyy-MM-dd HH:mm:ss}", registration.RectificationPeriod);
this.drpCCManIds.Text = registration.CCManNames;
this.txtRectification.Text = registration.Rectification;
this.txtWorkPackageId.Text = registration.WorkPackageName;
if (registration.States == "3") //已闭环
{
this.ckConfirm.SelectedValue = "True";
@@ -7,11 +7,13 @@
// </自动生成>
//------------------------------------------------------------------------------
namespace FineUIPro.Web.HSSE.HiddenInspection {
public partial class HiddenRectificationConfirm {
namespace FineUIPro.Web.HSSE.HiddenInspection
{
public partial class HiddenRectificationConfirm
{
/// <summary>
/// form1 控件。
/// </summary>
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// PageManager1 控件。
/// </summary>
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.PageManager PageManager1;
/// <summary>
/// SimpleForm1 控件。
/// </summary>
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Form SimpleForm1;
/// <summary>
/// txtRegisterDef 控件。
/// </summary>
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextArea txtRegisterDef;
/// <summary>
/// txtCheckManName 控件。
/// </summary>
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtCheckManName;
/// <summary>
/// txtCheckTime 控件。
/// </summary>
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtCheckTime;
/// <summary>
/// drpRegisterTypes2 控件。
/// </summary>
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes2;
/// <summary>
/// drpRegisterTypes 控件。
/// </summary>
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes;
/// <summary>
/// drpRegisterTypes3 控件。
/// </summary>
@@ -92,7 +94,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes3;
/// <summary>
/// drpHazardValue 控件。
/// </summary>
@@ -101,7 +103,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpHazardValue;
/// <summary>
/// drpRegisterTypes4 控件。
/// </summary>
@@ -110,7 +112,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes4;
/// <summary>
/// txtRequirements 控件。
/// </summary>
@@ -119,7 +121,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtRequirements;
/// <summary>
/// drpUnit 控件。
/// </summary>
@@ -128,7 +130,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpUnit;
/// <summary>
/// drpResponsibleMan 控件。
/// </summary>
@@ -137,7 +139,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpResponsibleMan;
/// <summary>
/// drpWorkArea 控件。
/// </summary>
@@ -146,7 +148,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpWorkArea;
/// <summary>
/// txtRectificationPeriod 控件。
/// </summary>
@@ -155,7 +157,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtRectificationPeriod;
/// <summary>
/// txtOldHandleIdea 控件。
/// </summary>
@@ -164,7 +166,16 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtOldHandleIdea;
/// <summary>
/// txtWorkPackageId 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Label txtWorkPackageId;
/// <summary>
/// drpCCManIds 控件。
/// </summary>
@@ -173,7 +184,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpCCManIds;
/// <summary>
/// txtRectification 控件。
/// </summary>
@@ -182,7 +193,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtRectification;
/// <summary>
/// UploadAttach 控件。
/// </summary>
@@ -191,7 +202,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.LinkButton UploadAttach;
/// <summary>
/// UploadAttachR 控件。
/// </summary>
@@ -200,7 +211,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.LinkButton UploadAttachR;
/// <summary>
/// ckConfirm 控件。
/// </summary>
@@ -209,7 +220,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.RadioButtonList ckConfirm;
/// <summary>
/// txtHandleIdea 控件。
/// </summary>
@@ -218,7 +229,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtHandleIdea;
/// <summary>
/// Toolbar1 控件。
/// </summary>
@@ -227,7 +238,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Toolbar Toolbar1;
/// <summary>
/// ToolbarFill1 控件。
/// </summary>
@@ -236,7 +247,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.ToolbarFill ToolbarFill1;
/// <summary>
/// btnSave 控件。
/// </summary>
@@ -245,7 +256,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Button btnSave;
/// <summary>
/// btnClose 控件。
/// </summary>
@@ -254,7 +265,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Button btnClose;
/// <summary>
/// Window1 控件。
/// </summary>
@@ -11,71 +11,76 @@
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="110px">
<Rows>
<f:FormRow>
<Items>
<f:TextArea ID="txtRegisterDef" runat="server" Label="问题描述" Readonly="true"
ShowRedStar="true" Required="true" LabelWidth="110px" Height="64px">
ShowRedStar="true" Required="true" Height="64px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckManName" runat="server" Label="检查人" Readonly="true" LabelWidth="110px">
<f:TextBox ID="txtCheckManName" runat="server" Label="检查人" Readonly="true" >
</f:TextBox>
<f:TextBox ID="txtCheckTime" runat="server" Label="检查时间" LabelWidth="110px" Readonly="true">
<f:TextBox ID="txtCheckTime" runat="server" Label="检查时间" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="危害因素" ID="drpRegisterTypes2" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="危害因素" ID="drpRegisterTypes2" Readonly="true" >
</f:TextBox>
<f:TextBox runat="server" Label="问题类型" ID="drpRegisterTypes" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="问题类型" ID="drpRegisterTypes" Readonly="true" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="作业内容" ID="drpRegisterTypes3" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="作业内容" ID="drpRegisterTypes3" Readonly="true" >
</f:TextBox>
<f:TextBox runat="server" Label="风险值" ID="drpHazardValue" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="风险值" ID="drpHazardValue" Readonly="true" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="导致伤害/事故" ID="drpRegisterTypes4" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="导致伤害/事故" ID="drpRegisterTypes4" Readonly="true" >
</f:TextBox>
<f:TextBox runat="server" ID="txtRequirements" Label="整改要求" Readonly="true" LabelWidth="110px"></f:TextBox>
<f:TextBox runat="server" ID="txtRequirements" Label="整改要求" Readonly="true" ></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Readonly="true" Label="责任单位" ID="drpUnit" LabelWidth="110px">
<f:TextBox runat="server" Readonly="true" Label="责任单位" ID="drpUnit" >
</f:TextBox>
<f:TextBox runat="server" Readonly="true" Label="责任人" ID="drpResponsibleMan" LabelWidth="110px">
<f:TextBox runat="server" Readonly="true" Label="责任人" ID="drpResponsibleMan" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Readonly="true" Label="单位工程" ID="drpWorkArea" LabelWidth="110px">
<f:TextBox runat="server" Readonly="true" Label="单位工程" ID="drpWorkArea" >
</f:TextBox>
<f:TextBox ID="txtRectificationPeriod" runat="server" Label="整改期限" LabelWidth="110px" Readonly="true">
<f:TextBox ID="txtRectificationPeriod" runat="server" Label="整改期限" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label runat="server" ID="txtWorkPackageId" Label="分部分项工程"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" ID="txtHandleIdea" Label="复检问题描述" Hidden="true" Readonly="true"
LabelWidth="110px"></f:TextBox>
></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="抄送" ID="drpCCManIds" LabelWidth="110px" Readonly="true">
<f:TextBox runat="server" Label="抄送" ID="drpCCManIds" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
@@ -88,7 +93,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:LinkButton ID="UploadAttach" runat="server" Label="整改前照片" LabelWidth="110px"
<f:LinkButton ID="UploadAttach" runat="server" Label="整改前照片"
Text="查看" OnClick="btnAttachUrl_Click" LabelAlign="Right">
</f:LinkButton>
<f:LinkButton ID="UploadAttachR" runat="server" Label="整改后照片" Text="上传"
@@ -87,6 +87,7 @@ namespace FineUIPro.Web.HiddenInspection
this.drpCCManIds.Text = registration.CCManNames;
this.txtRectification.Text = registration.Rectification;
this.txtHandleIdea.Text = registration.HandleIdea;
this.txtWorkPackageId.Text = registration.WorkPackageName;
if (!string.IsNullOrEmpty(registration.HandleIdea))
{
this.txtHandleIdea.Hidden = false;
@@ -7,11 +7,13 @@
// </自动生成>
//------------------------------------------------------------------------------
namespace FineUIPro.Web.HiddenInspection {
public partial class HiddenRectificationRectify {
namespace FineUIPro.Web.HiddenInspection
{
public partial class HiddenRectificationRectify
{
/// <summary>
/// form1 控件。
/// </summary>
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// PageManager1 控件。
/// </summary>
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.PageManager PageManager1;
/// <summary>
/// SimpleForm1 控件。
/// </summary>
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Form SimpleForm1;
/// <summary>
/// txtRegisterDef 控件。
/// </summary>
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextArea txtRegisterDef;
/// <summary>
/// txtCheckManName 控件。
/// </summary>
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtCheckManName;
/// <summary>
/// txtCheckTime 控件。
/// </summary>
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtCheckTime;
/// <summary>
/// drpRegisterTypes2 控件。
/// </summary>
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes2;
/// <summary>
/// drpRegisterTypes 控件。
/// </summary>
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes;
/// <summary>
/// drpRegisterTypes3 控件。
/// </summary>
@@ -92,7 +94,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes3;
/// <summary>
/// drpHazardValue 控件。
/// </summary>
@@ -101,7 +103,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpHazardValue;
/// <summary>
/// drpRegisterTypes4 控件。
/// </summary>
@@ -110,7 +112,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes4;
/// <summary>
/// txtRequirements 控件。
/// </summary>
@@ -119,7 +121,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtRequirements;
/// <summary>
/// drpUnit 控件。
/// </summary>
@@ -128,7 +130,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpUnit;
/// <summary>
/// drpResponsibleMan 控件。
/// </summary>
@@ -137,7 +139,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpResponsibleMan;
/// <summary>
/// drpWorkArea 控件。
/// </summary>
@@ -146,7 +148,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpWorkArea;
/// <summary>
/// txtRectificationPeriod 控件。
/// </summary>
@@ -155,7 +157,16 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtRectificationPeriod;
/// <summary>
/// txtWorkPackageId 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Label txtWorkPackageId;
/// <summary>
/// txtHandleIdea 控件。
/// </summary>
@@ -164,7 +175,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtHandleIdea;
/// <summary>
/// drpCCManIds 控件。
/// </summary>
@@ -173,7 +184,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpCCManIds;
/// <summary>
/// txtRectification 控件。
/// </summary>
@@ -182,7 +193,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextArea txtRectification;
/// <summary>
/// UploadAttach 控件。
/// </summary>
@@ -191,7 +202,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.LinkButton UploadAttach;
/// <summary>
/// UploadAttachR 控件。
/// </summary>
@@ -200,7 +211,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.LinkButton UploadAttachR;
/// <summary>
/// Toolbar1 控件。
/// </summary>
@@ -209,7 +220,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Toolbar Toolbar1;
/// <summary>
/// ToolbarFill1 控件。
/// </summary>
@@ -218,7 +229,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.ToolbarFill ToolbarFill1;
/// <summary>
/// btnSave 控件。
/// </summary>
@@ -227,7 +238,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Button btnSave;
/// <summary>
/// btnClose 控件。
/// </summary>
@@ -236,7 +247,7 @@ namespace FineUIPro.Web.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Button btnClose;
/// <summary>
/// Window1 控件。
/// </summary>
@@ -11,74 +11,79 @@
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="110px">
<Rows>
<f:FormRow>
<Items>
<f:TextArea ID="txtRegisterDef" runat="server" Label="问题描述" Readonly="true"
ShowRedStar="true" Required="true" LabelWidth="110px" Height="64px">
ShowRedStar="true" Required="true" Height="64px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckManName" runat="server" Label="检查人" Readonly="true" LabelWidth="110px">
<f:TextBox ID="txtCheckManName" runat="server" Label="检查人" Readonly="true" >
</f:TextBox>
<f:TextBox ID="txtCheckTime" runat="server" Label="检查时间" LabelWidth="110px" Readonly="true">
<f:TextBox ID="txtCheckTime" runat="server" Label="检查时间" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="危害因素" ID="drpRegisterTypes2" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="危害因素" ID="drpRegisterTypes2" Readonly="true" >
</f:TextBox>
<f:TextBox runat="server" Label="问题类型" ID="drpRegisterTypes" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="问题类型" ID="drpRegisterTypes" Readonly="true" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="作业内容" ID="drpRegisterTypes3" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="作业内容" ID="drpRegisterTypes3" Readonly="true" >
</f:TextBox>
<f:TextBox runat="server" Label="风险值" ID="drpHazardValue" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="风险值" ID="drpHazardValue" Readonly="true" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="导致伤害/事故" ID="drpRegisterTypes4" Readonly="true" LabelWidth="110px">
<f:TextBox runat="server" Label="导致伤害/事故" ID="drpRegisterTypes4" Readonly="true" >
</f:TextBox>
<f:TextBox runat="server" ID="txtRequirements" Label="整改要求" Readonly="true" LabelWidth="110px"></f:TextBox>
<f:TextBox runat="server" ID="txtRequirements" Label="整改要求" Readonly="true" ></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Readonly="true" Label="责任单位" ID="drpUnit" LabelWidth="110px">
<f:TextBox runat="server" Readonly="true" Label="责任单位" ID="drpUnit" ShowRedStar="true">
</f:TextBox>
<f:TextBox runat="server" Readonly="true" Label="责任人" ID="drpResponsibleMan" LabelWidth="110px">
<f:TextBox runat="server" Readonly="true" Label="责任人" ID="drpResponsibleMan" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Readonly="true" Label="单位工程" ID="drpWorkArea" LabelWidth="110px">
<f:TextBox runat="server" Readonly="true" Label="单位工程" ID="drpWorkArea" ShowRedStar="true">
</f:TextBox>
<f:TextBox ID="txtRectificationPeriod" runat="server" Label="整改期限" LabelWidth="110px" Readonly="true">
<f:TextBox ID="txtRectificationPeriod" runat="server" Label="整改期限" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="抄送" ID="drpCCManIds" LabelWidth="110px" Readonly="true">
<f:Label runat="server" ID="txtWorkPackageId" Label="分部分项工程"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox runat="server" Label="抄送" ID="drpCCManIds" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRectification" runat="server" Label="采取措施" Readonly="true" LabelWidth="110px">
<f:TextBox ID="txtRectification" runat="server" Label="采取措施" Readonly="true" >
</f:TextBox>
<f:TextBox runat="server" ID="txtHandleIdea" Label="复检问题描述"
Readonly="true" LabelWidth="110px"></f:TextBox>
Readonly="true" ></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
@@ -92,6 +92,7 @@ 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);
this.txtWorkPackageId.Text = registration.WorkPackageName;
}
}
}
@@ -7,11 +7,13 @@
// </自动生成>
//------------------------------------------------------------------------------
namespace FineUIPro.Web.HSSE.HiddenInspection {
public partial class HiddenRectificationView {
namespace FineUIPro.Web.HSSE.HiddenInspection
{
public partial class HiddenRectificationView
{
/// <summary>
/// form1 控件。
/// </summary>
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// PageManager1 控件。
/// </summary>
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.PageManager PageManager1;
/// <summary>
/// SimpleForm1 控件。
/// </summary>
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Form SimpleForm1;
/// <summary>
/// txtRegisterDef 控件。
/// </summary>
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextArea txtRegisterDef;
/// <summary>
/// txtCheckManName 控件。
/// </summary>
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtCheckManName;
/// <summary>
/// txtCheckTime 控件。
/// </summary>
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtCheckTime;
/// <summary>
/// drpRegisterTypes2 控件。
/// </summary>
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes2;
/// <summary>
/// drpRegisterTypes 控件。
/// </summary>
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes;
/// <summary>
/// drpRegisterTypes3 控件。
/// </summary>
@@ -92,7 +94,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes3;
/// <summary>
/// drpHazardValue 控件。
/// </summary>
@@ -101,7 +103,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpHazardValue;
/// <summary>
/// drpRegisterTypes4 控件。
/// </summary>
@@ -110,7 +112,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpRegisterTypes4;
/// <summary>
/// txtRequirements 控件。
/// </summary>
@@ -119,7 +121,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtRequirements;
/// <summary>
/// drpUnit 控件。
/// </summary>
@@ -128,7 +130,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpUnit;
/// <summary>
/// drpResponsibleMan 控件。
/// </summary>
@@ -137,7 +139,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpResponsibleMan;
/// <summary>
/// drpWorkArea 控件。
/// </summary>
@@ -146,7 +148,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpWorkArea;
/// <summary>
/// txtRectificationPeriod 控件。
/// </summary>
@@ -155,7 +157,16 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtRectificationPeriod;
/// <summary>
/// txtWorkPackageId 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Label txtWorkPackageId;
/// <summary>
/// drpCCManIds 控件。
/// </summary>
@@ -164,7 +175,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox drpCCManIds;
/// <summary>
/// txtRectification 控件。
/// </summary>
@@ -173,7 +184,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtRectification;
/// <summary>
/// txtHandleIdea 控件。
/// </summary>
@@ -182,7 +193,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtHandleIdea;
/// <summary>
/// txtRectificationTime 控件。
/// </summary>
@@ -191,7 +202,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtRectificationTime;
/// <summary>
/// txtStates 控件。
/// </summary>
@@ -200,7 +211,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.TextBox txtStates;
/// <summary>
/// ContentPanel2 控件。
/// </summary>
@@ -209,7 +220,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.ContentPanel ContentPanel2;
/// <summary>
/// divImageUrl 控件。
/// </summary>
@@ -218,7 +229,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divImageUrl;
/// <summary>
/// ContentPanel1 控件。
/// </summary>
@@ -227,7 +238,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.ContentPanel ContentPanel1;
/// <summary>
/// divRectificationImageUrl 控件。
/// </summary>
@@ -236,7 +247,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divRectificationImageUrl;
/// <summary>
/// Toolbar1 控件。
/// </summary>
@@ -245,7 +256,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.Toolbar Toolbar1;
/// <summary>
/// ToolbarFill1 控件。
/// </summary>
@@ -254,7 +265,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.ToolbarFill ToolbarFill1;
/// <summary>
/// btnClose 控件。
/// </summary>