92 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			92 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NondestructiveTest_NewEdit.aspx.cs" Inherits="FineUIPro.Web.CQMS.ProcessControl.NondestructiveTest_NewEdit" %> | ||
|  | 
 | ||
|  | <!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" 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="drpUnitId" runat="server" Label="施工单位" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px"> | ||
|  |                         </f:DropDownList> | ||
|  | 
 | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  | 
 | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:DropDownList ID="drpProfessionalName" runat="server" Label="专业" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px"> | ||
|  |                             <f:ListItem Text="请选择" Value="" /> | ||
|  |                             <f:ListItem Text="工艺管道" Value="工艺管道" /> | ||
|  |                             <f:ListItem Text="地管" Value="地管" /> | ||
|  |                             <f:ListItem Text="非标" Value="非标" /> | ||
|  |                         </f:DropDownList> | ||
|  | 
 | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  | 
 | ||
|  | 
 | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:NumberBox ID="txtMonthQuantity" runat="server" Label="本月拍片数" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px" NoDecimal="true" NoNegative="true"></f:NumberBox> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  | 
 | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:NumberBox ID="txtTotalQuantity" runat="server" Label="累计拍片数量" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px" NoDecimal="true" NoNegative="true"></f:NumberBox> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  | 
 | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:NumberBox ID="txtMonthRate" runat="server" Label="本月一次合格率(%)" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px" ></f:NumberBox> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  | 
 | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:NumberBox ID="txtTotalRate" runat="server" Label="累计一次合格率(%)" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px" ></f:NumberBox> | ||
|  |                     </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" Label="上传附件" | ||
|  |                                     LabelWidth="130px" 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:HiddenField ID="hdAttachUrl" runat="server"> | ||
|  |                         </f:HiddenField> | ||
|  |                         <f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" OnClick="btnSave_Click" ToolTip="保存" Hidden="true"> | ||
|  |                         </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> |