主页修改以及焊接管理

This commit is contained in:
2025-02-21 22:19:21 +08:00
parent c8162359f5
commit aa7f7290d5
164 changed files with 4751 additions and 3721 deletions
+12 -12
View File
@@ -3,7 +3,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,GJSXList_Import%>"/><asp:Literal runat="server" Text="<%$ Resources:Lan,btnPrintText_2%>"/><asp:Literal runat="server" Text="<%$ Resources:Lan,MediaComprehensive_Service%>"/></title>
</head>
<body>
<form id="form1" runat="server">
@@ -15,16 +15,16 @@
<Items>
<f:HiddenField ID="hdFileName" runat="server">
</f:HiddenField>
<f:Button ID="btnAudit" Icon="ApplicationEdit" runat="server" ToolTip="审核" ValidateForms="SimpleForm1"
<f:Button ID="btnAudit" Icon="ApplicationEdit" runat="server" ToolTip="<%$ Resources:Lan,WeldReportDataIn_Audit%>" ValidateForms="SimpleForm1"
OnClick="btnAudit_Click">
</f:Button>
<f:Button ID="btnImport" Icon="ApplicationGet" runat="server" ToolTip="导入" ValidateForms="SimpleForm1"
<f:Button ID="btnImport" Icon="ApplicationGet" runat="server" ToolTip="<%$ Resources:Lan,GJSXList_Import%>" ValidateForms="SimpleForm1"
OnClick="btnImport_Click">
</f:Button>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="提交" ValidateForms="SimpleForm1"
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,WorkHandoverEdit_Submit%>" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnDownLoad" runat="server" Icon="ApplicationGo" ToolTip="下载模板" OnClick="btnDownLoad_Click">
<f:Button ID="btnDownLoad" runat="server" Icon="ApplicationGo" ToolTip="<%$ Resources:Lan,DownloadTemplateButtonText%>" OnClick="btnDownLoad_Click">
</f:Button>
</Items>
</f:Toolbar>
@@ -32,40 +32,40 @@
<Rows>
<f:FormRow>
<Items>
<f:FileUpload runat="server" ID="fuAttachUrl" EmptyText="选择要导入的文件" Label="选择要导入的文件"
<f:FileUpload runat="server" ID="fuAttachUrl" EmptyText="<%$ Resources:Lan,SelectFileLabel%>" Label="<%$ Resources:Lan,SelectFileLabel%>"
LabelWidth="150px">
</f:FileUpload>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="介质定义"
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="<%$ Resources:Lan,TestMediumPageTitle%>"
EnableCollapse="true" runat="server" BoxFlex="1" EnableColumnLines="true" DataKeyNames="MediumId"
AllowCellEditing="true" ClicksToEdit="2" DataIDField="MediumId" AllowSorting="true"
SortField="MediumCode" SortDirection="DESC" AllowPaging="true"
IsDatabasePaging="true" PageSize="15" Height="400px">
<Columns>
<f:RenderField Width="150px" ColumnID="MediumCode" DataField="MediumCode" FieldType="String"
HeaderText="介质代号" HeaderTextAlign="Center" TextAlign="Left"
HeaderText="<%$ Resources:Lan,MediaComprehensive_ServiceCode%>" HeaderTextAlign="Center" TextAlign="Left"
SortField="MediumCode">
</f:RenderField>
<f:RenderField Width="200px" ColumnID="MediumName" DataField="MediumName" FieldType="String"
HeaderText="介质名称" HeaderTextAlign="Center"
HeaderText="<%$ Resources:Lan,MediaComprehensive_ServiceName%>" HeaderTextAlign="Center"
TextAlign="Left" SortField="MediumName">
</f:RenderField>
<f:RenderField Width="200px" ColumnID="MediumAbbreviation" DataField="MediumAbbreviation"
FieldType="String" HeaderText="介质相态" HeaderTextAlign="Center"
FieldType="String" HeaderText="<%$ Resources:Lan,MediumAbbreviationLabel%>" HeaderTextAlign="Center"
TextAlign="Left" SortField="MediumAbbreviation">
</f:RenderField>
<f:RenderField Width="150px" ColumnID="Remark" DataField="Remark" FieldType="String"
HeaderText="备注" HeaderTextAlign="Center" TextAlign="Left"
HeaderText="<%$ Resources:Lan,StartWorkReport_Remark%>" HeaderTextAlign="Center" TextAlign="Left"
ExpandUnusedSpace="true">
</f:RenderField>
</Columns>
<PageItems>
<f:ToolbarSeparator ID="ToolbarSeparator1" runat="server">
</f:ToolbarSeparator>
<f:ToolbarText ID="ToolbarText1" runat="server" Text="每页记录数:">
<f:ToolbarText ID="ToolbarText1" runat="server" Text="<%$ Resources:Lan,StartWorkReport_PageSize%>">
</f:ToolbarText>
<f:DropDownList runat="server" ID="ddlPageSize" Width="80px" AutoPostBack="true">
<f:ListItem Text="10" Value="10" />