xinjiang/SGGL/FineUIPro.Web/ReportManage/SafeEnvBudget/SafeEnvBudgetView.aspx

99 lines
3.7 KiB
Plaintext
Raw Normal View History

2026-03-07 09:01:15 +08:00
<%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" CodeBehind="SafeEnvBudgetView.aspx.cs" Inherits="FineUIPro.Web.ReportManage.SafeEnvBudget.SafeEnvBudgetView" %>
<!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" Enabled="false">
</f:DropDownList>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="检查日期" ID="txtCreateDate" EnableEdit="false" Enabled="false">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSubject1" runat="server" Label="一级" EnableEdit="true" ShowLabel="true" Enabled="false" >
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSubject2" runat="server" Label="二级" EnableEdit="true" ShowLabel="true" Enabled="false">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSubject3" runat="server" Label="三级" EnableEdit="true" ShowLabel="true" Enabled="false" >
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSubject4" runat="server" Label="四级" EnableEdit="true" ShowLabel="true" Enabled="false">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSubject5" runat="server" Label="五级" EnableEdit="true" ShowLabel="true" Enabled="false" >
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtBudgetAmount" runat="server" Label="预算(万元)" NoNegative="true" Enabled="false">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRemark" runat="server" Label="备注" MaxLength="50" ShowLabel="true" Enabled="false">
</f:TextBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</form>
<script src="../../Controls/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
</body>
</html>