136 lines
6.2 KiB
Plaintext
136 lines
6.2 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" CodeBehind="SafeEnvBudgetEdit.aspx.cs" Inherits="FineUIPro.Web.ReportManage.SafeEnvBudget.SafeEnvBudgetEdit" %>
|
||
<%@ Register Src="~/Controls/FlowOperateControl.ascx" TagName="FlowOperateControl" TagPrefix="uc1" %>
|
||
<!DOCTYPE html>
|
||
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head runat="server">
|
||
<title>安全环境预算</title>
|
||
<link href="~/res/css/common.css" rel="stylesheet" type="text/css" />
|
||
|
||
<style type="text/css">
|
||
.labcenter
|
||
{
|
||
text-align: center;
|
||
}
|
||
.f-grid-row.burlywood
|
||
{
|
||
background-color: burlywood;
|
||
background-image: none;
|
||
}
|
||
|
||
.fontred
|
||
{
|
||
color: #FF7575;
|
||
background-image: none;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<form id="form1" runat="server">
|
||
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
|
||
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DropDownList ID="drpYear" runat="server" Label="年度" EnableEdit="true" ShowLabel="true" LabelWidth="50px">
|
||
</f:DropDownList>
|
||
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="检查日期" ID="txtCreateDate" EnableEdit="false">
|
||
</f:DatePicker>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DropDownList ID="drpSubject1" runat="server" Label="一级" EnableEdit="true" ShowLabel="true" LabelWidth="50px"
|
||
AutoPostBack="true" OnSelectedIndexChanged="drpSubject1_SelectedIndexChanged">
|
||
</f:DropDownList>
|
||
<f:TextBox ID="txtOther1" runat="server" Label="一级其他" MaxLength="50" ShowLabel="true">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DropDownList ID="drpSubject2" runat="server" Label="二级" EnableEdit="true" ShowLabel="true" LabelWidth="50px"
|
||
AutoPostBack="true" OnSelectedIndexChanged="drpSubject2_SelectedIndexChanged">
|
||
</f:DropDownList>
|
||
<f:TextBox ID="txtOther2" runat="server" Label="二级其他" MaxLength="50" ShowLabel="true">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DropDownList ID="drpSubject3" runat="server" Label="三级" EnableEdit="true" ShowLabel="true" LabelWidth="50px"
|
||
AutoPostBack="true" OnSelectedIndexChanged="drpSubject3_SelectedIndexChanged">
|
||
</f:DropDownList>
|
||
<f:TextBox ID="txtOther3" runat="server" Label="三级其他" MaxLength="50" ShowLabel="true">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DropDownList ID="drpSubject4" runat="server" Label="四级" EnableEdit="true" ShowLabel="true" LabelWidth="50px"
|
||
AutoPostBack="true" OnSelectedIndexChanged="drpSubject4_SelectedIndexChanged">
|
||
</f:DropDownList>
|
||
<f:TextBox ID="txtOther4" runat="server" Label="四级其他" MaxLength="50" ShowLabel="true">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DropDownList ID="drpSubject5" runat="server" Label="五级" EnableEdit="true" ShowLabel="true" LabelWidth="50px"
|
||
>
|
||
</f:DropDownList>
|
||
<f:TextBox ID="txtOther5" runat="server" Label="五级其他" MaxLength="50" ShowLabel="true">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:NumberBox ID="txtBudgetAmount" runat="server" Label="预算(万元)" NoNegative="true" LabelWidth="50px">
|
||
</f:NumberBox>
|
||
<f:TextBox ID="txtRemark" runat="server" Label="说明" MaxLength="50" ShowLabel="true">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:ContentPanel ID="ContentPanel1" runat="server" ShowHeader="false" EnableCollapse="true"
|
||
BodyPadding="0px">
|
||
<uc1:FlowOperateControl ID="ctlAuditFlow" runat="server" />
|
||
</f:ContentPanel>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
<Toolbars>
|
||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||
<Items>
|
||
<f:Label runat="server" ID="lbTemp"></f:Label>
|
||
|
||
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
|
||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1"
|
||
OnClick="btnSave_Click">
|
||
</f:Button>
|
||
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="提交" ValidateForms="SimpleForm1"
|
||
OnClick="btnSubmit_Click">
|
||
</f:Button>
|
||
|
||
</Items>
|
||
</f:Toolbar>
|
||
</Toolbars>
|
||
</f:Form>
|
||
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
||
Height="500px">
|
||
</f:Window>
|
||
</form>
|
||
<script src="../../Controls/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
|
||
|
||
<script type="text/javascript">
|
||
// 返回false,来阻止浏览器右键菜单
|
||
|
||
|
||
|
||
</script>
|
||
</body>
|
||
</html>
|