104 lines
4.5 KiB
Plaintext
104 lines
4.5 KiB
Plaintext
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ReportPreparationEdit.aspx.cs" Inherits="FineUIPro.Web.Customization.CNCCG.CQMS.ReportPreparationEdit" %>
|
||
|
|
||
|
<!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" AutoScroll="true" BodyPadding="10px" runat="server" RedStarPosition="BeforeText">
|
||
|
<Rows>
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtUnitName" runat="server" Label="单位名称" Readonly="true" LabelAlign="Right"></f:TextBox>
|
||
|
|
||
|
<f:TextBox ID="txtProjectName" runat="server" Label="项目名称" Readonly="true" LabelAlign="Right"></f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtProjectScale" runat="server" Label="项目规模" LabelAlign="Right"></f:TextBox>
|
||
|
|
||
|
<f:TextBox ID="txtAwardsName" runat="server" Label="申报奖项名称" LabelAlign="Right"></f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:DatePicker ID="dpStartTime" runat="server" ShowRedStar="true"
|
||
|
Required="true" Label="开工时间" LabelAlign="Right"></f:DatePicker>
|
||
|
|
||
|
<f:DatePicker ID="dpEndTime" runat="server" ShowRedStar="true"
|
||
|
Required="true" Label="竣工时间" LabelAlign="Right"></f:DatePicker>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtAwardsLevel" runat="server" Label="奖项等级" LabelAlign="Right"></f:TextBox>
|
||
|
|
||
|
<f:TextBox ID="txtAwardsUnit" runat="server" Label="奖项推荐单位" LabelAlign="Right"></f:TextBox>
|
||
|
|
||
|
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:DatePicker ID="dpCreateTime" runat="server" ShowRedStar="true"
|
||
|
Required="true" Label="申报时间" LabelAlign="Right"></f:DatePicker>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextArea runat="server" ID="txtNodePlan" Label="节点计划" LabelAlign="Right" Height="60px"></f:TextArea>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextArea runat="server" ID="txtProgress" Label="目前进展情况" LabelAlign="Right" Height="60px"></f:TextArea>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtAwardsPersonName" runat="server" Label="奖项申报负责人" LabelAlign="Right"></f:TextBox>
|
||
|
|
||
|
<f:TextBox ID="txtPersonPhone" runat="server" Label="联系电话" LabelAlign="Right"></f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
|
||
|
<f:FormRow>
|
||
|
<Items>
|
||
|
<f:TextBox ID="txtUnitPersonName" runat="server" Label="公司负责人" LabelAlign="Right"></f:TextBox>
|
||
|
|
||
|
<f:TextBox ID="txtUnitPersonPhone" runat="server" Label="联系电话" LabelAlign="Right"></f:TextBox>
|
||
|
</Items>
|
||
|
</f:FormRow>
|
||
|
</Rows>
|
||
|
|
||
|
<Toolbars>
|
||
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||
|
<Items>
|
||
|
|
||
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ToolTip="保存"
|
||
|
ValidateForms="SimpleForm1" 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>
|