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,DriverRunContactEdit_Title%>"/></title>
</head>
<body>
<form id="form1" runat="server">
@@ -18,7 +18,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>
@@ -37,42 +37,42 @@
<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="drpUnitId" runat="server" Label="单位名称" LabelAlign="Right" LabelWidth="150px" Required="true" ShowRedStar="true"></f:DropDownList>
<f:DropDownList ID="drpUnitId" runat="server" Label="<%$ Resources:Lan,DriverRunPlanEdit_UnitName%>" LabelAlign="Right" LabelWidth="150px" Required="true" ShowRedStar="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtContact" runat="server" Label="单位联络人/电话" LabelAlign="Right" LabelWidth="150px" MaxLength="200">
<f:TextBox ID="txtContact" runat="server" Label="<%$ Resources:Lan,DriverSubContactEdit_ContactInfo%>" LabelAlign="Right" LabelWidth="150px" MaxLength="200">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHeadMan" runat="server" Label="公司负责人/电话" LabelAlign="Right" LabelWidth="150px" MaxLength="200">
<f:TextBox ID="txtHeadMan" runat="server" Label="<%$ Resources:Lan,DriverSubContactEdit_ChargeManInfo%>" LabelAlign="Right" LabelWidth="150px" MaxLength="200">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtContents" runat="server" Label="联络内容" LabelAlign="Right" LabelWidth="150px" MaxLength="500">
<f:TextBox ID="txtContents" runat="server" Label="<%$ Resources:Lan,DriverSubContactEdit_ContactContent%>" LabelAlign="Right" LabelWidth="150px" MaxLength="500">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtResultDef" runat="server" Label="结果描述" LabelAlign="Right" LabelWidth="150px" MaxLength="500">
<f:TextBox ID="txtResultDef" runat="server" Label="<%$ Resources:Lan,DriverSubContactEdit_Result%>" LabelAlign="Right" LabelWidth="150px" MaxLength="500">
</f:TextBox>
</Items>
</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>
@@ -80,10 +80,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>
@@ -96,7 +96,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>