185 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			185 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PlanAdjust.aspx.cs" Inherits="FineUIPro.Web.JDGL.CostAnalysis.PlanAdjust" %> | |||
|  | 
 | |||
|  | <!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" /> | |||
|  |     <style type="text/css"> | |||
|  |         .f-grid-row.yellow { | |||
|  |             background-color: yellow; | |||
|  |             background-image: none; | |||
|  |         } | |||
|  | 
 | |||
|  |         .f-grid-row.red { | |||
|  |             background-color: #FF7575; | |||
|  |             background-image: none; | |||
|  |         } | |||
|  | 
 | |||
|  |         .f-grid-row .f-grid-cell-inner { | |||
|  |             white-space: normal; | |||
|  |             word-break: break-all; | |||
|  |         } | |||
|  |     </style> | |||
|  | </head> | |||
|  | <body> | |||
|  |     <form id="form1" runat="server"> | |||
|  |         <f:PageManager ID="PageManager1" runat="server" /> | |||
|  |         <f:Grid ID="Grid1" ShowBorder="true" ShowHeader="true" Title="计划调整及纠偏措施设置" Width="1800px" | |||
|  |             Height="500px" runat="server" EnableCollapse="true" DataKeyNames="Id,Name" EnableTree="true" | |||
|  |             EnableColumnLines="true" TreeColumn="Name" DataIDField="Id" DataParentIDField="SupId" | |||
|  |             ExpandAllTreeNodes="true" EnableRowDoubleClickEvent="true" OnRowDoubleClick="Grid1_RowDoubleClick"> | |||
|  |             <Toolbars> | |||
|  |                 <f:Toolbar ID="Toolbar2" Position="Top" runat="server"> | |||
|  |                     <Items> | |||
|  |                         <f:DropDownList ID="drpRectificationMeasureType" runat="server" Label="纠偏类型" EnableEdit="false" LabelWidth="90px" LabelAlign="Right" Width="180px" | |||
|  |                             ForceSelection="false"> | |||
|  |                             <f:ListItem Value="1" Text="进度纠偏" /> | |||
|  |                             <f:ListItem Value="2" Text="费用纠偏" /> | |||
|  |                         </f:DropDownList> | |||
|  |                         <f:Label ID="Label1" runat="server" Text="前"></f:Label> | |||
|  |                         <f:NumberBox ID="nbMaxValue" NoDecimal="true" NoNegative="false" Width="50px" | |||
|  |                             MinValue="0" runat="server" Required="true" ShowRedStar="true"> | |||
|  |                         </f:NumberBox> | |||
|  |                         <f:Label ID="Label4" runat="server" Text="项" Width="50px"></f:Label> | |||
|  |                         <f:Label ID="Label33" runat="server" Text="装置/单元:"> | |||
|  |                         </f:Label> | |||
|  |                         <f:DropDownBox runat="server" ID="DropDownBox1" DataControlID="drpInstallation" EnableMultiSelect="true" | |||
|  |                             Width="300px"> | |||
|  |                             <PopPanel> | |||
|  |                                 <f:SimpleForm ID="SimpleForm2" BodyPadding="10px" runat="server" AutoScroll="true" | |||
|  |                                     ShowBorder="True" ShowHeader="false" Hidden="true"> | |||
|  |                                     <Items> | |||
|  |                                         <f:Label ID="Label2" runat="server" Text="请选择装置/单元:"> | |||
|  |                                         </f:Label> | |||
|  |                                         <f:CheckBoxList ID="drpInstallation" ColumnNumber="1" runat="server"> | |||
|  |                                         </f:CheckBoxList> | |||
|  |                                     </Items> | |||
|  |                                 </f:SimpleForm> | |||
|  |                             </PopPanel> | |||
|  |                         </f:DropDownBox> | |||
|  |                         <f:Label ID="Label5" runat="server" Text="专业:"> | |||
|  |                         </f:Label> | |||
|  |                         <f:DropDownBox runat="server" ID="DropDownBox2" DataControlID="drpCnProfession" EnableMultiSelect="true" | |||
|  |                             Width="300px"> | |||
|  |                             <PopPanel> | |||
|  |                                 <f:SimpleForm ID="SimpleForm1" runat="server" AutoScroll="true" ShowBorder="True" | |||
|  |                                     Width="500px" ShowHeader="false" Hidden="true"> | |||
|  |                                     <Items> | |||
|  |                                         <f:Label ID="Label3" runat="server" Text="请选择专业:"> | |||
|  |                                         </f:Label> | |||
|  |                                         <f:CheckBoxList ID="drpCnProfession" ColumnNumber="1" runat="server"> | |||
|  |                                         </f:CheckBoxList> | |||
|  |                                     </Items> | |||
|  |                                 </f:SimpleForm> | |||
|  |                             </PopPanel> | |||
|  |                         </f:DropDownBox> | |||
|  |                     </Items> | |||
|  |                 </f:Toolbar> | |||
|  |                 <f:Toolbar ID="Toolbar1" Position="Top" runat="server"> | |||
|  |                     <Items> | |||
|  |                         <f:CheckBoxList ID="CheckBoxList1" runat="server" OnSelectedIndexChanged="CheckBoxList1_SelectedIndexChanged" | |||
|  |                             AutoPostBack="true"> | |||
|  |                             <f:CheckItem Text="单位工程" Value="1" /> | |||
|  |                         </f:CheckBoxList> | |||
|  |                         <f:CheckBoxList ID="CheckBoxList2" runat="server" OnSelectedIndexChanged="CheckBoxList2_SelectedIndexChanged" | |||
|  |                             AutoPostBack="true"> | |||
|  |                             <f:CheckItem Text="子单位工程" Value="2" /> | |||
|  |                         </f:CheckBoxList> | |||
|  |                         <f:CheckBoxList ID="CheckBoxList3" runat="server" OnSelectedIndexChanged="CheckBoxList3_SelectedIndexChanged" | |||
|  |                             AutoPostBack="true"> | |||
|  |                             <f:CheckItem Text="分部工程" Value="3" /> | |||
|  |                         </f:CheckBoxList> | |||
|  |                         <f:CheckBoxList ID="CheckBoxList4" runat="server" OnSelectedIndexChanged="CheckBoxList4_SelectedIndexChanged" | |||
|  |                             AutoPostBack="true"> | |||
|  |                             <f:CheckItem Text="子分部工程" Value="4" /> | |||
|  |                         </f:CheckBoxList> | |||
|  |                         <f:CheckBoxList ID="CheckBoxList5" runat="server" OnSelectedIndexChanged="CheckBoxList5_SelectedIndexChanged" | |||
|  |                             AutoPostBack="true"> | |||
|  |                             <f:CheckItem Text="分项工程" Value="5" /> | |||
|  |                         </f:CheckBoxList> | |||
|  |                         <f:CheckBoxList ID="CheckBoxList6" runat="server" OnSelectedIndexChanged="CheckBoxList6_SelectedIndexChanged" | |||
|  |                             AutoPostBack="true"> | |||
|  |                             <f:CheckItem Text="子分项工程" Value="6" /> | |||
|  |                         </f:CheckBoxList> | |||
|  |                         <f:Button ID="Button1" Text="查询" MarginLeft="40px" EnablePostBack="true" runat="server" | |||
|  |                             OnClick="btnNew_Click"> | |||
|  |                         </f:Button> | |||
|  |                     </Items> | |||
|  |                 </f:Toolbar> | |||
|  |             </Toolbars> | |||
|  |             <Columns> | |||
|  |                 <f:RowNumberField /> | |||
|  |                 <f:GroupField EnableLock="true" HeaderText="装置全专业所有单位工程进度测量汇总表" TextAlign="Center"> | |||
|  |                     <Columns> | |||
|  |                         <f:BoundField Width="150px" ColumnID="Name" ExpandUnusedSpace="true" DataField="Name" | |||
|  |                             HeaderTextAlign="Center" HeaderText="装置/单元" DataToolTipField="RectificationMeasureNames" /> | |||
|  |                     </Columns> | |||
|  |                 </f:GroupField> | |||
|  |                 <f:GroupField EnableLock="true" HeaderText="测量标志(权重)" TextAlign="Center"> | |||
|  |                     <Columns> | |||
|  |                         <f:BoundField Width="100px" DataField="Weights" HeaderText="占比" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                         <f:BoundField Width="100px" DataField="WeightsMoneyTotal" HeaderText="费用(万元)" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                     </Columns> | |||
|  |                 </f:GroupField> | |||
|  |                 <f:GroupField EnableLock="true" HeaderText="完成值(万元)(BCWP)" TextAlign="Center"> | |||
|  |                     <Columns> | |||
|  |                         <f:BoundField Width="100px" DataField="CompleteValue" HeaderText="月费用" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                         <f:BoundField Width="100px" DataField="CompleteValueTotal" HeaderText="累计费用" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                         <f:BoundField Width="100px" DataField="CompleteValuePercentage" HeaderText="累计%" DataToolTipField="RectificationMeasureNames" | |||
|  |                             TextAlign="Center" /> | |||
|  |                     </Columns> | |||
|  |                 </f:GroupField> | |||
|  |                 <f:GroupField EnableLock="true" HeaderText="实耗值(万元)(ACWP)" TextAlign="Center"> | |||
|  |                     <Columns> | |||
|  |                         <f:BoundField Width="100px" DataField="RealValue" HeaderText="月实耗" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                         <f:BoundField Width="100px" DataField="RealValueTotal" HeaderText="累计实耗" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                     </Columns> | |||
|  |                 </f:GroupField> | |||
|  |                 <f:GroupField EnableLock="true" HeaderText="赢的值(EV)" TextAlign="Center"> | |||
|  |                     <Columns> | |||
|  |                         <f:GroupField EnableLock="true" HeaderText="进度(SV)" TextAlign="Center"> | |||
|  |                             <Columns> | |||
|  |                                 <f:BoundField Width="100px" DataField="SVCost" HeaderText="费用(万元)" TextAlign="Center" /> | |||
|  |                             </Columns> | |||
|  |                         </f:GroupField> | |||
|  |                         <f:GroupField EnableLock="true" HeaderText="费用(CV)" TextAlign="Center"> | |||
|  |                             <Columns> | |||
|  |                                 <f:BoundField Width="100px" DataField="CVCost" HeaderText="费用(万元)" TextAlign="Center" /> | |||
|  |                             </Columns> | |||
|  |                         </f:GroupField> | |||
|  |                     </Columns> | |||
|  |                 </f:GroupField> | |||
|  |                 <f:GroupField EnableLock="true" HeaderText="进度计划" TextAlign="Center"> | |||
|  |                     <Columns> | |||
|  |                         <f:BoundField Width="100px" DataField="StartDate" HeaderText="开始日期" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                         <f:BoundField Width="100px" DataField="EndDate" HeaderText="结束日期" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                     </Columns> | |||
|  |                 </f:GroupField> | |||
|  |                 <f:GroupField EnableLock="true" HeaderText="计划值(BCWS)(万元)" TextAlign="Center"> | |||
|  |                     <Columns> | |||
|  |                         <f:BoundField Width="100px" DataField="PlanValue" HeaderText="月计划" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                         <f:BoundField Width="100px" DataField="PlanValueTotal" HeaderText="累计计划" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                         <f:BoundField Width="100px" DataField="PlanValuePercentage" HeaderText="月计划%" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                         <f:BoundField Width="100px" DataField="PlanValueRateTotal" HeaderText="累计计划%" DataToolTipField="RectificationMeasureNames" TextAlign="Center" /> | |||
|  |                     </Columns> | |||
|  |                 </f:GroupField> | |||
|  |                 <f:RenderField Width="10px" ColumnID="IsLeaf" DataField="IsLeaf" Hidden="true" FieldType="String" | |||
|  |                     HeaderText="是否末级节点" HeaderTextAlign="Center" TextAlign="Center"> | |||
|  |                 </f:RenderField> | |||
|  |             </Columns> | |||
|  |         </f:Grid> | |||
|  |         <f:Window ID="Window1" Title="调整页面" Hidden="true" EnableIFrame="true" EnableMaximize="true" | |||
|  |             Target="Parent" EnableResize="true" runat="server" OnClose="Window1_Close" IsModal="false" | |||
|  |             Width="1140px" Height="560px"> | |||
|  |         </f:Window> | |||
|  |         <f:Window ID="Window2" Title="纠偏措施设置页面" Hidden="true" EnableIFrame="true" EnableMaximize="true" | |||
|  |             Target="Parent" EnableResize="true" runat="server" OnClose="Window2_Close" IsModal="false" | |||
|  |             Width="840px" Height="260px"> | |||
|  |         </f:Window> | |||
|  |     </form> | |||
|  | </body> | |||
|  | </html> |