SGGL_JT/SUBQHSE/FineUIPro.Web/Customization/CNCCG/HSSE/Rewards/PoleUnitEdit.aspx

98 lines
4.4 KiB
Plaintext
Raw Normal View History

2025-04-07 17:43:30 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PoleUnitEdit.aspx.cs" Inherits="FineUIPro.Web.Customization.CNCCG.HSSE.Rewards.PoleUnitEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>编辑安全质量环保管理标杆企业评选推荐表</title>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1"/>
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="编辑安全质量环保管理标杆企业评选推荐表" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnitId" runat="server" Label="单位名称" LabelAlign="Right" AutoPostBack="true"
EmptyText="--请选择--" AutoSelectFirstItem="false" EnableEdit="true"
OnSelectedIndexChanged="drpUnit_TextChanged"
ShowRedStar="true" Required="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox LabelAlign="Right" Label="(各子(分)公司机关安全检查平均得分*50%+所属项目安全检查平均得分*50%)*70%" LabelWidth="550px"
runat="server" ShowRedStar="true" Required="true" AutoPostBack="true" OnTextChanged="txt_TextChanged"
ID="txtScore1" DecimalPrecision="2" ></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox LabelAlign="Right" Label="日常管理得分*20%"
runat="server" Readonly="true"
ID="txtScore2" DecimalPrecision="2" ></f:NumberBox>
<f:NumberBox LabelAlign="Right" Label="先进事迹材料得分*10%"
runat="server" ShowRedStar="true" Required="true" AutoPostBack="true" OnTextChanged="txt_TextChanged"
ID="txtScore3" DecimalPrecision="2" ></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea runat="server" ID="txtRemark" Label="安全生产、生态环保、质量获奖处罚加减分"
LabelAlign="Right" Readonly="true">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox LabelAlign="Right" Label="合计得分" Readonly="true"
runat="server"
ID="txtAllScore" DecimalPrecision="2" ></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCreateMonth" runat="server" Label="编制月份" LabelAlign="Right" DateFormatString="yyyy-MM" DisplayType="Month"
EnableEdit="true" OnTextChanged="drpUnit_TextChanged" AutoPostBack="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea runat="server" ID="txtRecommendation" Label="推荐意见" LabelAlign="Right"></f:TextArea>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server" Margin="0 50 30 50">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1" Text="保存"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose" Text="关闭">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>