ChengDa_English/SGGL/FineUIPro.Web/HSSE/License/ApplyView.aspx

82 lines
4.8 KiB
Plaintext
Raw Normal View History

2022-03-15 17:36:38 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ApplyView.aspx.cs"
Inherits="FineUIPro.Web.HSSE.License.ApplyView" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
2025-02-23 13:09:38 +08:00
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,FireWorkView_title%>"/></title>
2022-03-15 17:36:38 +08:00
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.formtitle .f-field-body {
text-align: center;
margin: 10px 0;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" TitleAlign="Center"
BodyPadding="5px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" EnableTableStyle="true">
<Rows>
<f:FormRow>
<Items>
2025-02-23 13:09:38 +08:00
<f:TextBox ID="txtApplyUnit" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtApplyUnit_Label%>" Readonly="true" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
2025-02-23 13:09:38 +08:00
<f:TextBox ID="txtApplyManName" runat="server" Label="<%$ Resources:Lan,TempElectricityView_txtApplyManName_Label%>" Readonly="true" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-23 13:09:38 +08:00
<f:TextBox ID="txtType" runat="server" Label="<%$ Resources:Lan,ApplyView_txtType_Label%>" Readonly="true" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
2025-02-23 13:09:38 +08:00
<f:TextBox ID="txtApplyDate" runat="server" Label="<%$ Resources:Lan,ApplyView_txtApplyDate_Label%>" Readonly="true" LabelWidth="140px">
2022-03-15 17:36:38 +08:00
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" EnableCollapse="true" EnableColumnLines="true"
EnableColumnMove="true" runat="server" BoxFlex="1" DataKeyNames="FlowOperateId" DataIDField="FlowOperateId"
AllowSorting="true" SortField="SortIndex" SortDirection="ASC" AllowPaging="true"
EnableTextSelection="True">
<Columns>
2025-02-23 13:09:38 +08:00
<f:RenderField HeaderText="<%$ Resources:Lan,ConstructSolution_tfNumber_HeaderText%>" ColumnID="SortIndex" DataField="SortIndex" FieldType="Int"
2022-03-15 17:36:38 +08:00
HeaderTextAlign="Center" TextAlign="Center" Width="50px">
</f:RenderField>
2025-02-23 13:09:38 +08:00
<f:RenderField HeaderText="<%$ Resources:Lan,ApplyView_Grid1_Column_AuditFlowName_HeaderText%>" ColumnID="AuditFlowName" DataField="AuditFlowName" FieldType="String"
2022-03-15 17:36:38 +08:00
HeaderTextAlign="Center" TextAlign="Left" Width="180px">
</f:RenderField>
2025-02-23 13:09:38 +08:00
<f:RenderField HeaderText="<%$ Resources:Lan,ApplyView_Grid1_Column_OperaterName_HeaderText%>" ColumnID="OperaterName" DataField="OperaterName" FieldType="String"
2022-03-15 17:36:38 +08:00
HeaderTextAlign="Center" TextAlign="Left" Width="120px">
</f:RenderField>
2025-02-23 13:09:38 +08:00
<f:RenderField HeaderText="<%$ Resources:Lan,ApplyView_Grid1_Column_OperaterTime_HeaderText%>" ColumnID="OperaterTime" DataField="OperaterTime"
2022-03-15 17:36:38 +08:00
FieldType="Date" Renderer="Date" RendererArgument="yyyy-MM-dd"
HeaderTextAlign="Center" TextAlign="Center" Width="120px" >
</f:RenderField>
2025-02-23 13:09:38 +08:00
<f:RenderField HeaderText="<%$ Resources:Lan,ApplyView_Grid1_Column_Opinion_HeaderText%>" ColumnID="Opinion" DataField="Opinion" FieldType="String"
2022-03-15 17:36:38 +08:00
HeaderTextAlign="Center" TextAlign="Left" Width="90px" ExpandUnusedSpace="true">
</f:RenderField>
</Columns>
</f:Grid>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
2025-02-23 13:09:38 +08:00
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose" MarginRight="10px">
2022-03-15 17:36:38 +08:00
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>