HSSE Person 部分
This commit is contained in:
@@ -25,17 +25,17 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpSolutionTemplateType" runat="server" Label="方案类别" LabelAlign="Right"
|
||||
<f:DropDownList ID="drpSolutionTemplateType" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_SolutinType_HeaderText%>" LabelAlign="Right"
|
||||
EnableEdit="true">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpCompileMan" runat="server" Label="编制人" LabelAlign="Right"
|
||||
<f:DropDownList ID="drpCompileMan" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_CompileManName_HeaderText%>" LabelAlign="Right"
|
||||
EnableEdit="true">
|
||||
</f:DropDownList>
|
||||
<f:DatePicker ID="txtCompileDate" runat="server" Label="编制日期" LabelAlign="Right"
|
||||
<f:DatePicker ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_CompileDate_HeaderText%>" LabelAlign="Right"
|
||||
EnableEdit="true">
|
||||
</f:DatePicker>
|
||||
</Items>
|
||||
@@ -53,10 +53,10 @@
|
||||
<Items>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||||
</f:ToolbarFill>
|
||||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1"
|
||||
<f:Button ID="btnSave" Icon="<%$ Resources:Lan,CheckHolidayDetailEdit_btnSave_Icon%>" runat="server" ToolTip="<%$ Resources:Lan,PersonUnitRefresh_btnSave_ToolTip%>" ValidateForms="SimpleForm1"
|
||||
OnClick="btnSave_Click">
|
||||
</f:Button>
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
|
||||
Reference in New Issue
Block a user