主页修改以及焊接管理
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user