102 lines
4.5 KiB
Plaintext
102 lines
4.5 KiB
Plaintext
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GreenSiteEdit.aspx.cs" Inherits="FineUIPro.Web.Customization.CNCCG.HSSE.Rewards.GreenSiteEdit" %>
|
||
|
|
||
|
<!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="drpProjectId" runat="server" Label="项目名称" LabelAlign="Right" AutoPostBack="true"
|
||
|
EmptyText="--请选择--" AutoSelectFirstItem="false" EnableEdit="true"
|
||
|
OnSelectedIndexChanged="drpProject_TextChanged"
|
||
|
ShowRedStar="true" Required="true"></f:DropDownList>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:DropDownList ID="drpUnitId" runat="server" Label="所属单位" LabelAlign="Right" AutoPostBack="true"
|
||
|
EmptyText="--请选择--" AutoSelectFirstItem="false" EnableEdit="true"
|
||
|
Readonly="true"></f:DropDownList>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:NumberBox LabelAlign="Right" Label="项目现场安全检查平均得分*90%" LabelWidth="240px"
|
||
|
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="创建材料得分*10%"
|
||
|
runat="server" ShowRedStar="true" Required="true" AutoPostBack="true" OnTextChanged="txt_TextChanged"
|
||
|
ID="txtScore2" 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="合计得分"
|
||
|
runat="server" Readonly="true"
|
||
|
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="drpProject_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>
|