SGGL_JT/SUBQHSE/FineUIPro.Web/Customization/CNCEC4/ZHGL/Report/HazardousEngineeringEdit.aspx

77 lines
4.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HazardousEngineeringEdit.aspx.cs" Inherits="FineUIPro.Web.Customization.CNCEC4.ZHGL.Report.HazardousEngineeringEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>编辑危大工程实施清单月报</title>
</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 ColumnWidths="20% 30% 50%">
<Items>
<f:DatePicker ID="txtMonths" runat="server" Label="月份" LabelAlign="Right" Required="true" ShowRedStar="true" DateFormatString="yyyy-MM" DisplayType="Month" ShowTodayButton="false"></f:DatePicker>
<f:TextBox ID="txtUnitName" runat="server" Label="所属单位" LabelAlign="Right" Readonly="true" LabelWidth="150px">
</f:TextBox>
<f:TextBox ID="txtProjectName" runat="server" Label="项目名称" LabelAlign="Right" Readonly="true" LabelWidth="150px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSubProjectName" runat="server" Label="危险性较大的分部分项工程名称" LabelAlign="Right" LabelWidth="200px">
</f:TextBox>
<f:TextBox ID="txtWorksCategory" runat="server" Label="本月在施下月即施危大工程类别" LabelAlign="Right" LabelWidth="200px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList ID="rblIsSuperDangerous" runat="server" Label="是否为超危大工程" LabelAlign="Right" LabelWidth="200px">
<f:RadioItem Value="True" Text="是" />
<f:RadioItem Value="False" Text="否" />
</f:RadioButtonList>
<f:TextBox ID="txtAddress" runat="server" Label="施工地点" LabelAlign="Right" LabelWidth="200px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtConStartDate" runat="server" Label="施工计划开始时间" LabelAlign="Right" LabelWidth="200px"></f:DatePicker>
<f:DatePicker ID="txtConEndDate" runat="server" Label="施工计划结束时间" LabelAlign="Right" LabelWidth="200px"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtPlanSubmissionDate" runat="server" Label="方案上报时间" LabelAlign="Right" LabelWidth="200px"></f:DatePicker>
<f:DatePicker ID="txtPlanApprovalDate" runat="server" Label="方案审批时间" LabelAlign="Right" LabelWidth="200px"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCompletionDate" runat="server" Label="专家论证完成日期" LabelAlign="Right" LabelWidth="200px"></f:DatePicker>
<f:TextBox ID="txtSpecializedClass" runat="server" Label="项目包保责任专班(职务、姓名、联系电话)" LabelAlign="Right" LabelWidth="200px">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" Text="保存" OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose" Text="关闭">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>