主页修改以及焊接管理

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
@@ -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,GridTitle%>"/></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,33 +32,33 @@
<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="ComponentsId"
AllowCellEditing="true" ClicksToEdit="2" DataIDField="ComponentsId" AllowSorting="true"
SortField="ComponentsCode" SortDirection="DESC" AllowPaging="true"
IsDatabasePaging="true" PageSize="15" Height="400px">
<Columns>
<f:RenderField Width="220px" ColumnID="ComponentsCode" DataField="ComponentsCode" FieldType="String"
HeaderText="组件代号" HeaderTextAlign="Center" TextAlign="Left" SortField="ComponentsCode">
HeaderText="<%$ Resources:Lan,ComponentsCodeLabel%>" HeaderTextAlign="Center" TextAlign="Left" SortField="ComponentsCode">
</f:RenderField>
<f:RenderField Width="220px" ColumnID="ComponentsName" DataField="ComponentsName" FieldType="String"
HeaderText="组件名称" HeaderTextAlign="Center" TextAlign="Left" SortField="ComponentsName">
HeaderText="<%$ Resources:Lan,ComponentsNameLabel%>" HeaderTextAlign="Center" TextAlign="Left" SortField="ComponentsName">
</f:RenderField>
<f:RenderField Width="250px" ColumnID="Remark" DataField="Remark" FieldType="String"
HeaderText="备注" HeaderTextAlign="Center" TextAlign="Left" ExpandUnusedSpace="true">
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" />