CNCEC_SUBQHSE_WUHUAN/SGGL/FineUIPro.Web/Party/BasicInformation.aspx

202 lines
13 KiB
Plaintext
Raw Permalink Normal View History

2021-08-13 11:15:59 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BasicInformation.aspx.cs" Inherits="FineUIPro.Web.Party.BasicInformation" %>
<!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>
<style type="text/css">
.f-grid-row .f-grid-cell-inner {
white-space: normal;
word-break: break-all;
}
.f-grid-colheader-text {
white-space: normal;
word-break: break-all;
}
</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:ContentPanel ID="ContentPanel2" Title="党支部基本信息" ShowBorder="true"
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
runat="server">
<Items>
<f:Form ID="Form3" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtName" runat="server" Label="名称" LabelAlign="Right" LabelWidth="100px" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtStartDate" runat="server" Label="成立时间" LabelAlign="Right"
EnableEdit="true">
</f:DatePicker>
<f:TextBox ID="txtComponent" runat="server" Label="组成单位" LabelAlign="Right" LabelWidth="100px" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtPartyerNum" runat="server" Label="党员人数" LabelAlign="Right" LabelWidth="100px" MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtPersonNum" runat="server" Label="员工人数" LabelAlign="Right" LabelWidth="100px" MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtPartyGroupNum" runat="server" Label="党小组数" LabelAlign="Right" LabelWidth="100px" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:ContentPanel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel8" Title="党支部委员会组成(含调整情况)" ShowBorder="true"
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
runat="server">
<f:Grid ID="Grid1" IsFluid="true" CssClass="blockpanel" Height="250px" ShowBorder="true" ShowHeader="false" runat="server" EnableCollapse="false" OnRowCommand="Grid1_RowCommand"
DataKeyNames="BasicInformationDetailId" DataIDField="BasicInformationDetailId" EnableColumnLines="true" ForceFit="true" AllowCellEditing="true" ClicksToEdit="1">
<Toolbars>
<f:Toolbar ID="Toolbar3" Position="Top" runat="server" ToolbarAlign="Right">
<Items>
<f:Button ID="btnNew" ToolTip="新增" Text="新增" Icon="Add" EnablePostBack="true"
runat="server" OnClick="btnNew_Click" Hidden="true">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
<Columns>
<%-- <f:TemplateField ColumnID="tfPageIndex" Width="55px" HeaderText="序号" HeaderTextAlign="Center" TextAlign="Center"
EnableLock="true" Locked="False">
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Grid1.PageIndex * Grid1.PageSize + Container.DataItemIndex + 1 %>'></asp:Label>
</ItemTemplate>
</f:TemplateField>--%>
<f:RenderField Width="100px" ColumnID="Name" DataField="Name"
FieldType="String" HeaderText="姓名" TextAlign="Center" HeaderTextAlign="Center">
<Editor>
<f:TextBox ID="txtName1" runat="server">
</f:TextBox>
</Editor>
</f:RenderField>
<f:RenderField Width="100px" ColumnID="BirthDate" DataField="BirthDate"
FieldType="Date" Renderer="Date" RendererArgument="yyyy-MM" HeaderText="出生年月" TextAlign="Center"
HeaderTextAlign="Center">
<Editor>
<f:DatePicker ID="txtBirthDate" runat="server" DateFormatString="yyyy-MM"
EnableEdit="true">
</f:DatePicker>
</Editor>
</f:RenderField>
<f:RenderField Width="100px" ColumnID="JoinPartyDate" DataField="JoinPartyDate"
FieldType="Date" Renderer="Date" HeaderText="入党时间" TextAlign="Center" RendererArgument="yyyy-MM-dd"
HeaderTextAlign="Center">
<Editor>
<f:DatePicker ID="txtJoinPartyDate" runat="server" DateFormatString="yyyy-MM-dd"
EnableEdit="true">
</f:DatePicker>
</Editor>
</f:RenderField>
<f:RenderField Width="130px" ColumnID="PartyPost" DataField="PartyPost"
FieldType="String" HeaderText="党内职务" TextAlign="Center" HeaderTextAlign="Center">
<Editor>
<f:TextBox ID="txtPartyPost" runat="server">
</f:TextBox>
</Editor>
</f:RenderField>
<f:RenderField Width="130px" ColumnID="AdministrationPost" DataField="AdministrationPost"
FieldType="String" HeaderText="行政职务" TextAlign="Center" HeaderTextAlign="Center">
<Editor>
<f:TextBox ID="txtAdministrationPost" runat="server">
</f:TextBox>
</Editor>
</f:RenderField>
<f:RenderField Width="100px" ColumnID="PartyPostJoinDate" DataField="PartyPostJoinDate"
FieldType="Date" Renderer="Date" HeaderText="党内职务任职时间" TextAlign="Center" RendererArgument="yyyy-MM-dd"
HeaderTextAlign="Center">
<Editor>
<f:DatePicker ID="txtPartyPostJoinDate" runat="server" DateFormatString="yyyy-MM-dd"
EnableEdit="true">
</f:DatePicker>
</Editor>
</f:RenderField>
<f:LinkButtonField Width="30px" TextAlign="Center" HeaderText="删除" ToolTip="删除" CommandName="del" Hidden="true"
Icon="Delete" />
</Columns>
</f:Grid>
</f:ContentPanel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel9" Title="年度受表彰情况" ShowBorder="true"
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
runat="server">
<Items>
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextArea ID="txtCommendation" runat="server" MaxLength="500">
</f:TextArea>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:ContentPanel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel1" Title="年度受处分情况" ShowBorder="true"
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
runat="server">
<Items>
<f:Form ID="Form4" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextArea ID="txtPunishment" runat="server" MaxLength="500">
</f:TextArea>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:ContentPanel>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:HiddenField ID="hdCheckerId" runat="server">
</f:HiddenField>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Hidden="true" ValidateForms="SimpleForm1" OnClick="btnSave_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>