进度管理模块和 项目主页的国际化!

This commit is contained in:
2025-02-21 16:41:45 +08:00
parent 448fb2727a
commit c8162359f5
42 changed files with 5102 additions and 557 deletions
@@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>目施工进度统计</title>
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,PlanAdjust_Items%>"/>目施工进度统计</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<style>
.f-grid-row .f-grid-cell-inner {
@@ -52,7 +52,7 @@
ShowSelectedCell="true" DataIDField="Id" AllowPaging="true" IsDatabasePaging="true"
PageSize="200" OnPageIndexChange="Grid1_PageIndexChange" AllowFilters="true" OnFilterChange="Grid1_FilterChange" >
<Columns>
<f:BoundField ColumnID="ControlItemContent" MinWidth="150px" TextAlign="Center" HeaderTextAlign="Center" DataField="ControlItemContent" HeaderText="工作包" />
<f:BoundField ColumnID="ControlItemContent" MinWidth="150px" TextAlign="Center" HeaderTextAlign="Center" DataField="ControlItemContent" HeaderText="<%$ Resources:Lan,ProgressShow_WorkPackage%>" />
<f:BoundField ColumnID="ControlPoint" MinWidth="100px" DataField="ControlPoint" HeaderText="控制点等级" TextAlign="Center" HeaderTextAlign="Center"/>
<f:BoundField ColumnID="Weights" MinWidth="80px" DataField="Weights" HeaderText="权重%" TextAlign="Center" HeaderTextAlign="Center"/>
<f:BoundField ColumnID="CheckNum" MinWidth="100px" DataField="CheckNum" HeaderText="检查次数" TextAlign="Center" HeaderTextAlign="Center" />
@@ -77,7 +77,7 @@
</f:Region>
</Regions>
</f:RegionPanel>
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,SgzrbEdit_PopupWindow%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
@@ -34,38 +34,38 @@
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" AjaxAspnetControls="divEV" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="true" Title="施工进度赢得值曲线" AutoScroll="true"
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="true" Title="<%$ Resources:Lan,ProgressStatistics_ConstructionProgressEarnedValueCurve%>" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpProjectType" runat="server" Label="单位工程类别" AutoPostBack="true" OnSelectedIndexChanged="drpProjectType_SelectedIndexChanged" LabelAlign="Right" EnableEdit="true" LabelWidth="110px" EnableMultiSelect="true">
<f:ListItem Text="建筑工程" Value="1" />
<f:ListItem Text="安装工程" Value="2" />
<f:DropDownList ID="drpProjectType" runat="server" Label="<%$ Resources:Lan,ProgressStatistics_UnitEngineeringCategory%>" AutoPostBack="true" OnSelectedIndexChanged="drpProjectType_SelectedIndexChanged" LabelAlign="Right" EnableEdit="true" LabelWidth="110px" EnableMultiSelect="true">
<f:ListItem Text="<%$ Resources:Lan,ProgressShow_BuildingEngineering%>" Value="1" />
<f:ListItem Text="<%$ Resources:Lan,ProgressShow_InstallationEngineering%>" Value="2" />
</f:DropDownList>
<f:DropDownList ID="drpUnitWork" runat="server" Label="单位工程" LabelAlign="Right" EnableMultiSelect="true" EnableEdit="true"
<f:DropDownList ID="drpUnitWork" runat="server" Label="<%$ Resources:Lan,WBSReport_UnitProject%>" LabelAlign="Right" EnableMultiSelect="true" EnableEdit="true"
AutoPostBack="true" OnSelectedIndexChanged="drpUnitWork_SelectedIndexChanged">
</f:DropDownList>
<f:CheckBox runat="server" ID="ckb1" Text="按“实体合格”计量进度" Label="" Checked="true" Enabled="false"></f:CheckBox>
<f:CheckBox runat="server" ID="ckbData" Text="按“资料合格”计量进度"></f:CheckBox>
<f:CheckBox runat="server" ID="ckb1" Text="<%$ Resources:Lan,ProgressStatistics_MeasureProgressByEntityQualification%>" Label="" Checked="true" Enabled="false"></f:CheckBox>
<f:CheckBox runat="server" ID="ckbData" Text="<%$ Resources:Lan,ProgressStatistics_MeasureProgressByDataQualification%>"></f:CheckBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList runat="server" ID="rblType" Label="统计方式">
<f:RadioItem Text="" Value="Month" Selected="true" />
<f:RadioItem Text="" Value="Week" Selected="true" />
<f:RadioItem Text="" Value="Day" Selected="true" />
<f:RadioButtonList runat="server" ID="rblType" Label="<%$ Resources:Lan,ProgressStatistics_StatisticsMethod%>">
<f:RadioItem Text="<%$ Resources:Lan,ProgressStatistics_Month%>" Value="Month" Selected="true" />
<f:RadioItem Text="<%$ Resources:Lan,ProgressStatistics_Week%>" Value="Week" Selected="true" />
<f:RadioItem Text="<%$ Resources:Lan,ProgressStatistics_Day%>" Value="Day" Selected="true" />
</f:RadioButtonList>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="开始日期" ID="txtStartTime"
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,WeightsAudit_StartDate%>" ID="txtStartTime"
LabelAlign="right">
</f:DatePicker>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="结束日期" ID="txtEndTime"
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,WeightsAudit_EndDate%>" ID="txtEndTime"
LabelAlign="right">
</f:DatePicker>
<f:Button ID="btnQuery" OnClick="btnQuery_Click" ToolTip="查询" Icon="SystemSearch" EnablePostBack="true" runat="server" >
<f:Button ID="btnQuery" OnClick="btnQuery_Click" ToolTip="<%$ Resources:Lan,WBSReport_QueryButton%>" Icon="SystemSearch" EnablePostBack="true" runat="server" >
</f:Button>
</Items>
</f:FormRow>