49 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OutDayEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.Performance.OutDayEdit" %>
 | |
| 
 | |
| <!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:NumberBox ID="txtOutDay" runat="server" Label="出差天数" MaxLength="50" Required="true" ShowRedStar="true" LabelWidth="100px">
 | |
|                         </f:NumberBox>
 | |
|                         
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                  <f:FormRow>
 | |
|                      <Items>
 | |
|                            <f:TextBox ID="txtWorkRange" runat="server" Label="工作范围" MaxLength="50" LabelWidth="100px" Required="true" ShowRedStar="true">
 | |
|                         </f:TextBox>
 | |
|                      </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" Text="确认修改" ToolTip="确认修改" runat="server" ValidateForms="SimpleForm2"
 | |
|                             OnClick="btnEdit_Click">
 | |
|                         </f:Button>
 | |
|                     </Items>
 | |
|                 </f:Toolbar>
 | |
|             </Toolbars>
 | |
|         </f:Window>
 | |
|     </form>
 | |
| </body>
 | |
| </html>
 |