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

📄 chanceitem.aspx

📁 本系统有两种操作用户
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ChanceItem.aspx.cs" Inherits="Module_Employee_Relation_ChanceItem" %>

<!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 runat="server">
    <title>机会与项目</title>
</head>
<body style="background-image: url(../../Images/SysSkin/chanceitem.jpg); background-repeat: no-repeat; text-align: center">
    <form id="form1" runat="server">
    <div style="text-align: center">
        <br />
        <br />
        <table cellpadding="0" cellspacing="0" style="width: 605px; height: 132px">
            <tr>
                <td colspan="3" rowspan="3" style="vertical-align: top; text-align: center">
                    <asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
                        <table cellpadding="0" cellspacing="0" style="width: 605px">
                            <tr>
                                <td colspan="3">
                                    <table cellpadding="0" cellspacing="0" style="width: 600px">
                                        <tr>
                                            <td style="width: 100px; height: 23px">
                                                <span style="font-size: 9pt">查找类别</span></td>
                                            <td style="width: 120px; height: 23px; text-align: left">
                                                <asp:DropDownList ID="dropClass" runat="server" Font-Size="9pt" Width="120px">
                                                    <asp:ListItem>项目ID</asp:ListItem>
                                                    <asp:ListItem>项目名称</asp:ListItem>
                                                    <asp:ListItem>订单编号</asp:ListItem>
                                                </asp:DropDownList></td>
                                            <td style="width: 100px; height: 23px">
                                                <span style="font-size: 9pt">关键字</span></td>
                                            <td style="width: 120px; height: 23px; text-align: left">
                                                <asp:TextBox ID="txtKeyWord" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
                                            <td style="width: 12px; height: 23px">
                                                <asp:Button ID="btnFind" runat="server" Font-Size="9pt" OnClick="btnFind_Click" Text="查找" /></td>
                                            <td style="height: 23px">
                                                <asp:LinkButton ID="lnkbtnAdd" runat="server" Font-Size="9pt" Font-Underline="False"
                                                    ForeColor="#FF3333" OnClick="lnkbtnAdd_Click1" Visible="False">添加新记录</asp:LinkButton></td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                            <tr>
                                <td colspan="3" style="vertical-align: top; height: 114px; text-align: center">
                                    <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                                        Font-Size="9pt" OnPageIndexChanging="GridView1_PageIndexChanging" Width="605px">
                                        <Columns>
                                            <asp:BoundField DataField="ID" HeaderText="项目ID" />
                                            <asp:BoundField DataField="ItemName" HeaderText="项目名称" />
                                            <asp:BoundField DataField="ClientName" HeaderText="客户名称" />
                                            <asp:BoundField DataField="ItemPrincipal" HeaderText="项目负责人" />
                                            <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="ChanceItemInfo.aspx?ID={0}"
                                                HeaderText="查看详情" Text="查看" />
                                        </Columns>
                                    </asp:GridView>
                                </td>
                            </tr>
                        </table>
                    </asp:Panel>
                    <asp:Panel ID="Panel2" runat="server" Height="50px" Visible="False">
                        <table cellpadding="0" cellspacing="0" style="font-size: 9pt; width: 605px; height: 111px;">
                            <tr>
                                <td colspan="4" style="height: 34px">
                                </td>
                            </tr>
                            <tr>
                                <td colspan="4" style="height: 34px">
                                </td>
                            </tr>
                            <tr>
                                <td colspan="4">
                                    <span style="font-size: 16pt"></span></td>
                            </tr>
                            <tr>
                                <td style="width: 100px; height: 23px">
                                    <span style="font-size: 9pt">项目名称</span></td>
                                <td style="width: 202px; height: 23px; text-align: left">
                                    <asp:TextBox ID="txtItemName" runat="server" Font-Size="9pt"></asp:TextBox>
                                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtItemName"
                                        ErrorMessage="项目名称不能为空">*</asp:RequiredFieldValidator></td>
                                <td style="width: 100px; height: 23px">
                                    <span style="font-size: 9pt">客户名称</span></td>
                                <td style="width: 201px; height: 23px; text-align: left">
                                    <asp:TextBox ID="txtClientName" runat="server" Font-Size="9pt"></asp:TextBox>
                                    <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtClientName"
                                        ErrorMessage="交流主题不能为空">*</asp:RequiredFieldValidator></td>
                            </tr>
                            <tr>
                                <td style="height: 17px">
                                    开始时间</td>
                                <td style="width: 202px; height: 17px; text-align: left">
                                    <asp:TextBox ID="txtStartTime" runat="server" Font-Size="9pt"></asp:TextBox>
                                    <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtStartTime"
                                        ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
                                <td style="width: 100px; height: 17px">
                                    结束时间</td>
                                <td style="width: 201px; height: 17px; text-align: left">
                                    <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt"></asp:TextBox>
                                    <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtEndTime"
                                        ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
                            </tr>
                            <tr>
                                <td style="height: 19px">
                                    相关部门</td>
                                <td style="width: 202px; height: 19px; text-align: left">
                                    <asp:DropDownList ID="dropDepAbout" runat="server" Font-Size="9pt" Width="132px">
                                    </asp:DropDownList></td>
                                <td style="width: 100px; height: 19px">
                                    项目负责人</td>
                                <td style="width: 201px; height: 19px; text-align: left">
                                    <asp:DropDownList ID="dropDepEmployee" runat="server" Font-Size="9pt" Width="132px">
                                    </asp:DropDownList></td>
                            </tr>
                            <tr>
                                <td style="height: 19px">
                                    订单编号</td>
                                <td style="width: 202px; height: 19px; text-align: left">
                                    <asp:TextBox ID="txtOrderCode" runat="server" Font-Size="9pt" ForeColor="Red"></asp:TextBox>
                                    <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtOrderCode"
                                        ErrorMessage="产品编号不能为空">*</asp:RequiredFieldValidator></td>
                                <td style="width: 100px; height: 19px">
                                    项目金额</td>
                                <td style="width: 201px; height: 19px; text-align: left">
                                    <asp:TextBox ID="txtItemMoney" runat="server" Font-Size="9pt"></asp:TextBox>元<asp:RequiredFieldValidator
                                        ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtItemMoney"
                                        ErrorMessage="项目金额不能为空">*</asp:RequiredFieldValidator></td>
                            </tr>
                            <tr>
                                <td style="height: 19px">
                                    客户电话</td>
                                <td style="width: 202px; height: 19px; text-align: left">
                                    <asp:TextBox ID="txtPhoneAbout" runat="server" Font-Size="9pt"></asp:TextBox></td>
                                <td style="width: 100px; height: 19px">
                                    客户地址</td>
                                <td style="width: 201px; height: 19px; text-align: left">
                                    <asp:TextBox ID="txtClientAddress" runat="server" Font-Size="9pt"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td style="height: 19px">
                                    客户邮编</td>
                                <td style="width: 202px; height: 19px; text-align: left">
                                    <asp:TextBox ID="txtPostCode" runat="server" Font-Size="9pt"></asp:TextBox></td>
                                <td style="width: 100px; height: 19px">
                                    客户邮箱</td>
                                <td style="width: 201px; height: 19px; text-align: left">
                                    <asp:TextBox ID="txtClientEmail" runat="server" Font-Size="9pt"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td style="height: 19px">
                                    具体内容</td>
                                <td colspan="3" rowspan="2" style="text-align: left">
                                    <asp:TextBox ID="txtComContent" runat="server" Font-Size="9pt" Height="145px" TextMode="MultiLine"
                                        Width="431px"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td style="height: 110px">
                                </td>
                            </tr>
                            <tr>
                                <td colspan="4" rowspan="1" style="vertical-align: top; height: 73px; text-align: center">
                                    <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="提交" />
                                    <input id="Reset1" style="font-size: 9pt" type="reset" value="重置" />
                                    <asp:Button ID="btnBack" runat="server" Font-Size="9pt" OnClick="btnBack_Click" Text="返回" CausesValidation="False" /><br />
                                    <asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
                                        ShowSummary="False" />
                                </td>
                            </tr>
                        </table>
                    </asp:Panel>
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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