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
@@ -17,7 +17,7 @@
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnSave" OnClick="btnSave_Click" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1">
<f:Button ID="btnSave" OnClick="btnSave_Click" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,ITPListProjectEdit_btnSave_ToolTip%>" ValidateForms="SimpleForm1">
</f:Button>
<f:HiddenField ID="hdAttachUrl" runat="server">
</f:HiddenField>
@@ -37,13 +37,13 @@
<f:FormRow>
<Items>
<f:NumberBox Label="排序" ID="txtShowIndex" NoDecimal="true" runat="server" />
<f:NumberBox Label="<%$ Resources:Lan,ControlPointListEdit_txtSortIndex_Label%>" ID="txtShowIndex" NoDecimal="true" runat="server" />
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList Label="类型" AutoPostBack="true" runat="server" ID="dpType" OnSelectedIndexChanged="dpType_SelectedIndexChanged">
<f:DropDownList Label="<%$ Resources:Lan,RewardAndPunish_Type_HeaderText%>" AutoPostBack="true" runat="server" ID="dpType" OnSelectedIndexChanged="dpType_SelectedIndexChanged">
<f:ListItem Text="建筑工程" Value="1" />
<f:ListItem Text="安装工程" Value="2" />
</f:DropDownList>
@@ -51,25 +51,25 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList Label="问题类别" runat="server" ID="txtProjectName">
<f:DropDownList Label="<%$ Resources:Lan,SpecialCheckList_ProblemCategory_HeaderText%>" runat="server" ID="txtProjectName">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtProjectQualityDes" runat="server" Label="问题描述" LabelAlign="Right" LabelWidth="130px" Required="true" ShowRedStar="true">
<f:TextBox ID="txtProjectQualityDes" runat="server" Label="<%$ Resources:Lan,WeekReportPrint_gvConstructionProblems_Header3%>" LabelAlign="Right" LabelWidth="130px" Required="true" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtProjectQualityResult" runat="server" Label="整改意见" LabelAlign="Right" LabelWidth="130px"></f:TextArea>
<f:TextArea ID="txtProjectQualityResult" runat="server" Label="<%$ Resources:Lan,SpecialCheckList_RectificationOpinion_HeaderText%>" LabelAlign="Right" LabelWidth="130px"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="130px"></f:TextArea>
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,ShoBreakdownProject_Grid1_Remark_HeaderText%>" LabelAlign="Right" LabelWidth="130px"></f:TextArea>
</Items>
</f:FormRow>