HSSE Person 部分

This commit is contained in:
2025-02-23 13:09:38 +08:00
parent 04e9dad0f3
commit 77bfe221eb
611 changed files with 54724 additions and 10141 deletions
@@ -18,27 +18,27 @@
<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"
MaxLength="50">
</f:TextBox>
<f:DropDownList ID="drpInvestigateType" runat="server" Label="审查类型" LabelAlign="Right"
<f:DropDownList ID="drpInvestigateType" runat="server" Label="<%$ Resources:Lan,ConstructSolution_txtInvestigateType_Label%>" LabelAlign="Right"
EnableEdit="true" Required="true" ShowRedStar="true" FocusOnPageLoad="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnitId" runat="server" Label="单位名称" LabelAlign="Right" EnableEdit="true"
<f:DropDownList ID="drpUnitId" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_UnitName_HeaderText%>" LabelAlign="Right" EnableEdit="true"
Required="true" ShowRedStar="true">
</f:DropDownList>
<f:DropDownList ID="drpSolutinType" runat="server" Label="方案类别" LabelAlign="Right"
<f:DropDownList ID="drpSolutinType" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_SolutinType_HeaderText%>" LabelAlign="Right"
EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="drpSolutinType_SelectedIndexChanged">
</f:DropDownList>
</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"
MaxLength="150">
</f:TextBox>
<f:Label ID="Label1" runat="server">
@@ -50,16 +50,16 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCompileManName" runat="server" Label="编制人" LabelAlign="Right" MaxLength="50">
<f:TextBox ID="txtCompileManName" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_CompileManName_HeaderText%>" LabelAlign="Right" MaxLength="50">
</f:TextBox>
<f:DatePicker ID="txtCompileDate" runat="server" Label="编制时间" LabelAlign="Right"
<f:DatePicker ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,PauseNoticeView_txtComplieDate_Label%>" LabelAlign="Right"
EnableEdit="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" MaxLength="500"
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,PersonAskForLeaveList_Grid_Column_Remark_HeaderText%>" LabelAlign="Right" MaxLength="500"
Height="50px">
</f:TextArea>
</Items>
@@ -83,18 +83,18 @@
<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: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="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="提交" ValidateForms="SimpleForm1"
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="<%$ Resources:Lan,MonthReportEdit_btnSubmit_ToolTip%>" ValidateForms="SimpleForm1"
OnClick="btnSubmit_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>
@@ -104,7 +104,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>