主页修改以及焊接管理

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
@@ -14,7 +14,7 @@
<Rows>
<f:FormRow>
<Items>
<f:TextArea ID="txtCode" runat="server" Label="编号" LabelAlign="Right"
<f:TextArea ID="txtCode" runat="server" Label="<%$ Resources:Lan,StartWorkReport_FileCode%>" LabelAlign="Right"
FocusOnPageLoad="true" Required="true" ShowRedStar="true" Height="350px">
</f:TextArea>
</Items>
@@ -23,10 +23,10 @@
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="批量审核" ValidateForms="SimpleForm1"
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="<%$ Resources:Lan,BatchAuditButtonText%>" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" runat="server" Icon="SystemClose">
<f:Button ID="btnClose" EnablePostBack="false" Text="<%$ Resources:Lan,XmsgGlgdEdit_Close%>" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>