xinjiang/SGGL/FineUIPro.Web/SYHSE/Data_RiskEdit.aspx

95 lines
3.5 KiB
Plaintext
Raw Permalink Normal View History

2024-11-19 09:45:27 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Data_RiskEdit.aspx.cs" Inherits="FineUIPro.Web.SYHSE.Data_RiskEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>企业承诺</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.labcenter {
text-align: center;
}
.f-grid-row .f-grid-cell-inner {
white-space: normal;
word-break: break-all;
}
.f-grid-row.red {
background-color: #FF7575;
background-image: none;
}
.fontred {
color: #FF7575;
background-image: none;
}
</style>
</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:DatePicker ID="txtReportDate" ShowRedStar="true" Required="true" runat="server" Label="日期" LabelAlign="Right"
EnableEdit="true">
</f:DatePicker>
<f:TextBox ID="txtControlObject" runat="server" Label="管控对象" MaxLength="100" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRespDepartment" runat="server" Label="责任部门" MaxLength="100" >
</f:TextBox>
<f:TextBox ID="txtRespPerson" runat="server" Label="责任人" MaxLength="100" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtAnalysisUnit" runat="server" Label="分析单元" MaxLength="100" >
</f:TextBox>
<f:TextBox ID="txtRiskLevel" runat="server" Label="风险等级" MaxLength="100" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRiskEvent" runat="server" Label="风险事件" Height="200px" MaxLength="3000">
</f:TextArea>
</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:Button ID="btnSave" OnClick="btnSave_Click" Icon="SystemSave" runat="server" ToolTip="保存" Text="保存">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
<script>
</script>
</body>
</html>