150 lines
		
	
	
		
			8.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			150 lines
		
	
	
		
			8.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OpinionCollectionEdit.aspx.cs" Inherits="FineUIPro.Web.Opinion.OpinionCollectionEdit" %> | ||
|  | 
 | ||
|  | <%@ Register Src="~/Controls/FlowOperateControl.ascx" TagName="FlowOperateControl" | ||
|  |     TagPrefix="uc1" %> | ||
|  | <!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" /> | ||
|  |     <style type="text/css"> | ||
|  |         .labcenter { | ||
|  |             text-align: center; | ||
|  |         } | ||
|  | 
 | ||
|  |         .f-grid-row.Red { | ||
|  |             background-color: red; | ||
|  |         } | ||
|  |     </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:DropDownList ID="drpProblemClass" runat="server" Label="问题分类" Required="true" ShowRedStar="true"></f:DropDownList> | ||
|  |                         <f:Label ID="Label1" runat="server"></f:Label> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:TextArea ID="txtOpinion" runat="server" Label="意见" LabelAlign="Right" Required="true" ShowRedStar="true" MaxLength="2000"></f:TextArea> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:DropDownList ID="drpCompileMan" runat="server" Label="提出人" LabelAlign="Right" Required="true" ShowRedStar="true" Readonly="true"></f:DropDownList> | ||
|  |                         <f:DatePicker ID="txtCompileDate" runat="server" Label="提出时间" LabelAlign="Right" Required="true" ShowRedStar="true" Readonly="true"></f:DatePicker> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:DropDownList ID="drpUnitId" runat="server" Label="所属单位" LabelAlign="Right" Readonly="true"></f:DropDownList> | ||
|  |                         <%--<f:DropDownList ID="drpRoleId" runat="server" Label="角色" LabelAlign="Right" Readonly="true"></f:DropDownList>--%> | ||
|  |                         <f:TextBox ID="txtRole" runat="server" Label="角色" LabelAlign="Right" Readonly="true"></f:TextBox> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <%--<f:FormRow> | ||
|  |                 <Items> | ||
|  |                     <f:ContentPanel ID="ContentPanel1" runat="server" ShowHeader="false" EnableCollapse="true" | ||
|  |                         BodyPadding="0px"> | ||
|  |                         <uc1:FlowOperateControl ID="ctlAuditFlow" runat="server" /> | ||
|  |                     </f:ContentPanel> | ||
|  |                 </Items> | ||
|  |             </f:FormRow>--%> | ||
|  |                 <%--<f:FormRow ID="agree"> | ||
|  |                     <Items> | ||
|  |                         <f:RadioButtonList runat="server" ID="rblIsAgree" Label="是否同意" ShowRedStar="true"> | ||
|  |                             <f:RadioItem Text="同意" Value="true" Selected="true" /> | ||
|  |                             <f:RadioItem Text="不同意" Value="false" /> | ||
|  |                         </f:RadioButtonList> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow>--%> | ||
|  |                 <f:FormRow ID="options"> | ||
|  |                     <Items> | ||
|  |                         <f:TextArea ID="txtidea" ShowRedStar="true" runat="server" Label="办理意见" MaxLength="3000"> | ||
|  |                         </f:TextArea> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow ID="nextStep" ColumnWidths=" 12% 18% 70%"> | ||
|  |                     <Items> | ||
|  |                         <f:Label ID="Label2" runat="server"></f:Label> | ||
|  |                         <f:DropDownList ID="drpNextStep" runat="server" AutoPostBack="true" OnSelectedIndexChanged="drpNextStep_SelectedIndexChanged"> | ||
|  |                             <f:ListItem Value="下一步" Text="下一步" Selected="true" /> | ||
|  |                             <f:ListItem Value="审核完成" Text="审核完成" /> | ||
|  |                         </f:DropDownList> | ||
|  |                         <f:Label ID="Label3" runat="server"></f:Label> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow ID="audit"> | ||
|  |                     <Items> | ||
|  |                         <f:DropDownList runat="server" Label="核实人角色" ID="drpAuditRoleId" ShowRedStar="true" Required="true" AutoPostBack="true" OnSelectedIndexChanged="drpAuditRoleId_SelectedIndexChanged"></f:DropDownList> | ||
|  |                         <f:DropDownList runat="server" Label="核实人" ID="drpAudit" ShowRedStar="true" Required="true"> | ||
|  |                         </f:DropDownList> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="审批流程" EnableCollapse="true" | ||
|  |                             runat="server" BoxFlex="1" DataKeyNames="OpinionCollectionApproveId" EnableColumnLines="true" DataIDField="OpinionCollectionApproveId" AllowSorting="true" | ||
|  |                             SortField="ApproveDate" SortDirection="DESC" EnableTextSelection="True"> | ||
|  |                             <Columns> | ||
|  |                                 <f:TemplateField ColumnID="tfNumber" Width="55px" HeaderText="序号" HeaderTextAlign="Center" | ||
|  |                                     TextAlign="Center"> | ||
|  |                                     <ItemTemplate> | ||
|  |                                         <asp:Label ID="lblNumber" runat="server" Text='<%# Grid1.PageIndex * Grid1.PageSize + Container.DataItemIndex + 1 %>'></asp:Label> | ||
|  |                                     </ItemTemplate> | ||
|  |                                 </f:TemplateField> | ||
|  |                                 <f:RenderField Width="90px" ColumnID="ApproveManName" DataField="ApproveManName" SortField="ApproveManName" | ||
|  |                                     FieldType="String" HeaderText="审核人" HeaderTextAlign="Center" TextAlign="Left"> | ||
|  |                                 </f:RenderField> | ||
|  |                                 <f:RenderField Width="100px" ColumnID="ApproveDate" DataField="ApproveDate" SortField="ApproveDate" | ||
|  |                                     FieldType="Date" Renderer="Date" HeaderText="审核日期" HeaderTextAlign="Center" TextAlign="Left"> | ||
|  |                                 </f:RenderField>  | ||
|  |                                 <%--<f:RenderField Width="90px" ColumnID="IsAgree" DataField="IsAgree" SortField="IsAgree" | ||
|  |                                     FieldType="String" HeaderText="是否同意" HeaderTextAlign="Center" TextAlign="Left"> | ||
|  |                                 </f:RenderField>--%> | ||
|  |                                 <f:RenderField Width="90px" ColumnID="ApproveIdea" DataField="ApproveIdea" SortField="ApproveIdea" | ||
|  |                                     FieldType="String" HeaderText="意见" HeaderTextAlign="Center" TextAlign="Left" ExpandUnusedSpace="true"> | ||
|  |                                 </f:RenderField> | ||
|  |                             </Columns> | ||
|  |                         </f:Grid> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |             </Rows> | ||
|  |             <Toolbars> | ||
|  |                 <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server"> | ||
|  |                     <Items> | ||
|  |                         <f:HiddenField ID="hdRoleId" runat="server"></f:HiddenField> | ||
|  |                         <f:Label runat="server" ID="lbTemp"> | ||
|  |                         </f:Label> | ||
|  |                         <f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server" | ||
|  |                             OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1"> | ||
|  |                         </f:Button> | ||
|  |                         <f:ToolbarFill ID="ToolbarFill1" runat="server"> | ||
|  |                         </f:ToolbarFill> | ||
|  |                         <f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1" | ||
|  |                             OnClick="btnSave_Click"> | ||
|  |                         </f:Button> | ||
|  |                         <f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="提交" ValidateForms="SimpleForm1" | ||
|  |                             OnClick="btnSubmit_Click"> | ||
|  |                         </f:Button> | ||
|  |                         <f:Button ID="btnClose" EnablePostBack="false" runat="server" Icon="SystemClose" MarginRight="10px"> | ||
|  |                         </f:Button> | ||
|  |                     </Items> | ||
|  |                 </f:Toolbar> | ||
|  |             </Toolbars> | ||
|  |         </f:Form> | ||
|  |         <f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true" | ||
|  |             Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px" | ||
|  |             Height="500px"> | ||
|  |         </f:Window> | ||
|  |     </form> | ||
|  | </body> | ||
|  | </html> |