CQMS集体资源替换,PZHGL,TestRun国际化,目前处于初级验证阶段!

This commit is contained in:
2025-02-22 14:06:48 +08:00
parent aa7f7290d5
commit ccfc5996c7
365 changed files with 31786 additions and 6559 deletions
@@ -5,7 +5,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>巡检分析(图表)</title>
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,JointCheckChartStatistics_Title%>"/></title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../../res/index/js/echarts.min.js"></script>
<script type="text/javascript" src="../../res/index/js/jquery-3.4.1.min.js"></script>
@@ -20,23 +20,23 @@
<Rows>
<f:FormRow ColumnWidths="15% 15% 15% 2% 15% 30% 15% 10%">
<Items>
<f:DropDownList runat="server" Label="责任单位" ID="drpUnit" LabelWidth="80px" Width="150px"> </f:DropDownList>
<f:DropDownList runat="server" Label="<%$ Resources:Lan,RewardAndPunish_ResponseUnit_HeaderText%>" ID="drpUnit" LabelWidth="80px" Width="150px"> </f:DropDownList>
<f:DropDownList runat="server" Label="问题类别" ID="drpQuestionType" LabelWidth="80px" Width="150px"> </f:DropDownList>
<f:DropDownList runat="server" Label="<%$ Resources:Lan,SpecialCheckList_ProblemCategory_HeaderText%>" ID="drpQuestionType" LabelWidth="80px" Width="150px"> </f:DropDownList>
<f:DatePicker ID="txtStartRectificationTime" runat="server" Label="检查时间" LabelAlign="Right" Width="100px"
<f:DatePicker ID="txtStartRectificationTime" runat="server" Label="<%$ Resources:Lan,JointCheckChartStatistics_txtStartRectificationTime_Label%>" LabelAlign="Right" Width="100px"
LabelWidth="80px">
</f:DatePicker>
<f:Label ID="Label3" runat="server" Text="" Width="5px">
<f:Label ID="Label3" runat="server" Text="<%$ Resources:Lan,NondestructiveTest_Label1_Text%>" Width="5px">
</f:Label>
<f:DatePicker ID="txtEndRectificationTime" runat="server" Width="100px">
</f:DatePicker>
<f:RadioButtonList ID="rblState" runat="server" Label="分析类型" LabelWidth="80px" Width="250px"
<f:RadioButtonList ID="rblState" runat="server" Label="<%$ Resources:Lan,JointCheckChartStatistics_rblState_Label%>" LabelWidth="80px" Width="250px"
AutoPostBack="true" OnSelectedIndexChanged="drpChartType_SelectedIndexChanged">
<f:RadioItem Value="0" Selected="true" Text="按责任单位" />
<f:RadioItem Value="1" Text="按问题类别" />
<f:RadioItem Value="0" Selected="true" Text="<%$ Resources:Lan,JointCheckChartStatistics_rblState_RadioItem0_Text%>" />
<f:RadioItem Value="1" Text="<%$ Resources:Lan,JointCheckChartStatistics_rblState_RadioItem1_Text%>" />
</f:RadioButtonList>
<f:Button ID="BtnAnalyse" Text="统计" Icon="ChartPie" runat="server" OnClick="BtnAnalyse_Click">
<f:Button ID="BtnAnalyse" Text="<%$ Resources:Lan,JointCheckUnitStatistics_Search_ToolTip%>" Icon="ChartPie" runat="server" OnClick="BtnAnalyse_Click">
</f:Button>
</Items>
</f:FormRow>
@@ -51,8 +51,8 @@
<f:TabStrip ID="TabStrip1" CssClass="f-tabstrip-theme-simple" Height="400px" ShowBorder="true"
TabPosition="Top" MarginBottom="5px" EnableTabCloseMenu="false" runat="server">
<Tabs>
<f:Tab ID="Tab2" Title="图表" BodyPadding="5px" Layout="Fit" IconFont="Bookmark" runat="server"
TitleToolTip="图表">
<f:Tab ID="Tab2" Title="<%$ Resources:Lan,JointCheckChartStatistics_cpAccidentTime_Tooltip%>" BodyPadding="5px" Layout="Fit" IconFont="Bookmark" runat="server"
TitleToolTip="<%$ Resources:Lan,JointCheckChartStatistics_cpAccidentTime_Tooltip%>">
<Items>
<f:ContentPanel ShowHeader="false" runat="server" ID="cpAccidentTime" Margin="0 0 0 0" >