318 lines
23 KiB
Plaintext
318 lines
23 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProjectControlEditorEdit.aspx.cs" Inherits="FineUIPro.Web.EditorManage.ProjectControlEditorEdit" %>
|
||
|
||
<!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="Panel1" runat="server" />
|
||
<f:Panel ID="Panel1" BodyPadding="10px" Margin="0 5px 0 0" AutoScroll="true" runat="server" EnableCollapse="true" Title="计划工程师编辑器" ShowHeader="false">
|
||
<Items>
|
||
<f:GroupPanel ID="GroupPanel1" Title="General" runat="server" EnableCollapse="true">
|
||
<Items>
|
||
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow ColumnWidths="25% 24% 27% 24%">
|
||
<Items>
|
||
<f:TextBox ID="txtJobNo" runat="server" Label="Job No." LabelWidth="110px" ShowRedStar="true" Required="true"></f:TextBox>
|
||
<f:TextBox ID="txtNotesLink" runat="server" Label="SharePoint Link" LabelWidth="120px"></f:TextBox>
|
||
<f:DropDownList ID="drpProjectManager" runat="server" Label="Project Manager" LabelWidth="160px" EnableGroup="true" EnableEdit="true"></f:DropDownList>
|
||
<f:TextBox ID="txtAccount" runat="server" Label="Account No." LabelWidth="130px"></f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow ColumnWidths="25% 24% 27% 24%">
|
||
<Items>
|
||
<f:DropDownList ID="drpJobType" runat="server" Label="Job Type" ShowRedStar="true" LabelWidth="110px" AutoPostBack="true" OnSelectedIndexChanged="drpJobType_SelectedIndexChanged" EnableEdit="true"></f:DropDownList>
|
||
<f:DropDownList ID="drpProjType" runat="server" Label="Proj.Type" LabelWidth="120px">
|
||
<f:ListItem Value="0" Text="N/A" Selected="true" />
|
||
<f:ListItem Value="Temp" Text="Temp" />
|
||
<f:ListItem Value="Perm" Text="Perm" />
|
||
</f:DropDownList>
|
||
|
||
<f:DropDownList ID="drpEMManager" runat="server" Label="Engineering Manager" LabelWidth="160px" EnableGroup="true" EnableEdit="true"></f:DropDownList>
|
||
<f:TextBox ID="txtNetworkNo" runat="server" Label="Network No." LabelWidth="130px"></f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow ColumnWidths="25% 24% 27% 24%">
|
||
<Items>
|
||
<f:DropDownList ID="drpJobStatus" runat="server" Label="Job Status" LabelWidth="110px" ShowRedStar="true" Required="true" EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="drpJobStatus_SelectedIndexChanged"></f:DropDownList>
|
||
<f:NumberBox ID="txtOrginalBudget" runat="server" Label="Orginal Budget" NoDecimal="true" NoNegative="true" LabelWidth="120px" AutoPostBack="true" OnTextChanged="txtOrginalBudget_TextChanged" EnableCommas="true"></f:NumberBox>
|
||
<f:DropDownList ID="drpConstManager" runat="server" Label="Const Manager" LabelWidth="160px" EnableGroup="true" EnableEdit="true"></f:DropDownList>
|
||
<f:TextBox ID="txtMOCFormNO" runat="server" Label="MOC Form No." LabelWidth="130px"></f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow ColumnWidths="25% 24% 27% 24%">
|
||
<Items>
|
||
<f:TextBox ID="txtJobTitle" runat="server" Label="Job Title" LabelWidth="110px" ShowRedStar="true" Required="true"></f:TextBox>
|
||
<f:TextBox ID="txtCostEffectvitity" runat="server" Label="Cost Effectvitity" LabelWidth="120px"></f:TextBox>
|
||
<f:DropDownList ID="drpLeadBy" runat="server" Label="Lead By" LabelWidth="160px" EnableEdit="true" EnableGroup="true" ShowRedStar="true">
|
||
</f:DropDownList>
|
||
<f:TextBox ID="txtCAPEXPlanNo" runat="server" Label="CAPEX Plan No." LabelWidth="130px"></f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow ColumnWidths="25% 24% 27% 24%">
|
||
<Items>
|
||
<f:DropDownList ID="drpBuCode" runat="server" Label="Bu.Code" LabelWidth="110px" ShowRedStar="true" Required="true" EnableEdit="true"></f:DropDownList>
|
||
<f:NumberBox ID="txtPVIPrediction" runat="server" Label="PVI Prediction" LabelWidth="120px" EnableCommas="true"></f:NumberBox>
|
||
<f:DropDownList ID="drpOpre" runat="server" Label="Operation Rep" LabelWidth="160px" EnableGroup="true" EnableEdit="true"></f:DropDownList>
|
||
<f:TextBox ID="txtStudyWo" runat="server" Label="Study WO" LabelWidth="130px"></f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow ColumnWidths="25% 24% 27% 24%">
|
||
<Items>
|
||
<f:DropDownList ID="drpCTEInvolved" runat="server" Label="CTE Involved" LabelWidth="110px" Enabled="false">
|
||
<f:ListItem Value="N" Text="N" Selected="true" />
|
||
<f:ListItem Value="Y" Text="Y" />
|
||
</f:DropDownList>
|
||
<f:DatePicker ID="txtRevisedMCDate" runat="server" Label="Revised MC Date" LabelWidth="120px" EnableEdit="true" AutoPostBack="true" OnTextChanged="txtRevisedMCDate_OnTextChanged"></f:DatePicker>
|
||
<f:DropDownList ID="drpPM_General_Priority" runat="server" Label="Priority" LabelWidth="140px" EnableEdit="true">
|
||
</f:DropDownList>
|
||
<f:TextBox ID="txtFilesLink" runat="server" Label="Files Link" LabelWidth="130px"></f:TextBox>
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow ColumnWidths="49% 51%">
|
||
<Items>
|
||
<f:TextBox ID="txtRemark" runat="server" Label="Remarks" LabelWidth="110px"></f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel ID="GroupPanel2" Title="LLE Procurement" runat="server" EnableCollapse="true">
|
||
<Items>
|
||
<f:Form ID="Form3" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DatePicker ID="txtLPSchStart" runat="server" Label="Sch.Start" LabelWidth="120px" EnableEdit="true"></f:DatePicker>
|
||
<f:DatePicker ID="txtLPSchEnd" runat="server" Label="Sch.End" LabelWidth="120px" EnableEdit="true"></f:DatePicker>
|
||
<f:NumberBox ID="txtLPProgress" runat="server" Label="Progress(%)" LabelWidth="120px" Readonly="true"></f:NumberBox>
|
||
<f:Label ID="Label1" runat="server"></f:Label>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel ID="GroupPanel3" Title="Const.-Civil" runat="server" EnableCollapse="true">
|
||
<Items>
|
||
<f:Form ID="Form4" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DatePicker ID="txtCCSchStart" runat="server" Label="Sch.Start" LabelWidth="120px" EnableEdit="true"></f:DatePicker>
|
||
<f:DatePicker ID="txtCCSchEnd" runat="server" Label="Sch.End" LabelWidth="120px" EnableEdit="true"></f:DatePicker>
|
||
<f:NumberBox ID="txtCCProgress" runat="server" Label="Progress(%)" LabelWidth="120px" Readonly="true"></f:NumberBox>
|
||
<f:Label ID="Label10" runat="server"></f:Label>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel ID="GroupPanel4" Title="Const.-Mech,E&I" runat="server" EnableCollapse="true">
|
||
<Items>
|
||
<f:Form ID="Form5" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DatePicker ID="txtCMSchStart" runat="server" Label="Sch.Start" LabelWidth="120px" EnableEdit="true"></f:DatePicker>
|
||
<f:DatePicker ID="txtCMSchEnd" runat="server" Label="Sch.End" LabelWidth="120px" EnableEdit="true"></f:DatePicker>
|
||
<f:NumberBox ID="txtCMProgress" runat="server" Label="Progress(%)" LabelWidth="120px" Readonly="true"></f:NumberBox>
|
||
<f:Label ID="Label11" runat="server"></f:Label>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel ID="GroupPanel5" Title="CTE discipline lead" runat="server" EnableCollapse="true">
|
||
<Items>
|
||
<f:Form ID="Form6" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DropDownList ID="drpCIProcess" runat="server" Label="Proce.&Pip.Eng." LabelWidth="140px" EnableEdit="true"></f:DropDownList>
|
||
<f:DropDownList ID="drpEquipment" runat="server" Label="Equip.Eng." LabelWidth="140px" EnableEdit="true"></f:DropDownList>
|
||
<f:DropDownList ID="drpInstrument" runat="server" Label="Instrument Eng." LabelWidth="140px" EnableEdit="true"></f:DropDownList>
|
||
<f:DropDownList ID="drpElectrical" runat="server" Label="Electrial Eng." LabelWidth="140px" EnableEdit="true"></f:DropDownList>
|
||
<f:DropDownList ID="drpCivil" runat="server" Label="Civil Eng." LabelWidth="140px" EnableEdit="true"></f:DropDownList>
|
||
</Items>
|
||
</f:FormRow>
|
||
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel ID="GroupPanel6" Title="Cost(RMB)" runat="server" EnableCollapse="true">
|
||
<Items>
|
||
<f:Form ID="Form7" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:NumberBox ID="txtChangedBudget" runat="server" Label="Changed Budget" NoDecimal="true" NoNegative="true" LabelWidth="140px" EnableCommas="true"></f:NumberBox>
|
||
<f:NumberBox ID="txtCommitted_PRPO" runat="server" Label="Committed_PR/PO" LabelWidth="140px" EnableCommas="true"></f:NumberBox>
|
||
<f:NumberBox ID="txtCommitted_SSRs" runat="server" Label="Committed_SSRs" LabelWidth="140px" EnableCommas="true"></f:NumberBox>
|
||
<f:NumberBox ID="txtActual" runat="server" Label="Actual" LabelWidth="140px" EnableCommas="true"></f:NumberBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel ID="GroupPanel7" Title="Milestones(Schedule)" runat="server" EnableCollapse="true">
|
||
<Items>
|
||
<f:Form ID="Form8" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DatePicker ID="txtMS_SR" runat="server" Label="SR 1/2" LabelWidth="140px"></f:DatePicker>
|
||
<f:DatePicker ID="txtMS_Approval" runat="server" Label="Approval" LabelWidth="140px"></f:DatePicker>
|
||
<f:DatePicker ID="txtMS_MC" runat="server" Label="MC" LabelWidth="140px" AutoPostBack="true" OnTextChanged="txtMS_MC_OnTextChanged"></f:DatePicker>
|
||
<f:DatePicker ID="txtMS_Close" runat="server" Label="Close" LabelWidth="140px"></f:DatePicker>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:GroupPanel ID="GroupPanel15" Layout="Anchor" Title="Scope Change" runat="server">
|
||
<Items>
|
||
<f:Form ID="Form12" ShowBorder="false" ShowHeader="false" AutoScroll="true" runat="server"
|
||
RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:NumberBox ID="txtPM_SC_ApprovedQty" Label="Approved Qty" runat="server" LabelWidth="140px" NoDecimal="true" NoNegative="true" EnableCommas="true">
|
||
</f:NumberBox>
|
||
<f:NumberBox ID="txtPM_SC_ApprovedCost" Label="Approved Cost" runat="server" LabelWidth="140px" NoNegative="true" EnableCommas="true">
|
||
</f:NumberBox>
|
||
<f:NumberBox ID="txtPM_SC_PendingQty" Label="Pending Qty" runat="server" LabelWidth="140px" NoDecimal="true" NoNegative="true" EnableCommas="true">
|
||
</f:NumberBox>
|
||
<f:NumberBox ID="txtPM_SC_PendingCost" Label="Pending Cost" runat="server" LabelWidth="140px" NoNegative="true" EnableCommas="true">
|
||
</f:NumberBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:Panel runat="server" Layout="HBox" ShowHeader="false" ShowBorder="false">
|
||
<Items>
|
||
<f:GroupPanel ID="GroupPanel12" Title="Technical Closure(RFSU)" runat="server" EnableCollapse="true" Width="260px">
|
||
<Items>
|
||
<f:Form ID="Form14" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DatePicker ID="txtRFSUCloseDate" runat="server" Label="Close Date" LabelWidth="120px"></f:DatePicker>
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:Label runat="server" Width="10px"></f:Label>
|
||
<f:GroupPanel ID="GroupPanel8" Title="Business Closure" runat="server" EnableCollapse="true" Width="260px">
|
||
<Items>
|
||
<f:Form ID="Form9" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DatePicker ID="txtBC_CloseDate" runat="server" Label="Close Date" LabelWidth="120px"></f:DatePicker>
|
||
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:Label runat="server" Width="10px"></f:Label>
|
||
<f:GroupPanel ID="GroupPanel10" Title="Project Cancel" runat="server" EnableCollapse="true" Width="260px">
|
||
<Items>
|
||
<f:Form ID="Form10" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DatePicker ID="txtCancelDate" runat="server" Label="Cancel Date" LabelWidth="120px"></f:DatePicker>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:Label runat="server" Width="10px"></f:Label>
|
||
<f:GroupPanel ID="GroupPanel11" Title="Project Hold" runat="server" EnableCollapse="true" Width="260px">
|
||
<Items>
|
||
<f:Form ID="Form13" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DatePicker ID="txtHold" runat="server" Label="Hold Date" LabelWidth="120px"></f:DatePicker>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
<f:Label runat="server" Width="10px"></f:Label>
|
||
<f:GroupPanel ID="GroupPanel9" runat="server" EnableCollapse="true" Width="260px">
|
||
<Items>
|
||
<f:Form ID="Form11" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:DatePicker ID="txtResourcePlanReceived" runat="server" Label="Resource Plan Received" LabelWidth="110px"></f:DatePicker>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
</f:Form>
|
||
</Items>
|
||
</f:GroupPanel>
|
||
</Items>
|
||
</f:Panel>
|
||
</Items>
|
||
<Toolbars>
|
||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||
<Items>
|
||
<f:HiddenField ID="hdAccount" runat="server"></f:HiddenField>
|
||
<f:HiddenField ID="hdNetworkDate" runat="server"></f:HiddenField>
|
||
<f:Button ID="btnEmail" Icon="email" runat="server" ToolTip="Send Email" Text="Email" ValidateForms="Panel1"
|
||
OnClick="btnEmail_Click" ConfirmText="Are you sure you want to send the email?" ConfirmTarget="Top" Hidden="true">
|
||
</f:Button>
|
||
<f:Button ID="btnCalculated" Icon="CalculatorEdit" runat="server" ToolTip="Calculated Progress"
|
||
OnClick="btnCalculated_Click" Text="Calculated Progress" Hidden="true">
|
||
</f:Button>
|
||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="Save" Text="Save" ValidateForms="Panel1"
|
||
OnClick="btnSave_Click" Hidden="true">
|
||
</f:Button>
|
||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="Close" Text="Close" runat="server" Icon="SystemClose">
|
||
</f:Button>
|
||
</Items>
|
||
</f:Toolbar>
|
||
</Toolbars>
|
||
</f:Panel>
|
||
</form>
|
||
</body>
|
||
</html>
|
||
|