185 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			185 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CMEditorEdit.aspx.cs" Inherits="FineUIPro.Web.EditorManage.CMEditorEdit" %>
 | 
						||
 | 
						||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
						||
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
						||
<head id="Head1" runat="server">
 | 
						||
    <title>施工经理编辑器</title>
 | 
						||
    <link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
 | 
						||
    <style type="text/css">
 | 
						||
        .customlabel span {
 | 
						||
            color: red;
 | 
						||
           font-weight: bold;
 | 
						||
        }
 | 
						||
      </style>
 | 
						||
</head>
 | 
						||
<body>
 | 
						||
    <form id="_form1" runat="server">
 | 
						||
        <f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="Form1" />
 | 
						||
        <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="Const.-Civil" 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% 6% 25% 6% 28%">
 | 
						||
                                    <Items>
 | 
						||
                                        <f:DatePicker ID="txtCM_CC_RevisedStart" Label="F/A Start" LabelWidth="120px" runat="server">
 | 
						||
                                        </f:DatePicker>
 | 
						||
                                         <f:CheckBox ID="cbCM_CC_RevisedStart" runat="server" Label="Actual" LabelWidth="60px"></f:CheckBox>
 | 
						||
                                        <f:DatePicker ID="txtCM_CC_RevisedEnd" Label="F/A End" LabelWidth="120px" runat="server">
 | 
						||
                                        </f:DatePicker>
 | 
						||
                                        <f:CheckBox ID="cbCM_CC_RevisedEnd" runat="server" Label="Actual" LabelWidth="60px"></f:CheckBox>
 | 
						||
                                        <f:NumberBox ID="txtCM_CC_AcutalProgress" Label="Acutal Progress(%)" LabelWidth="160px" runat="server" Readonly="true">
 | 
						||
                                        </f:NumberBox>
 | 
						||
                                    </Items>
 | 
						||
                                </f:FormRow>
 | 
						||
                            </Rows>
 | 
						||
                        </f:Form>
 | 
						||
                    </Items>
 | 
						||
                </f:GroupPanel>
 | 
						||
                <f:GroupPanel ID="GroupPanel8" Layout="Anchor" Title="Const.-Mech,E&I" runat="server">
 | 
						||
                    <Items>
 | 
						||
                        <f:Form ID="Form3" ShowBorder="false" ShowHeader="false" AutoScroll="true"
 | 
						||
                            runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
 | 
						||
                            <Rows>
 | 
						||
                                <f:FormRow ColumnWidths="25% 6% 25% 6% 28%">
 | 
						||
                                    <Items>
 | 
						||
                                        <f:DatePicker ID="txtCM_CM_RevisedStart" Label="F/A Start" LabelWidth="120px" runat="server">
 | 
						||
                                        </f:DatePicker>
 | 
						||
                                        <f:CheckBox ID="cbCM_CM_RevisedStart" runat="server" Label="Actual" LabelWidth="60px"></f:CheckBox>
 | 
						||
                                        <f:DatePicker ID="txtCM_CM_RevisedEnd" Label="F/A End" LabelWidth="120px" runat="server">
 | 
						||
                                        </f:DatePicker>
 | 
						||
                                        <f:CheckBox ID="cbCM_CM_RevisedEnd" runat="server" Label="Actual" LabelWidth="60px"></f:CheckBox>
 | 
						||
                                        <f:NumberBox ID="txtCM_CM_AcutalProgress" Label="Acutal Progress(%)" LabelWidth="160px" runat="server" Readonly="true">
 | 
						||
                                        </f:NumberBox>
 | 
						||
                                    </Items>
 | 
						||
                                </f:FormRow>
 | 
						||
                            </Rows>
 | 
						||
                        </f:Form>
 | 
						||
                    </Items>
 | 
						||
                </f:GroupPanel>
 | 
						||
                <f:GroupPanel ID="GroupPanel2" Layout="Anchor" Title="Milestones(Actual)" runat="server">
 | 
						||
                    <Items>
 | 
						||
                        <f:Form ID="Form4" ShowBorder="false" ShowHeader="false" AutoScroll="true"
 | 
						||
                            runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
 | 
						||
                            <Rows>
 | 
						||
                                <f:FormRow>
 | 
						||
                                    <Items>
 | 
						||
                                        <f:DatePicker ID="txtCM_KickOffMetting" Label="Const.Kick-off Meeting" LabelWidth="180px" runat="server">
 | 
						||
                                        </f:DatePicker>
 | 
						||
                                        <f:DatePicker ID="txtCM_MA_MC" Label="MC" LabelWidth="150px" runat="server" EnableEdit="false" EnableClearIconClickEvent="true" AutoShowClearIcon="true" >
 | 
						||
                                        </f:DatePicker>
 | 
						||
                                        <f:Label runat="server" MarginLeft="10px"  Text="请在签署MC证书的当月将MC证书交给TDC文控员,以便及时发给会计,避免后期环节财务风险!" CssClass="customlabel" ></f:Label>
 | 
						||
                                        <%--<f:DatePicker ID="txtCM_FC" Label="FC" LabelWidth="150px" runat="server">
 | 
						||
                                        </f:DatePicker>--%>
 | 
						||
                                    </Items>
 | 
						||
                                </f:FormRow>
 | 
						||
                            </Rows>
 | 
						||
                        </f:Form>
 | 
						||
                    </Items>
 | 
						||
                </f:GroupPanel>
 | 
						||
                <f:Panel runat="server" Layout="HBox" ShowHeader="false" ShowBorder="false">
 | 
						||
                    <Items>
 | 
						||
                        <f:GroupPanel ID="GroupPanel9" Title="Cost(RMB)" runat="server" EnableCollapse="true" Width="370px" Margin="5px">
 | 
						||
                            <Items>
 | 
						||
                                <f:Form ID="Form5" ShowBorder="false" ShowHeader="false"
 | 
						||
                                    runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
 | 
						||
                                    <Rows>
 | 
						||
                                        <f:FormRow>
 | 
						||
                                            <Items>
 | 
						||
                                                <f:NumberBox ID="txtCM_Cost" Label="Cost to Complete" LabelWidth="150px" runat="server" NoNegative="true" EnableCommas="true">
 | 
						||
                                                </f:NumberBox>
 | 
						||
                                            </Items>
 | 
						||
                                        </f:FormRow>
 | 
						||
                                    </Rows>
 | 
						||
                                </f:Form>
 | 
						||
                            </Items>
 | 
						||
                        </f:GroupPanel>
 | 
						||
                        <f:GroupPanel ID="GroupPanel5" Title="Punch" runat="server" EnableCollapse="true" Width="490px" Margin="5px">
 | 
						||
                            <Items>
 | 
						||
                                <f:Form ID="Form6" ShowBorder="false" ShowHeader="false"
 | 
						||
                                    runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
 | 
						||
                                    <Rows>
 | 
						||
                                        <f:FormRow ColumnWidths="30% 70%">
 | 
						||
                                            <Items>
 | 
						||
                                                <f:CheckBox ID="chbNA" runat="server" Label="不适用(N/A)" AutoPostBack="true" Width="150px" OnCheckedChanged="chbNA_OnCheckedChanged"></f:CheckBox>
 | 
						||
                                                <f:DatePicker ID="txtCM_Punch_CKilledDate" Label="C Killed Date" LabelWidth="120px" Width="340px" runat="server">
 | 
						||
                                                </f:DatePicker>
 | 
						||
                                            </Items>
 | 
						||
                                        </f:FormRow>
 | 
						||
                                    </Rows>
 | 
						||
                                </f:Form>
 | 
						||
                            </Items>
 | 
						||
                        </f:GroupPanel>
 | 
						||
                        <f:GroupPanel ID="GroupPanel4" Title="Surplus Materials" runat="server" EnableCollapse="true" Width="370px" Margin="5px">
 | 
						||
                            <Items>
 | 
						||
                                <f:Form ID="Form8" ShowBorder="false" ShowHeader="false"
 | 
						||
                                    runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
 | 
						||
                                    <Rows>
 | 
						||
                                        <f:FormRow>
 | 
						||
                                            <Items>
 | 
						||
                                                <f:DatePicker ID="txtDate_of_Registration" Label="Date of Registration" LabelWidth="150px" runat="server">
 | 
						||
                                                </f:DatePicker>
 | 
						||
                                            </Items>
 | 
						||
                                        </f:FormRow>
 | 
						||
                                    </Rows>
 | 
						||
                                </f:Form>
 | 
						||
                            </Items>
 | 
						||
                        </f:GroupPanel>
 | 
						||
                    </Items>
 | 
						||
                </f:Panel>
 | 
						||
                <f:GroupPanel ID="GroupPanel3" Title="Remarks" runat="server">
 | 
						||
                    <Items>
 | 
						||
                        <f:Form ID="Form7" ShowBorder="false" ShowHeader="false" AutoScroll="true"
 | 
						||
                            runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
 | 
						||
                            <Rows>
 | 
						||
                                <f:FormRow>
 | 
						||
                                    <Items>
 | 
						||
                                        <f:TextArea ID="txtCM_Remarks_Construction" Label="Construction" LabelWidth="150px" runat="server" Height="100px">
 | 
						||
                                        </f:TextArea>
 | 
						||
                                    </Items>
 | 
						||
                                </f:FormRow>
 | 
						||
                                <f:FormRow ColumnWidths="2% 98%">
 | 
						||
                                    <Items>
 | 
						||
                                        <f:Label ID="Label1" runat="server"></f:Label>
 | 
						||
                                        <f:Label ID="lblPMProcurement" runat="server"></f:Label>
 | 
						||
                                    </Items>
 | 
						||
                                </f:FormRow>
 | 
						||
                                <f:FormRow>
 | 
						||
                                    <Items>
 | 
						||
                                        <f:TextArea ID="txtCM_Remarks_Procurement" Label="Procurement" LabelWidth="150px" runat="server" Height="100px">
 | 
						||
                                        </f:TextArea>
 | 
						||
                                    </Items>
 | 
						||
                                </f:FormRow>
 | 
						||
                                <f:FormRow>
 | 
						||
                                    <Items>
 | 
						||
                                        <f:TextArea ID="txtCM_Remarks_QualityHSE" Label="Quality&HSE" LabelWidth="150px" runat="server" Height="100px">
 | 
						||
                                        </f:TextArea>
 | 
						||
                                    </Items>
 | 
						||
                                </f:FormRow>
 | 
						||
                            </Rows>
 | 
						||
                        </f:Form>
 | 
						||
                    </Items>
 | 
						||
                </f:GroupPanel>
 | 
						||
            </Items>
 | 
						||
            <Toolbars>
 | 
						||
                <f:Toolbar ID="Toolbar1" runat="server" ToolbarAlign="Right" Position="Bottom">
 | 
						||
                    <Items>
 | 
						||
                        <f:Button ID="btnCalculated" Icon="CalculatorEdit" runat="server" ToolTip="Calculated Progress"
 | 
						||
                            OnClick="btnCalculated_Click" Text="Calculated Progress">
 | 
						||
                        </f:Button>
 | 
						||
                        <f:Button ID="btnSave" Icon="SystemSave" Text="Save" runat="server" 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:Panel>
 | 
						||
    </form>
 | 
						||
</body>
 | 
						||
</html>
 |