20241023 合同管理
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%@ Page Language="C#" validateRequest="false" AutoEventWireup="true" CodeBehind="SESRelatedDataEdit.aspx.cs" Inherits="FineUIPro.Web.SES.SESRelatedDataEdit" %>
|
||||
<%@ Page Language="C#" ValidateRequest="false" AutoEventWireup="true" CodeBehind="SESRelatedDataEdit.aspx.cs" Inherits="FineUIPro.Web.SES.SESRelatedDataEdit" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server">
|
||||
<Items>
|
||||
<f:TextBox ID="txtCopy" runat="server" Label="Copy" EmptyText="Copy by FO." LabelAlign="Right" NextFocusControl="btnCopy"></f:TextBox>
|
||||
<f:Button ID="btnCopy" runat="server" OnClick="btnCopy_Click" Icon="PageCopy" ToolTip="拷贝输入的合同号"></f:Button>
|
||||
<f:Button ID="btnCopy" runat="server" OnClick="btnCopy_Click" Icon="PageCopy" ToolTip="拷贝输入的合同号"></f:Button>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
@@ -30,7 +30,7 @@
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
|
||||
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtFO_NO" runat="server" Label="FO No." LabelWidth="160px" Required="true" ShowRedStar="true">
|
||||
@@ -43,7 +43,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpConstRecords" runat="server" Label="Const.Records" LabelWidth="160px" Required="true" ShowRedStar="true"></f:DropDownList>
|
||||
<f:DropDownList ID="drpConstRecords" runat="server" Label="Const.Records" LabelWidth="160px" Required="true" ShowRedStar="true"></f:DropDownList>
|
||||
<f:DropDownList ID="drpItem" runat="server" Label="Item" LabelWidth="160px" EnableEdit="true"></f:DropDownList>
|
||||
<%--<f:TextBox ID="txtOriginal_WC" runat="server" Label="Discipline Category" LabelWidth="150px">
|
||||
</f:TextBox>--%>
|
||||
@@ -75,14 +75,14 @@
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<Items>
|
||||
<f:TextBox ID="txtApplicant" runat="server" Label="M.C.Dept." LabelWidth="160px">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpUser_Representative" runat="server" Label="User Representative" LabelWidth="160px" EnableEdit="true" EnableGroup="true">
|
||||
</f:DropDownList>
|
||||
<f:DatePicker ID="txtValidate_Date" runat="server" Label="Valid Date" LabelWidth="160px">
|
||||
</f:DatePicker>
|
||||
<f:DatePicker ID="txtExpire_Date" runat="server" Label="Expiry Date" LabelWidth="160px" AutoPostBack="true" OnTextChanged="txtExpire_Date_TextChanged">
|
||||
<f:DatePicker ID="txtExpire_Date" runat="server" Label="Expiry Date" LabelWidth="160px" AutoPostBack="true" OnTextChanged="txtExpire_Date_TextChanged">
|
||||
</f:DatePicker>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
@@ -94,46 +94,61 @@
|
||||
<f:TextBox ID="txtContract_Tel" runat="server" Label="联系方式" LabelWidth="160px">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpAllocation" runat="server" Label="Allocation(Y/N)" LabelAlign="Right" LabelWidth="160px">
|
||||
<f:ListItem Text="-请选择" Value="0" Selected="true"/>
|
||||
<f:ListItem Text="-请选择" Value="0" Selected="true" />
|
||||
<f:ListItem Text="Y" Value="Y" />
|
||||
<f:ListItem Text="N" Value="N" />
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:NumberBox ID="numProportion_of_FC_Definition" runat="server" Label="Volume Allocation%" LabelWidth="160px" DecimalPrecision="2"></f:NumberBox>
|
||||
<f:NumberBox ID="txtActual_Budget" runat="server" Label="Contract Budget" LabelWidth="160px" NoNegative="true" EnableCommas="true">
|
||||
<Items>
|
||||
<f:NumberBox ID="numProportion_of_FC_Definition" runat="server" Label="Current Allocation%" LabelWidth="160px" DecimalPrecision="2"></f:NumberBox>
|
||||
|
||||
<f:NumberBox ID="txtInitial_Budget" runat="server" Label="Initial Budget" LabelWidth="160px" NoNegative="true" EnableCommas="true">
|
||||
</f:NumberBox>
|
||||
<f:NumberBox ID="txtActual_Budget" runat="server" Label="Contract Budget" LabelWidth="160px" NoNegative="true" EnableCommas="true">
|
||||
</f:NumberBox>
|
||||
<f:DropDownList ID="drpConnectedTransaction" runat="server" Label="Affiliated Transaction" LabelWidth="160px"></f:DropDownList>
|
||||
<f:NumberBox ID="txtNumExceedLimit" runat="server" Label="Exceed limit(day)" LabelWidth="160px" NoDecimal="true" NoNegative="true"></f:NumberBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:NumberBox ID="txtNumExceedLimit" runat="server" Label="Exceed limit(day)" LabelWidth="160px" NoDecimal="true" NoNegative="true"></f:NumberBox>
|
||||
<f:NumberBox ID="txtRemainingBudget" runat="server" Label="Remaining Budget" LabelWidth="160px" Readonly="true" EnableCommas="true"></f:NumberBox>
|
||||
<f:NumberBox ID="txtRemainingBudgetRate" runat="server" Label="Remaining Budget%" LabelWidth="160px" Readonly="true" DecimalPrecision="2"></f:NumberBox>
|
||||
<f:NumberBox ID="txtRemainingDurationRate" runat="server" Label="Remaining Duration%" LabelWidth="160px" Readonly="true" DecimalPrecision="2"></f:NumberBox>
|
||||
<f:TextBox ID="txtMainHead" runat="server" Label="主要负责人" LabelWidth="160px" ></f:TextBox>
|
||||
|
||||
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtMainHeadContact" runat="server" Label="主要负责人联系方式" LabelWidth="160px" ></f:TextBox>
|
||||
<f:NumberBox ID="txtCheckedValue" runat="server" Label="Checked Value" LabelWidth="160px" EnableCommas="true"></f:NumberBox>
|
||||
<f:TextBox ID="txtSafetyOfficer" runat="server" Label="安全经理" LabelWidth="160px" ></f:TextBox>
|
||||
<f:TextBox ID="txtSafetyOfficerContact" runat="server" Label="安全经理联系方式" LabelWidth="160px" ></f:TextBox>
|
||||
|
||||
<f:DropDownList ID="drpIfExtend" runat="server" Label="If Extend" LabelAlign="Right" LabelWidth="160px" EnableEdit="false" AutoPostBack="true" OnSelectedIndexChanged="drpIfExtend_SelectedIndexChanged">
|
||||
<f:ListItem Text="-请选择" Value="0" Selected="true" />
|
||||
<f:ListItem Text="Y" Value="True" />
|
||||
<f:ListItem Text="N" Value="False" />
|
||||
</f:DropDownList>
|
||||
<f:TextBox ID="txtPreviousFO" runat="server" Label="Previous FO" LabelWidth="160px" Enabled="false"></f:TextBox>
|
||||
<f:NumberBox ID="txtInitialAllocation" runat="server" Label="Initial Allocation" LabelWidth="160px" NoNegative="true"></f:NumberBox>
|
||||
<f:TextBox ID="txtEMial" runat="server" Label="EMail" LabelWidth="160px" ShowRedStar="true" Required="true"></f:TextBox>
|
||||
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow ColumnWidths="25% 25% 50%">
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
|
||||
<f:TextBox ID="txtProjectManager" runat="server" Label="项目经理" LabelWidth="160px" ></f:TextBox>
|
||||
<f:TextBox ID="txtProjectManagerContact" runat="server" Label="项目经理联系方式" LabelWidth="160px" ></f:TextBox>
|
||||
<f:TextBox ID="txtEMial" runat="server" Label="EMail" LabelWidth="160px" ShowRedStar="true" Required="true"></f:TextBox>
|
||||
</Items>
|
||||
<f:TextBox ID="txtMainHead" runat="server" Label="主要负责人" LabelWidth="160px"></f:TextBox>
|
||||
<f:TextBox ID="txtMainHeadContact" runat="server" Label="主要负责人联系方式" LabelWidth="160px"></f:TextBox>
|
||||
<f:NumberBox ID="txtCheckedValue" runat="server" Label="Checked Value" LabelWidth="160px" EnableCommas="true"></f:NumberBox>
|
||||
<f:TextBox ID="txtSafetyOfficer" runat="server" Label="安全经理" LabelWidth="160px"></f:TextBox>
|
||||
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtSafetyOfficerContact" runat="server" Label="安全经理联系方式" LabelWidth="160px"></f:TextBox>
|
||||
<f:TextBox ID="txtProjectManager" runat="server" Label="项目经理" LabelWidth="160px"></f:TextBox>
|
||||
<f:TextBox ID="txtProjectManagerContact" runat="server" Label="项目经理联系方式" LabelWidth="160px"></f:TextBox>
|
||||
<f:Label ID="Label1" runat="server"></f:Label>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
|
||||
Reference in New Issue
Block a user