122 lines
7.2 KiB
Plaintext
122 lines
7.2 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WBSDW.aspx.cs" Inherits="FineUIPro.Web.DigData.WBSDW" %>
|
||
|
||
<%@ Register Src="~/Controls/WBSControl.ascx" TagName="WBSControl" TagPrefix="uc1" %>
|
||
<!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">
|
||
<uc1:WBSControl ID="ucTree" runat="server" Onchange="changeTree" />
|
||
</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数据仓库"
|
||
TitleToolTip="WBS数据仓库" AutoScroll="true">
|
||
<Toolbars>
|
||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
|
||
<Items>
|
||
<f:CheckBoxList runat="server" ID="ckType" AutoColumnWidth="true"
|
||
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>
|
||
<f:TextBox runat="server" ID="hdWorkPackageCode" Hidden="true"></f:TextBox>
|
||
</Items>
|
||
</f:Toolbar>
|
||
</Toolbars>
|
||
<Items>
|
||
<f:GroupPanel runat="server" ID="Panel_CurrentApproval" Title="工作包" Layout="VBox" Height="200px" AutoScroll="true">
|
||
<Items>
|
||
<f:CheckBoxList runat="server" ID="cblControlItem" Readonly="true"
|
||
AutoColumnWidth="true" ColumnNumber="5" >
|
||
</f:CheckBoxList>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel runat="server" ID="gpHSSE" Title="安全数据" Layout="VBox" Hidden="true"
|
||
Height="300px" AutoScroll="true">
|
||
<Items>
|
||
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true" EnableTableStyle="true"
|
||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="120px">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:Label ID="lbExpertArgument" runat="server" Label="危大工程数量">
|
||
</f:Label>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel runat="server" ID="gpCQMS" Title="质量数据" Layout="VBox" Hidden="true"
|
||
Height="300px" AutoScroll="true">
|
||
<Items>
|
||
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true" EnableTableStyle="true"
|
||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="120px">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:Label ID="lbSpotCheck1" runat="server" Label="实体验收共检项数">
|
||
</f:Label>
|
||
<f:Label ID="lbSpotCheck2" runat="server" Label="实体验收共检一次合格数">
|
||
</f:Label>
|
||
<f:Label ID="lbSpotCheck" runat="server" Label="实体验收一次合格率">
|
||
</f:Label>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel runat="server" ID="gpJDGL" Title="进度数据" Layout="VBox" Hidden="true"
|
||
Height="300px" AutoScroll="true">
|
||
<Items>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel runat="server" ID="gpHTGL" Title="合同数据" Layout="VBox" Hidden="true"
|
||
Height="300px" AutoScroll="true">
|
||
<Items>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel runat="server" ID="gpLW" Title="劳务数据" Layout="VBox" Hidden="true"
|
||
Height="300px" AutoScroll="true">
|
||
<Items>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
</Items>
|
||
</f:Panel>
|
||
</Items>
|
||
</f:Panel>
|
||
</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');
|
||
}
|
||
</script>
|
||
</body>
|
||
</html>
|