2023-08-24 09:30:51 +08:00
|
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProjectWBSDW.aspx.cs" Inherits="FineUIPro.Web.DigData.ProjectWBSDW" %>
|
|
|
|
|
|
|
2023-08-24 10:59:39 +08:00
|
|
|
|
<%@ Register Src="~/Controls/ProjectWBSControl.ascx" TagName="ProjectWBSControl" TagPrefix="uc1" %>
|
2023-08-24 09:30:51 +08:00
|
|
|
|
<!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>项目WBS数据仓库</title>
|
|
|
|
|
|
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<form id="form1" runat="server">
|
|
|
|
|
|
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
|
|
|
|
|
|
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region">
|
|
|
|
|
|
<Items>
|
|
|
|
|
|
<f:Panel runat="server" ID="panelLeftRegion" RegionPosition="Left" RegionSplit="true"
|
|
|
|
|
|
EnableCollapse="true" Width="360" Title="WBS" TitleToolTip="WBS" ShowBorder="true"
|
|
|
|
|
|
ShowHeader="true" AutoScroll="true" BodyPadding="5px" IconFont="ArrowCircleLeft" Layout="Fit">
|
|
|
|
|
|
<Items>
|
|
|
|
|
|
<f:ContentPanel ID="ContentPanel1" runat="server" ShowHeader="false" EnableCollapse="true" AutoScroll="true"
|
|
|
|
|
|
BodyPadding="0px">
|
2023-08-24 10:59:39 +08:00
|
|
|
|
<uc1:ProjectWBSControl ID="ucTree" runat="server" Onchange="changeTree" />
|
2023-08-24 09:30:51 +08:00
|
|
|
|
</f:ContentPanel>
|
|
|
|
|
|
</Items>
|
|
|
|
|
|
</f:Panel>
|
|
|
|
|
|
<f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" ShowBorder="true"
|
|
|
|
|
|
Layout="VBox" ShowHeader="false" BodyPadding="5px" IconFont="PlusCircle" Title="WBS数据仓库"
|
2023-08-24 15:33:21 +08:00
|
|
|
|
TitleToolTip="WBS数据仓库" AutoScroll="true">
|
2023-08-24 09:30:51 +08:00
|
|
|
|
<Toolbars>
|
|
|
|
|
|
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
|
|
|
|
|
<Items>
|
2023-08-24 15:33:21 +08:00
|
|
|
|
<f:CheckBoxList runat="server" ID="ckType" AutoColumnWidth="true"
|
2023-08-24 09:30:51 +08:00
|
|
|
|
AutoPostBack="true" OnSelectedIndexChanged="ckType_SelectedIndexChanged">
|
|
|
|
|
|
<f:CheckItem Value="HSSE" Text="安全数据" />
|
|
|
|
|
|
<f:CheckItem Value="CQMS" Text="质量数据" />
|
|
|
|
|
|
<f:CheckItem Value="JDGL" Text="进度数据" />
|
|
|
|
|
|
<f:CheckItem Value="HTGL" Text="合同数据" />
|
|
|
|
|
|
<f:CheckItem Value="LW" Text="劳务数据" />
|
|
|
|
|
|
</f:CheckBoxList>
|
2023-08-31 16:37:09 +08:00
|
|
|
|
<f:TextBox runat="server" ID="hdWorkPackageId" Hidden="true"></f:TextBox>
|
2023-09-04 17:13:55 +08:00
|
|
|
|
<%-- <f:Button ID="btnNew" Text="新增" Icon="Add" EnablePostBack="false" runat="server">
|
|
|
|
|
|
</f:Button>--%>
|
2023-08-24 09:30:51 +08:00
|
|
|
|
</Items>
|
|
|
|
|
|
</f:Toolbar>
|
|
|
|
|
|
</Toolbars>
|
|
|
|
|
|
<Items>
|
2023-08-24 15:33:21 +08:00
|
|
|
|
<f:GroupPanel runat="server" ID="Panel_CurrentApproval" Title="工作包" Layout="VBox" Height="200px" AutoScroll="true">
|
2023-08-24 09:30:51 +08:00
|
|
|
|
<Items>
|
2023-09-01 11:07:05 +08:00
|
|
|
|
<f:RadioButtonList runat="server" ID="cblControlItem"
|
2023-08-31 16:37:09 +08:00
|
|
|
|
AutoPostBack="true" OnSelectedIndexChanged="cblControlItem_SelectedIndexChanged"
|
2023-09-01 11:07:05 +08:00
|
|
|
|
AutoColumnWidth="true" ColumnNumber="5">
|
2023-08-31 16:37:09 +08:00
|
|
|
|
</f:RadioButtonList>
|
2023-08-24 09:30:51 +08:00
|
|
|
|
</Items>
|
|
|
|
|
|
</f:GroupPanel>
|
2023-08-24 15:33:21 +08:00
|
|
|
|
<f:GroupPanel runat="server" ID="gpHSSE" Title="安全数据" Layout="VBox" Hidden="true"
|
2023-09-04 17:13:55 +08:00
|
|
|
|
Height="100px" AutoScroll="true">
|
2023-08-24 15:33:21 +08:00
|
|
|
|
<Items>
|
2023-09-04 17:13:55 +08:00
|
|
|
|
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
|
|
|
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="180px">
|
2023-08-31 16:37:09 +08:00
|
|
|
|
<Rows>
|
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
|
<Items>
|
|
|
|
|
|
<f:Label ID="lbExpertArgument" runat="server" Label="危大工程数量">
|
|
|
|
|
|
</f:Label>
|
2023-09-04 17:13:55 +08:00
|
|
|
|
<f:Label ID="lbAccident" runat="server" Label="安全事故数量">
|
|
|
|
|
|
</f:Label>
|
2023-09-07 08:51:08 +08:00
|
|
|
|
<f:Label ID="lbHSEProblemCount" runat="server" Label="安全巡检问题总数">
|
2023-09-04 17:13:55 +08:00
|
|
|
|
</f:Label>
|
2023-08-31 16:37:09 +08:00
|
|
|
|
</Items>
|
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
|
</Rows>
|
|
|
|
|
|
</f:Form>
|
2023-08-24 09:30:51 +08:00
|
|
|
|
</Items>
|
|
|
|
|
|
</f:GroupPanel>
|
2023-08-24 15:33:21 +08:00
|
|
|
|
<f:GroupPanel runat="server" ID="gpCQMS" Title="质量数据" Layout="VBox" Hidden="true"
|
2023-09-04 17:13:55 +08:00
|
|
|
|
Height="150px" AutoScroll="true">
|
2023-09-01 11:07:05 +08:00
|
|
|
|
<Items>
|
2023-09-04 17:13:55 +08:00
|
|
|
|
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
2023-09-01 11:07:05 +08:00
|
|
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="180px">
|
2023-08-31 16:37:09 +08:00
|
|
|
|
<Rows>
|
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
|
<Items>
|
2023-09-04 17:13:55 +08:00
|
|
|
|
<%-- <f:Label ID="lbSpotCheck1" runat="server" Label="实体验收共检项数">
|
2023-08-31 16:37:09 +08:00
|
|
|
|
</f:Label>
|
|
|
|
|
|
<f:Label ID="lbSpotCheck2" runat="server" Label="实体验收共检一次合格数">
|
2023-09-04 17:13:55 +08:00
|
|
|
|
</f:Label>--%>
|
|
|
|
|
|
<f:Label ID="lbSpotCheckRate" runat="server" Label="实体验收一次合格率">
|
|
|
|
|
|
</f:Label>
|
|
|
|
|
|
<f:Label ID="lbSpotCheckDataRate" runat="server" Label="施工资料同步率">
|
|
|
|
|
|
</f:Label>
|
|
|
|
|
|
<f:Label ID="Label2" runat="server" Label="质量问题数">
|
|
|
|
|
|
</f:Label>
|
|
|
|
|
|
</Items>
|
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
|
<Items>
|
|
|
|
|
|
<f:Label ID="lbSpotCheckOkRate" runat="server" Label="质量验收问题整改率" Hidden="true">
|
2023-08-31 16:37:09 +08:00
|
|
|
|
</f:Label>
|
2023-09-04 17:13:55 +08:00
|
|
|
|
<f:Label ID="lbControlItemRate" runat="server" Label="控制点完成率" Hidden="true">
|
2023-08-31 16:37:09 +08:00
|
|
|
|
</f:Label>
|
2023-09-04 17:13:55 +08:00
|
|
|
|
<f:Label ID="Label1" runat="server" Label="质量检查问题整改率" Hidden="true">
|
|
|
|
|
|
</f:Label>
|
2023-08-31 16:37:09 +08:00
|
|
|
|
</Items>
|
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
|
</Rows>
|
|
|
|
|
|
</f:Form>
|
2023-08-24 09:30:51 +08:00
|
|
|
|
</Items>
|
|
|
|
|
|
</f:GroupPanel>
|
2023-08-24 15:33:21 +08:00
|
|
|
|
<f:GroupPanel runat="server" ID="gpJDGL" Title="进度数据" Layout="VBox" Hidden="true"
|
2023-09-04 17:13:55 +08:00
|
|
|
|
Height="100px" AutoScroll="true">
|
2023-08-24 15:33:21 +08:00
|
|
|
|
<Items>
|
2023-09-04 17:13:55 +08:00
|
|
|
|
<f:Form ID="Form3" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
|
|
|
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="180px">
|
|
|
|
|
|
<Rows>
|
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
|
<Items>
|
|
|
|
|
|
<f:Label ID="lbJDRate" runat="server" Label="项目进度完成百分比" Hidden="true">
|
|
|
|
|
|
</f:Label>
|
|
|
|
|
|
</Items>
|
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
|
</Rows>
|
|
|
|
|
|
</f:Form>
|
2023-08-24 09:30:51 +08:00
|
|
|
|
</Items>
|
|
|
|
|
|
</f:GroupPanel>
|
2023-08-24 15:33:21 +08:00
|
|
|
|
<f:GroupPanel runat="server" ID="gpHTGL" Title="合同数据" Layout="VBox" Hidden="true"
|
2023-09-04 17:13:55 +08:00
|
|
|
|
Height="100px" AutoScroll="true">
|
2023-08-24 15:33:21 +08:00
|
|
|
|
<Items>
|
2023-09-04 17:13:55 +08:00
|
|
|
|
<f:Form ID="Form4" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
|
|
|
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="180px">
|
|
|
|
|
|
<Rows>
|
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
|
<Items>
|
|
|
|
|
|
<f:Label ID="Label4" runat="server" Label="合同签约价" Hidden="true">
|
|
|
|
|
|
</f:Label>
|
|
|
|
|
|
<f:Label ID="Label6" runat="server" Label="工程量清单库" Hidden="true">
|
|
|
|
|
|
</f:Label>
|
|
|
|
|
|
</Items>
|
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
|
</Rows>
|
|
|
|
|
|
</f:Form>
|
2023-08-24 09:30:51 +08:00
|
|
|
|
</Items>
|
|
|
|
|
|
</f:GroupPanel>
|
2023-08-24 15:33:21 +08:00
|
|
|
|
<f:GroupPanel runat="server" ID="gpLW" Title="劳务数据" Layout="VBox" Hidden="true"
|
2023-09-04 17:13:55 +08:00
|
|
|
|
Height="100px" AutoScroll="true">
|
2023-08-24 15:33:21 +08:00
|
|
|
|
<Items>
|
2023-09-04 17:13:55 +08:00
|
|
|
|
<f:Form ID="Form5" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
|
|
|
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="180px">
|
|
|
|
|
|
<Rows>
|
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
|
<Items>
|
|
|
|
|
|
<f:Label ID="Label5" runat="server" Label="" LabelWidth="180px">
|
|
|
|
|
|
</f:Label>
|
|
|
|
|
|
</Items>
|
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
|
</Rows>
|
|
|
|
|
|
</f:Form>
|
2023-08-24 09:30:51 +08:00
|
|
|
|
</Items>
|
|
|
|
|
|
</f:GroupPanel>
|
|
|
|
|
|
</Items>
|
|
|
|
|
|
</f:Panel>
|
|
|
|
|
|
</Items>
|
|
|
|
|
|
</f:Panel>
|
2023-09-01 11:07:05 +08:00
|
|
|
|
<f:Window ID="Window1" Title="WBS" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
2023-08-24 15:33:21 +08:00
|
|
|
|
Target="Self" EnableResize="false" runat="server" IsModal="true"
|
2023-08-31 16:37:09 +08:00
|
|
|
|
Width="1200px" Height="650px">
|
2023-08-24 15:33:21 +08:00
|
|
|
|
</f:Window>
|
2023-08-24 09:30:51 +08:00
|
|
|
|
</form>
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
<%--var menuID = '<%= Menu1.ClientID %>';--%>
|
|
|
|
|
|
// 返回false,来阻止浏览器右键菜单
|
|
|
|
|
|
function onRowContextMenu(event, rowId) {
|
|
|
|
|
|
// F(menuID).show(); //showAt(event.pageX, event.pageY);
|
|
|
|
|
|
return false;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function reloadGrid() {
|
|
|
|
|
|
__doPostBack(null, 'reloadGrid');
|
|
|
|
|
|
}
|
2023-09-01 11:07:05 +08:00
|
|
|
|
</script>
|
2023-08-24 09:30:51 +08:00
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|