2022-03-15 17:36:38 +08:00
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HSSEManageItemEdit.aspx.cs" Inherits="FineUIPro.Web.ZHGL.HSSESystem.HSSEManageItemEdit" Async="true" %>
|
|
|
|
|
|
|
|
<!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>
|
|
|
|
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
|
|
</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>
|
2025-02-24 16:04:16 +08:00
|
|
|
<f:TextBox ID="txtSortIndex" runat="server" Label="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_Grid1_Columns_RowNumberField_HeaderText%>" MaxLength="50">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
<f:TextBox ID="txtNames" runat="server" Label="<%$ Resources:Lan,Z_SubUnitCheckRectifyEdit_Grid1_Columns_RenderField1_HeaderText%>" Required="true" ShowRedStar="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
MaxLength="10">
|
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
<f:TextBox ID="txtPost" runat="server" Label="<%$ Resources:Lan,Z_HSSEManage_Grid_Column_Post_HeaderText%>" Required="true" ShowRedStar="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
MaxLength="50" FocusOnPageLoad="true">
|
|
|
|
</f:TextBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
<f:TextBox ID="txtTelephone" runat="server" Label="<%$ Resources:Lan,Z_UpCheckReportEdit_gvItem2_UnitHSSEManTel_HeaderText%>" MaxLength="20">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
<f:TextBox ID="txtMobilePhone" runat="server" Label="<%$ Resources:Lan,Z_HSSEManage_Grid_Column_MobilePhone_HeaderText%>" MaxLength="20">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
<f:TextBox ID="txtEMail" runat="server" Label="<%$ Resources:Lan,Z_HSSEManage_Grid_Column_EMail_HeaderText%>" MaxLength="50">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
<f:TextArea ID="txtDuty" runat="server" Label="<%$ Resources:Lan,Z_HSSEManage_Grid_Column_Duty_HeaderText%>" MaxLength="2000">
|
2022-03-15 17:36:38 +08:00
|
|
|
</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" ValidateForms="SimpleForm1"
|
|
|
|
Hidden="true" OnClick="btnSave_Click">
|
|
|
|
</f:Button>
|
2025-02-24 16:04:16 +08:00
|
|
|
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_btnClose_Text%>" runat="server" Icon="SystemClose">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Button>
|
|
|
|
</Items>
|
|
|
|
</f:Toolbar>
|
|
|
|
</Toolbars>
|
|
|
|
</f:Form>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|