59 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			59 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RectificationMeasureSet.aspx.cs" Inherits="FineUIPro.Web.JDGL.CostAnalysis.RectificationMeasureSet" %> | ||
|  | 
 | ||
|  | <!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" | ||
|  |             Layout="VBox" BodyPadding="10px" runat="server" RedStarPosition="BeforeText" | ||
|  |             LabelAlign="Right"> | ||
|  |             <Rows> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:DropDownBox runat="server" ID="DropDownBox1" DataControlID="drpRectificationMeasure" EnableMultiSelect="true" Label="纠偏措施" LabelWidth="130" | ||
|  |                             Width="600px"> | ||
|  |                             <PopPanel> | ||
|  |                                 <f:SimpleForm ID="SimpleForm2" BodyPadding="10px" runat="server" AutoScroll="true" | ||
|  |                                     ShowBorder="True" ShowHeader="false" Hidden="true"> | ||
|  |                                     <Items> | ||
|  |                                         <f:Label ID="Label4" runat="server" Text="请选择纠偏措施:"> | ||
|  |                                         </f:Label> | ||
|  |                                         <f:CheckBoxList ID="drpRectificationMeasure" ColumnNumber="4" runat="server" Required="true" ShowRedStar="true"> | ||
|  |                                         </f:CheckBoxList> | ||
|  |                                     </Items> | ||
|  |                                 </f:SimpleForm> | ||
|  |                             </PopPanel> | ||
|  |                         </f:DropDownBox> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow ColumnWidths="25% 20% 55%"> | ||
|  |                     <Items> | ||
|  |                         <f:NumberBox ID="nbRemindDay" NoDecimal="true" NoNegative="false" Label="提醒周期为每" LabelWidth="130" Width="250" | ||
|  |                             MinValue="0" MaxValue="30" runat="server" Required="true" ShowRedStar="true"> | ||
|  |                         </f:NumberBox> | ||
|  |                         <f:Label ID="Label3" runat="server" Text="天提醒一次"></f:Label> | ||
|  |                         <f:Label ID="Label2" runat="server" Hidden="true"></f:Label> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |             </Rows> | ||
|  |             <Toolbars> | ||
|  |                 <f:Toolbar ID="Toolbar1" Position="Top" 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> | ||
|  | </body> | ||
|  | </html> |