44 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PerformanceSubmit.aspx.cs" Inherits="FineUIPro.Web.CQMS.Performance.PerformanceSubmit" %>
 | |
| 
 | |
| <!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>
 | |
| </head>
 | |
| <body>
 | |
|     <form id="form1" runat="server">
 | |
|               <f:PageManager ID="PageManager1" runat="server" />
 | |
|          <f:Window ID="Window1" runat="server" IsModal="false" EnableClose="false" EnableResize="true"  ShowHeader="false" 
 | |
|             AutoScroll="true" Width="1200px" Height="800px">
 | |
|              <Items>
 | |
|                  <f:Form ID="SimpleForm2" ShowBorder="false" ShowHeader="false" AutoScroll="true" 
 | |
|             BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right"  Title="出差天数">
 | |
|              <Rows>
 | |
|                  <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DropDownList ID="drpUser" runat="server" EnableEdit="true" Label="选择审核人"
 | |
|                                     ForceSelection="false" AutoSelectFirstItem="false" 
 | |
|                                   AutoPostBack="true" >
 | |
|                                 </f:DropDownList>
 | |
| 
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|             </Rows>
 | |
|               
 | |
|         </f:Form>
 | |
|                  </Items>
 | |
|              <Toolbars>
 | |
|                 <f:Toolbar ID="Toolbar4" Position="Bottom" ToolbarAlign="Right" runat="server">
 | |
|                     <Items>
 | |
|                         <f:Button ID="Button2" Icon="SystemSave" ConfirmText="请注意:提交后不可修改。是否确认提交数据?" Text="提交报表" ToolTip="提交报表" runat="server" ValidateForms="SimpleForm2"
 | |
|                             OnClick="btnEdit_Click">
 | |
|                         </f:Button>
 | |
|                     </Items>
 | |
|                 </f:Toolbar>
 | |
|             </Toolbars>
 | |
|         </f:Window>
 | |
|     </form>
 | |
| </body>
 | |
| </html> |