Basf_EProject/EProject/FineUIPro.Web/EditorManage/CostReportEdit.aspx

64 lines
3.7 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CostReportEdit.aspx.cs" Inherits="FineUIPro.Web.EditorManage.CostReportEdit" %>
<!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="20px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpEProjectId" runat="server" Label="JOB_NO" LabelAlign="Right" Required="true" ShowRedStar="true" LabelWidth="160px" EnableEdit="true"></f:DropDownList>
<f:TextBox ID="txtJobType" runat="server" Label="PROJECT_JOB_TYPE" LabelAlign="Right" Readonly="true" LabelWidth="160px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker runat="server" Label="Month" ID="txtMonth" LabelAlign="Right" DateFormatString="yyyy-MM" DisplayType="Month" ShowTodayButton="false" EnableEdit="true" Required="true" ShowRedStar="true" LabelWidth="160px">
</f:DatePicker>
<f:NumberBox ID="txtOrginalBudget" runat="server" Label="BUDGET_ORG" LabelAlign="Right" NoNegative="true" TrimEndZero="true" LabelWidth="160px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtChangedBudget" runat="server" Label="Budget_CHK" LabelAlign="Right" NoNegative="true" TrimEndZero="true" LabelWidth="160px"></f:NumberBox>
<f:NumberBox ID="txtActualCost" runat="server" Label="ACTUAL" LabelAlign="Right" NoNegative="true" TrimEndZero="true" LabelWidth="160px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtCommittedPRPO" runat="server" Label="Commit_PO" LabelAlign="Right" NoNegative="true" TrimEndZero="true" LabelWidth="160px"></f:NumberBox>
<f:NumberBox ID="txtCommittedSSRs" runat="server" Label="Commit_SSR" LabelAlign="Right" NoNegative="true" TrimEndZero="true" LabelWidth="160px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtCostToComplete" runat="server" Label="Cost_To_CMPT" LabelAlign="Right" NoNegative="true" TrimEndZero="true" LabelWidth="160px"></f:NumberBox>
<f:Label ID="Label1" runat="server"></f:Label>
</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="Form1"
OnClick="btnSave_Click">
</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>