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 @@
<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,ControlPointCheckEdit_PageTitle%>"/></title>
</head>
<body>
<form id="form1" runat="server">
@@ -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>
@@ -29,7 +29,7 @@
<Rows>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel2" Title="控制点检查检测" ShowBorder="true"
<f:ContentPanel ID="ContentPanel2" Title="<%$ Resources:Lan,ControlPointCheckEdit_ContentPanel2_Title%>" ShowBorder="true"
BodyPadding="10px" EnableCollapse="true" ShowHeader="false" AutoScroll="true"
runat="server">
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
@@ -37,78 +37,78 @@
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSubUnitId" runat="server" Label="施工分包商" LabelAlign="Right" Required="true" ShowRedStar="true" LabelWidth="150px"></f:DropDownList>
<f:DropDownList ID="drpSubUnitId" runat="server" Label="<%$ Resources:Lan,ControlPointCheckEdit_drpSubUnitId_Label%>" LabelAlign="Right" Required="true" ShowRedStar="true" LabelWidth="150px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCNProfessionalId" runat="server" Label="专业" LabelAlign="Right" LabelWidth="150px" AutoPostBack="true" OnSelectedIndexChanged="drpCNProfessionalId_SelectedIndexChanged"></f:DropDownList>
<f:DropDownList ID="drpCNProfessionalId" runat="server" Label="<%$ Resources:Lan,ITPListProjectEdit_drpCNProfessional_Label%>" LabelAlign="Right" LabelWidth="150px" AutoPostBack="true" OnSelectedIndexChanged="drpCNProfessionalId_SelectedIndexChanged"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtInspectionCode" runat="server" Label="报检编号" LabelAlign="Right" Required="true" ShowRedStar="true" LabelWidth="150px">
<f:TextBox ID="txtInspectionCode" runat="server" Label="<%$ Resources:Lan,ControlPointCheckEdit_txtInspectionCode_Label%>" LabelAlign="Right" Required="true" ShowRedStar="true" LabelWidth="150px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtNoticeCode" runat="server" Label="共检通知单编号" LabelAlign="Right" Required="true" ShowRedStar="true" LabelWidth="150px">
<f:TextBox ID="txtNoticeCode" runat="server" Label="<%$ Resources:Lan,ControlPointCheckEdit_txtNoticeCode_Label%>" LabelAlign="Right" Required="true" ShowRedStar="true" LabelWidth="150px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="95% 5%">
<Items>
<f:TextBox ID="txtUnitWorkName" runat="server" Label="单元名称" LabelAlign="Right" Readonly="true" LabelWidth="150px">
</f:TextBox><f:Button ID="btnSearch" runat="server" Icon="Find" ToolTip="查找" OnClick="btnSearch_Click"></f:Button>
<f:TextBox ID="txtUnitWorkName" runat="server" Label="<%$ Resources:Lan,ControlPointCheckEdit_txtUnitWorkName_Label%>" LabelAlign="Right" Readonly="true" LabelWidth="150px">
</f:TextBox><f:Button ID="btnSearch" runat="server" Icon="Find" ToolTip="<%$ Resources:Lan,ControlPointCheckEdit_btnSearch_ToolTip%>" OnClick="btnSearch_Click"></f:Button>
<f:HiddenField ID="hdUnitWorkId" runat="server"></f:HiddenField>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtControlPointType" runat="server" Label="质量控制点内容" LabelAlign="Right" Readonly="true" LabelWidth="150px">
<f:TextBox ID="txtControlPointType" runat="server" Label="<%$ Resources:Lan,ControlPointCheckEdit_txtControlPointType_Label%>" LabelAlign="Right" Readonly="true" LabelWidth="150px">
</f:TextBox>
<f:HiddenField ID="hdControlPointType" runat="server"></f:HiddenField>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtAcceptanceSite" runat="server" Label="验收部位" LabelAlign="Right" LabelWidth="150px">
<f:TextBox ID="txtAcceptanceSite" runat="server" Label="<%$ Resources:Lan,ControlPointCheckEdit_txtAcceptanceSite_Label%>" LabelAlign="Right" LabelWidth="150px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtAcceptanceCheckMan" runat="server" Label="检查人" LabelAlign="Right" LabelWidth="150px">
<f:TextBox ID="txtAcceptanceCheckMan" runat="server" Label="<%$ Resources:Lan,ControlPointCheckEdit_txtAcceptanceCheckMan_Label%>" LabelAlign="Right" LabelWidth="150px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList ID="rblIsOnceQualified" runat="server" Label="是否一次合格" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="rblIsOnceQualified_SelectedIndexChanged" LabelWidth="150px">
<f:RadioItem Value="True" Text="" Selected="true" />
<f:RadioItem Value="False" Text="" />
<f:RadioButtonList ID="rblIsOnceQualified" runat="server" Label="<%$ Resources:Lan,ControlPointCheckEdit_rblIsOnceQualified_Label%>" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="rblIsOnceQualified_SelectedIndexChanged" LabelWidth="150px">
<f:RadioItem Value="True" Text="<%$ Resources:Lan,ControlPointCheckEdit_rblIsOnceQualified_TrueText%>" Selected="true" />
<f:RadioItem Value="False" Text="<%$ Resources:Lan,ControlPointCheckEdit_rblIsOnceQualified_FalseText%>" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtInspectionDate" runat="server" Label="验收日期" LabelAlign="Right" LabelWidth="150px"></f:DatePicker>
<f:DatePicker ID="txtInspectionDate" runat="server" Label="<%$ Resources:Lan,ControlPointCheckEdit_txtInspectionDate_Label%>" LabelAlign="Right" LabelWidth="150px"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtUnqualifiedReason" runat="server" Label="不合格原因" LabelAlign="Right" Hidden="true" LabelWidth="150px"></f:TextArea>
<f:TextArea ID="txtUnqualifiedReason" runat="server" Label="<%$ Resources:Lan,ControlPointCheckEdit_txtUnqualifiedReason_Label%>" LabelAlign="Right" Hidden="true" LabelWidth="150px"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow runat="server">
<Items>
<f:Panel ID="Panel3" Width="300px" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
<Items>
<f:Label ID="lblAttach" runat="server" Label="上传附件"
<f:Label ID="lblAttach" runat="server" Label="<%$ Resources:Lan,ITPListEdit_lblAttach_Label%>"
LabelWidth="150px">
</f:Label>
<f:Button ID="btnAttach" Icon="TableCell" EnablePostBack="true" Text="附件" runat="server" OnClick="btnAttach_Click">
<f:Button ID="btnAttach" Icon="TableCell" EnablePostBack="true" Text="<%$ Resources:Lan,ITPListEdit_btnAttach_Text%>" runat="server" OnClick="btnAttach_Click">
</f:Button>
</Items>
</f:Panel>
@@ -121,11 +121,11 @@
</f:FormRow>
</Rows>
</f:Form>
<f:Window ID="Window1" Title="国外项目工序质量控制点" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="Window1" Title="<%$ Resources:Lan,ShoBreakdownProject_tvControlItem_ToolTip%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" OnClose="Window1_Close"
Width="1200px" Height="650px">
</f:Window>
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,ITPListProjectEdit_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>