2022-03-15 17:36:38 +08:00
|
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WBSReport.aspx.cs" Inherits="FineUIPro.Web.JDGL.WBSCompleteAndReal.WBSReport" %>
|
|
|
|
|
|
|
|
|
|
<!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>
|
|
|
|
|
.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">
|
|
|
|
|
<Toolbars>
|
|
|
|
|
<f:Toolbar ID="Toolbar2" Position="Top" runat="server">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label ID="Label4" runat="server" Text="时间:">
|
|
|
|
|
</f:Label>
|
|
|
|
|
<f:DatePicker runat="server" ID="txtStartDate" Required="true" DateFormatString="yyyy-MM"
|
|
|
|
|
ShowRedStar="true">
|
|
|
|
|
</f:DatePicker>
|
|
|
|
|
<f:Label ID="Label3" 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="Label1" 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="Label2" runat="server" Text="请选择专业:">
|
|
|
|
|
</f:Label>
|
|
|
|
|
<f:CheckBoxList ID="drpCnProfession" ColumnNumber="1" runat="server">
|
|
|
|
|
</f:CheckBoxList>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:SimpleForm>
|
|
|
|
|
</PopPanel>
|
|
|
|
|
</f:DropDownBox>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:Button ID="Button1" Text="查询" MarginLeft="40px" EnablePostBack="true" runat="server"
|
|
|
|
|
OnClick="btnNew_Click">
|
|
|
|
|
</f:Button>
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</Items>
|
|
|
|
|
</f:Toolbar>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" Hidden="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
<Items>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:CheckBoxList ID="CheckBoxList1" runat="server" OnSelectedIndexChanged="CheckBoxList1_SelectedIndexChanged" Hidden="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
AutoPostBack="true">
|
|
|
|
|
<f:CheckItem Text="单位工程" Value="1" />
|
|
|
|
|
</f:CheckBoxList>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:CheckBoxList ID="CheckBoxList2" runat="server" OnSelectedIndexChanged="CheckBoxList2_SelectedIndexChanged" Hidden="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
AutoPostBack="true">
|
|
|
|
|
<f:CheckItem Text="子单位工程" Value="2" />
|
|
|
|
|
</f:CheckBoxList>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:CheckBoxList ID="CheckBoxList3" runat="server" OnSelectedIndexChanged="CheckBoxList3_SelectedIndexChanged" Hidden="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
AutoPostBack="true">
|
|
|
|
|
<f:CheckItem Text="分部工程" Value="3" />
|
|
|
|
|
</f:CheckBoxList>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:CheckBoxList ID="CheckBoxList4" runat="server" OnSelectedIndexChanged="CheckBoxList4_SelectedIndexChanged" Hidden="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
AutoPostBack="true">
|
|
|
|
|
<f:CheckItem Text="子分部工程" Value="4" />
|
|
|
|
|
</f:CheckBoxList>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:CheckBoxList ID="CheckBoxList5" runat="server" OnSelectedIndexChanged="CheckBoxList5_SelectedIndexChanged" Hidden="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
AutoPostBack="true">
|
|
|
|
|
<f:CheckItem Text="分项工程" Value="5" />
|
|
|
|
|
</f:CheckBoxList>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:CheckBoxList ID="CheckBoxList6" runat="server" OnSelectedIndexChanged="CheckBoxList6_SelectedIndexChanged" Hidden="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
AutoPostBack="true">
|
|
|
|
|
<f:CheckItem Text="子分项工程" Value="6" />
|
|
|
|
|
</f:CheckBoxList>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</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="装置/单元" />
|
|
|
|
|
</Columns>
|
|
|
|
|
</f:GroupField>
|
|
|
|
|
<f:GroupField EnableLock="true" HeaderText="测量标志(权重)" TextAlign="Center">
|
|
|
|
|
<Columns>
|
|
|
|
|
<f:BoundField Width="100px" DataField="Weights" HeaderText="占比" TextAlign="Center" />
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:BoundField Width="100px" DataField="WeightsMoneyTotal" HeaderText="费用(元)" TextAlign="Center" />
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</Columns>
|
|
|
|
|
</f:GroupField>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:GroupField EnableLock="true" HeaderText="完成值(元)(BCWP)" TextAlign="Center">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
<Columns>
|
|
|
|
|
<f:BoundField Width="100px" DataField="CompleteValue" HeaderText="月费用" TextAlign="Center" />
|
|
|
|
|
<f:BoundField Width="100px" DataField="CompleteValueTotal" HeaderText="累计费用" TextAlign="Center" />
|
|
|
|
|
<f:BoundField Width="100px" DataField="CompleteValuePercentage" HeaderText="累计%"
|
|
|
|
|
TextAlign="Center" />
|
|
|
|
|
</Columns>
|
|
|
|
|
</f:GroupField>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:GroupField EnableLock="true" HeaderText="实耗值(元)(ACWP)" TextAlign="Center">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
<Columns>
|
|
|
|
|
<f:BoundField Width="100px" DataField="RealValue" HeaderText="月实耗" TextAlign="Center" />
|
|
|
|
|
<f:BoundField Width="100px" DataField="RealValueTotal" HeaderText="累计实耗" TextAlign="Center" />
|
|
|
|
|
</Columns>
|
|
|
|
|
</f:GroupField>
|
|
|
|
|
<f:GroupField EnableLock="true" HeaderText="赢的值(EV)" TextAlign="Center">
|
|
|
|
|
<Columns>
|
|
|
|
|
<f:GroupField EnableLock="true" HeaderText="进度(SV)" TextAlign="Center">
|
|
|
|
|
<Columns>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:BoundField Width="100px" DataField="SVCost" HeaderText="费用(元)" TextAlign="Center" />
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</Columns>
|
|
|
|
|
</f:GroupField>
|
|
|
|
|
<f:GroupField EnableLock="true" HeaderText="费用(CV)" TextAlign="Center">
|
|
|
|
|
<Columns>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:BoundField Width="100px" DataField="CVCost" HeaderText="费用(元)" TextAlign="Center" />
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</Columns>
|
|
|
|
|
</f:GroupField>
|
|
|
|
|
</Columns>
|
|
|
|
|
</f:GroupField>
|
|
|
|
|
<f:GroupField EnableLock="true" HeaderText="进度计划" TextAlign="Center">
|
|
|
|
|
<Columns>
|
|
|
|
|
<f:BoundField Width="100px" DataField="StartDate" HeaderText="开始日期" TextAlign="Center" />
|
|
|
|
|
<f:BoundField Width="100px" DataField="EndDate" HeaderText="结束日期" TextAlign="Center" />
|
|
|
|
|
</Columns>
|
|
|
|
|
</f:GroupField>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<f:GroupField EnableLock="true" HeaderText="计划值(BCWS)(元)" TextAlign="Center">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
<Columns>
|
|
|
|
|
<f:BoundField Width="100px" DataField="PlanValue" HeaderText="月计划" TextAlign="Center" />
|
|
|
|
|
<f:BoundField Width="100px" DataField="PlanValueTotal" HeaderText="累计计划" TextAlign="Center" />
|
|
|
|
|
<f:BoundField Width="100px" DataField="PlanValuePercentage" HeaderText="月计划%" TextAlign="Center" />
|
|
|
|
|
<f:BoundField Width="100px" DataField="PlanValueRateTotal" HeaderText="累计计划%" TextAlign="Center" />
|
|
|
|
|
</Columns>
|
|
|
|
|
</f:GroupField>
|
|
|
|
|
</Columns>
|
|
|
|
|
</f:Grid>
|
|
|
|
|
</form>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|