40 lines
1.8 KiB
Plaintext
40 lines
1.8 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MajorSecurityRiskSubmit.aspx.cs" Inherits="FineUIPro.Web.Customization.CNCCG.HSSE.ActionPlan.MajorSecurityRiskSubmit" %>
|
|
|
|
<!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" runat="server" AutoSizePanelID="SimpleForm1" />
|
|
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true" BodyPadding="10px" runat="server" RedStarPosition="BeforeText">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="ddlAuditMan" runat="server" Label="审批人"
|
|
EnableEdit="true" LabelAlign="Right" ShowRedStar="true" EmptyText="--请选择--" AutoSelectFirstItem="false"
|
|
Required="true">
|
|
</f:DropDownList>
|
|
<f:Label runat="server" ID="lb1" Text="请选择子分公司安全部门负责人,可输入姓名进行筛选" CssStyle="color:red"></f:Label>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
|
|
|
|
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="提交" ValidateForms="SimpleForm1" Text="提交"
|
|
OnClick="btnSubmit_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
</form>
|
|
</body>
|
|
</html>
|