HSSE Person 部分
This commit is contained in:
@@ -18,25 +18,25 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtConstructSolutionCode" runat="server" Label="编号" LabelAlign="Right"
|
||||
<f:TextBox ID="txtConstructSolutionCode" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>" LabelAlign="Right"
|
||||
Readonly="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtInvestigateType" runat="server" Label="审查类型" LabelAlign="Right"
|
||||
<f:TextBox ID="txtInvestigateType" runat="server" Label="<%$ Resources:Lan,ConstructSolution_txtInvestigateType_Label%>" LabelAlign="Right"
|
||||
Readonly="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtUnitName" runat="server" Label="单位名称" LabelAlign="Right" Readonly="true">
|
||||
<f:TextBox ID="txtUnitName" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_UnitName_HeaderText%>" LabelAlign="Right" Readonly="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtSolutinType" runat="server" Label="方案类别" LabelAlign="Right" Readonly="true">
|
||||
<f:TextBox ID="txtSolutinType" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_SolutinType_HeaderText%>" LabelAlign="Right" Readonly="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow ColumnWidths="50% 45% 5%">
|
||||
<Items>
|
||||
<f:TextBox ID="txtConstructSolutionName" runat="server" Label="文件名" LabelAlign="Right"
|
||||
<f:TextBox ID="txtConstructSolutionName" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionName_HeaderText%>" LabelAlign="Right"
|
||||
Readonly="true">
|
||||
</f:TextBox>
|
||||
<f:Label ID="Label1" runat="server">
|
||||
@@ -48,15 +48,15 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtCompileManName" runat="server" Label="编制人" LabelAlign="Right" Readonly="true">
|
||||
<f:TextBox ID="txtCompileManName" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_CompileManName_HeaderText%>" LabelAlign="Right" Readonly="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtCompileDate" runat="server" Label="编制时间" LabelAlign="Right" Readonly="true">
|
||||
<f:TextBox ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,PauseNoticeView_txtComplieDate_Label%>" LabelAlign="Right" Readonly="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" Readonly="true"
|
||||
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,PersonAskForLeaveList_Grid_Column_Remark_HeaderText%>" LabelAlign="Right" Readonly="true"
|
||||
Height="50px">
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
@@ -80,14 +80,14 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||||
<Items>
|
||||
<f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
||||
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" ToolTip="<%$ Resources:Lan,WeekMeetingView_btnAttachUrl2_ToolTip%>" Icon="TableCell" runat="server"
|
||||
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
|
||||
</f:Button>
|
||||
<f:Button runat="server" ID="btnQR" OnClick="btnQR_Click" Text="二维码生成" MarginLeft="10px">
|
||||
</f:Button>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||||
</f:ToolbarFill>
|
||||
<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>
|
||||
@@ -97,7 +97,7 @@
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="900px"
|
||||
Height="500px">
|
||||
</f:Window>
|
||||
<f:Window ID="WindowAtt" Title="附件" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
||||
Height="500px">
|
||||
</f:Window>
|
||||
|
||||
Reference in New Issue
Block a user