⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 saleaddctrl.ascx

📁 CRM管理系统 CRM管理系统
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="SaleAddCtrl.ascx.cs" Inherits="Contact_Ctrls_SaleAddCtrl" %>
<%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>
<%@ Register Assembly="WFNetCtrl" Namespace="WFNetCtrl" TagPrefix="cc1" %>
<table align="center" border="0" cellpadding="1" cellspacing="0" style=" margin-top:0px; width:100%; text-align:center; border:solid 1px blue;">
    <tr>
        <td style="background-color: #94bae7; text-align:left; font-weight:bold;">>> 销售预测(<span style="color:Red;">*</span>必填) </td>
    </tr>
    <tr>
        <td><fieldset style="WIDTH: 94%; border:solid 1px blue;"><legend>
        <b>基本信息</b>
        </legend>
        <table id="GridTable" cellspacing="0" cellpadding="2" style="width:100%" border="0">
            <tr>
                <td style="width: 15%; background-color: #efefef;" align="right">
                    项目名称:&nbsp;&nbsp;</td>
                <td colspan="3" align="left" style="width: 15%; background-color: #efefef">
                    <asp:Label ID="lblPreject" runat="server"></asp:Label><asp:Label ID="lblConId" runat="server" Visible="False"></asp:Label><asp:Label ID="lblCode" runat="server" Text="0" Visible="False"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" style="width: 15%; background-color: #efefef;">
                    客户名称:&nbsp;&nbsp;</td>
                <td style="width: 15%; background-color: #efefef;" align="left">
                    <asp:Label ID="lblCustomId" runat="server"></asp:Label></td>
                <td align="right" style="width: 15%; background-color: #efefef;">
                    客户人员: &nbsp;</td>
                <td align="left" style="width: 15%; background-color: #efefef">
                    <asp:Label ID="lblCustomPerson" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" style="width: 15%; background-color: #efefef;">
                    我方人员: &nbsp;</td>
                <td align="left" style="width: 15%; background-color: #efefef;">
                    <asp:Label ID="lblPerson" runat="server"></asp:Label></td>
                <td align="right" style="width: 15%; background-color: #efefef;">
                    联络日期: &nbsp;</td>
                <td align="left" style="width: 15%; background-color: #efefef">
                    <asp:Label ID="lblConTime" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" style="width: 15%; background-color: #efefef;">
                    联络阶段: &nbsp;</td>
                <td align="left" style="width: 15%; background-color: #efefef;">
                    <asp:Label ID="lblPeriod" runat="server"></asp:Label></td>
                <td align="right" style="width: 15%; background-color: #efefef;">
                </td>
                <td align="left" style="width: 15%; background-color: #efefef">
                </td>
            </tr>
            
            <tr>
                <td align="right" style="width: 15%; background-color: #efefef;">
                    <span style="color: #000000">联络主题:&nbsp;&nbsp;</span></td>
                <td align="left" colspan="3" style="width: 15%; background-color: #efefef">
                    <asp:Label ID="lblConTitle" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" style="width: 15%">
                    赢面:<span style="color:Red;">*</span></td>
                <td style="width: 30%" align="left">
                    <asp:DropDownList ID="ddlWin" runat="server" Width="150px">
                    </asp:DropDownList></td>
                <td align="right" style="width: 20%">
                    销售总金额:<span style="color: red">*</span></td>
                <td align="left">
                    <asp:TextBox ID="txtSaleMoney" runat="server" Height="16px" Width="150px"></asp:TextBox>(元)</td>
            </tr>
            <tr>
                <td align="right" style="width: 15%">
                    预计签约日期: &nbsp;</td>
                <td style="width: 30%" align="left">
                    <cc1:Calendar ID="txtDateTime1" runat="server" Width="150px" Height="16px"></cc1:Calendar></td>
                <td align="right" style="width: 20%">
                    加权销售总金额:<span style="color: red">*</span></td>
                <td align="left">
                    <asp:TextBox ID="txtSaleMoneyPower" runat="server" Height="16px" Width="150px"></asp:TextBox>(元)</td>
            </tr>
            <tr>
                <td align="right" style="width: 15%">
                    预计收款日期:<span style="color: #000000"> &nbsp;</span></td>
                <td style="width: 30%" align="left">
                    <cc1:Calendar ID="txtDateTime2" runat="server" Width="150px" Height="16px"></cc1:Calendar></td>
                <td align="right" style="width: 20%">
                    预计进场日期: &nbsp;</td>
                <td align="left">
                    <cc1:Calendar ID="txtDateTime3" runat="server" Width="150px" Height="16px"></cc1:Calendar></td>
            </tr>
            <tr>
                <td align="right" style="width: 15%" valign="middle">
                    项目进展:<span style="color:Red;">*</span></td>
                <td align="left" colspan="3">
                    <CE:Editor ID="txtContent" runat="server" AutoConfigure="Simple" Width="95%" Height="200px">
                        <FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"
                            CssClass="CuteEditorFrame" Height="100%" Width="100%" />
                    </CE:Editor>
                </td>
            </tr>
        </table>
        </fieldset>
        </td>
    </tr>
    <tr>
        <td style="height:10px;">
        </td>
    </tr>
    <tr>
        <td>
            <asp:Button ID="btnSubmit" runat="server" Text="提 交" OnClick="btnSubmit_Click" />
            <asp:Button ID="btnCancel" runat="server" Text="关 闭" OnClick="btnCancel_Click" /></td>
    </tr>
    <tr>
        <td style="height:10px;">
        </td>
    </tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -