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,DriverSubPlanEdit_Title%>"/></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,TestRunEdit_btnSave_ToolTip%>" ValidateForms="SimpleForm1">
</f:Button>
<f:HiddenField ID="hdAttachUrl" runat="server">
</f:HiddenField>
@@ -36,41 +36,41 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtCode" runat="server" Label="序号" LabelAlign="Right" LabelWidth="150px" MaxLength="50" Required="true" ShowRedStar="true">
<f:TextBox ID="txtCode" runat="server" Label="<%$ Resources:Lan,TestRunEdit_txtCode_Label%>" LabelAlign="Right" LabelWidth="150px" MaxLength="50" Required="true" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSubUnitId" runat="server" Label="开车分包单位" LabelAlign="Right" LabelWidth="150px" Required="true" ShowRedStar="true"></f:DropDownList>
<f:DropDownList ID="drpSubUnitId" runat="server" Label="<%$ Resources:Lan,DriverSubPlanEdit_SubUnitName%>" LabelAlign="Right" LabelWidth="150px" Required="true" ShowRedStar="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtIntroductions" runat="server" Label="企业情况简介" LabelAlign="Right" LabelWidth="150px" MaxLength="1000">
<f:TextBox ID="txtIntroductions" runat="server" Label="<%$ Resources:Lan,DriverSubPlanEdit_Introductions%>" LabelAlign="Right" LabelWidth="150px" MaxLength="1000">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtAchievement" runat="server" Label="类似操作业绩" LabelAlign="Right" LabelWidth="150px" MaxLength="1000">
<f:TextBox ID="txtAchievement" runat="server" Label="<%$ Resources:Lan,DriverSubPlanEdit_Achievement%>" LabelAlign="Right" LabelWidth="150px" MaxLength="1000">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCooperation" runat="server" Label="与公司合作历史" LabelAlign="Right" LabelWidth="150px" MaxLength="1000">
<f:TextBox ID="txtCooperation" runat="server" Label="<%$ Resources:Lan,DriverSubPlanEdit_Cooperation%>" LabelAlign="Right" LabelWidth="150px" MaxLength="1000">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnitWorkIds" runat="server" Label="意向分包装置或单元" LabelAlign="Right" LabelWidth="150px" EnableMultiSelect="true" EnableCheckBoxSelect="true"></f:DropDownList>
<f:DropDownList ID="drpUnitWorkIds" runat="server" Label="<%$ Resources:Lan,DriverSubPlanEdit_InstallationNames%>" LabelAlign="Right" LabelWidth="150px" EnableMultiSelect="true" EnableCheckBoxSelect="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList ID="rblIsInvited" runat="server" Label="是否拟邀" LabelAlign="Right" LabelWidth="150px">
<f:RadioButtonList ID="rblIsInvited" runat="server" Label="<%$ Resources:Lan,DriverSubPlanEdit_IsInvited%>" LabelAlign="Right" LabelWidth="150px">
<f:RadioItem Value="True" Text="是" Selected="true" />
<f:RadioItem Value="False" Text="否" />
</f:RadioButtonList>
@@ -78,7 +78,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="150px" MaxLength="500">
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,TestRunEdit_txtRemark_Label%>" LabelAlign="Right" LabelWidth="150px" MaxLength="500">
</f:TextArea>
</Items>
</f:FormRow>
@@ -86,10 +86,10 @@
<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,TestRunEdit_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,TestRunEdit_btnAttach_Text%>" runat="server" OnClick="btnAttach_Click">
</f:Button>
</Items>
</f:Panel>
@@ -102,7 +102,7 @@
</f:FormRow>
</Rows>
</f:Form>
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,AnalySampEdit_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>