SGGL_JT/SUBQHSE/FineUIPro.Web/Customization/CNCEC4/HSSE/Report/LeaderCheckEdit.aspx

87 lines
4.1 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LeaderCheckEdit.aspx.cs" Inherits="FineUIPro.Web.Customization.CNCEC4.HSSE.Report.LeaderCheckEdit" %>
<!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>
<Items>
<f:TextBox ID="txtUnitName" runat="server" Label="所属单位" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtProjectName" runat="server" Label="检查项目" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCLeaders" runat="server" Label="公司领导" LabelAlign="Right" ShowRedStar="true" Required="true">
</f:TextBox>
<f:TextBox ID="txtBLeaders" runat="server" Label="分公司领导" LabelAlign="Right" ShowRedStar="true" Required="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCheckDate" runat="server" Label="检查日期" LabelAlign="Right" Required="true" ShowRedStar="true"
DateFormatString="yyyy-MM-dd" ShowTodayButton="false">
</f:DatePicker>
<f:NumberBox ID="txtHiddendangers" runat="server" Label="排查安全隐患(项)" LabelAlign="Right"
Required="true" ShowRedStar="true" ShowTrigger="false"></f:NumberBox>
<f:DatePicker ID="txtMonths" runat="server" Label="月份" LabelAlign="Right" Required="true" ShowRedStar="true"
DateFormatString="yyyy-MM" DisplayType="Month" ShowTodayButton="false">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCloseDate" runat="server" Label="隐患整改关闭时间" LabelAlign="Right" Required="true" ShowRedStar="true"
DateFormatString="yyyy-MM-dd" ShowTodayButton="false">
</f:DatePicker>
<f:DropDownList ID="drpCloseType" runat="server" Label="隐患是否关闭" LabelAlign="Right" Required="true" ShowRedStar="true">
<f:ListItem Value="0" Text="否" Selected="true" />
<f:ListItem Value="1" Text="是" />
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemarks" runat="server" Label="备注" LabelAlign="Right"></f:TextArea>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnSubmit" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" OnClick="btnSubmit_Click" Text="提交">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>