Basf_FCL/FCL/FineUIPro.Web/SES/OneTimeContractsEdit.aspx

90 lines
5.4 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OneTimeContractsEdit.aspx.cs" Inherits="FineUIPro.Web.SES.OneTimeContractsEdit" %>
<!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" 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:TextBox ID="txtItemNo" runat="server" Label="Job No" LabelAlign="Right" Required="true" ShowRedStar="true" MaxLength="50" LabelWidth="160px">
</f:TextBox>
<f:DropDownList ID="drpDisciplineId" runat="server" Label="Discipline" LabelAlign="Right" EnableEdit="true" LabelWidth="160px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtItemName" runat="server" Label="Project Name" LabelAlign="Right" Required="true" ShowRedStar="true" MaxLength="50" LabelWidth="160px">
</f:TextBox>
<f:DatePicker ID="txtRegistrationDate" runat="server" Label="Registration date" LabelAlign="Right" Required="true" ShowRedStar="true" LabelWidth="160px">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpContractAdmin" runat="server" Label="Contract admin." EnableGroup="true" EnableEdit="true" LabelAlign="Right" LabelWidth="160px"></f:DropDownList>
<f:DropDownList ID="drpCostEngineer" runat="server" Label="Cost engineer" EnableEdit="true" EnableGroup="true" LabelAlign="Right" LabelWidth="160px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpBuyer" runat="server" Label="Buyer" EnableGroup="true" EnableEdit="true" LabelAlign="Right" LabelWidth="160px"></f:DropDownList>
<f:DropDownList ID="drpProjectManager" runat="server" Label="Project manager" EnableEdit="true" EnableGroup="true" LabelAlign="Right" LabelWidth="160px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpConstructionManager" runat="server" Label="Construction manager" EnableGroup="true" EnableEdit="true" LabelAlign="Right" LabelWidth="160px"></f:DropDownList>
<f:DropDownList ID="drpConstructionEngineer" runat="server" Label="Construction engineer" EnableEdit="true" EnableGroup="true" LabelAlign="Right" LabelWidth="160px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtTotalBudget" runat="server" Label="Total budget(CNY)" LabelAlign="Right" NoNegative="true" EnableCommas="true" LabelWidth="160px"></f:NumberBox>
<f:DropDownList ID="drpPriceSchemeId" runat="server" Label="Price scheme" EnableEdit="true" LabelAlign="Right" LabelWidth="160px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpContractorId" runat="server" Label="Contractor" EnableEdit="true" LabelAlign="Right" LabelWidth="160px"></f:DropDownList>
<f:TextBox ID="txtDesignUnits" runat="server" Label="CDI" LabelAlign="Right" MaxLength="150" LabelWidth="160px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpStatus" runat="server" Label="Status" LabelAlign="Right" LabelWidth="160px"></f:DropDownList>
<f:DatePicker ID="txtEndDate" runat="server" Label="MC date" LabelAlign="Right" LabelWidth="160px"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="Remark" LabelAlign="Right" MaxLength="500" LabelWidth="160px">
</f:TextArea>
</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="Save" ToolTip="Save" ValidateForms="SimpleForm1"
OnClick="btnSave_Click" Hidden="true">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="Close" ToolTip="Close" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>