66 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			66 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProjectControlPointAuditRecordEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.WBS.ProjectControlPointAuditRecordEdit" %> | ||
|  | 
 | ||
|  | <!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" /> | ||
|  | </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:HiddenField ID="hdAttach" runat="server"> | ||
|  |                         </f:HiddenField> | ||
|  |                         <f:TextBox ID="txtAuditCode" runat="server" Label="编号" LabelWidth="160px" Required="true" ShowRedStar="true"  FocusOnPageLoad="true"></f:TextBox> | ||
|  |                          <f:DatePicker ID="dpAuditDate" runat="server" Label="日报日期" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="120px"></f:DatePicker> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:TextBox ID="txtAuditName" runat="server" Label="名称" LabelWidth="160px" Required="true" ShowRedStar="true"></f:TextBox> | ||
|  |                         <f:DropDownList ID="dpAuditer" runat="server" Label="审批人" LabelAlign="Right" Width="260px"  Required="true" ShowRedStar="true"></f:DropDownList> | ||
|  |                       </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:TextArea ID="txtRemark" runat="server" Label="备注" LabelWidth="160px" Height="80px"  ></f:TextArea> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow>  | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:Panel ID="Panel2" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server"> | ||
|  |                             <Items> | ||
|  |                                 <f:Label ID="Label1" runat="server"  LabelWidth="160px"  Label="上传附件" LabelAlign="Right"> | ||
|  |                                 </f:Label> | ||
|  |                                 <f:Button ID="btnAttach" Icon="TableCell" EnablePostBack="true" Text="附件" runat="server" OnClick="btnAttach_Click"> | ||
|  |                                 </f:Button> | ||
|  |                             </Items> | ||
|  |                         </f:Panel> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |             </Rows> | ||
|  |             <Toolbars> | ||
|  |                 <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server"> | ||
|  |                     <Items> | ||
|  |                         <f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="" ValidateForms="SimpleForm1" | ||
|  |                             OnClick="btnSave_Click"> | ||
|  |                         </f:Button> | ||
|  |                     </Items> | ||
|  |                 </f:Toolbar> | ||
|  |             </Toolbars> | ||
|  |         </f:Form> | ||
|  |     </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> | ||
|  | </body> | ||
|  | </html> |