?? assign.aspx
字號:
?<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="assign.aspx.cs" Inherits="department_assign" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="page_title">銷售機會管理 > 指派銷售機會</div>
<div class="button_bar">
<asp:Button runat="server" class="common_button" ID="help" Text="幫助"/>
<asp:Button runat="server" class="common_button" ID="exit" Text="返回" OnClick="exit_Click"/>
<asp:Button runat="server" class="common_button" ID="save" Text="保存" OnClick="save_Click"/>
</div>
<table class="query_form_table">
<tr>
<th>編號</th>
<td><asp:Label ID="num" runat="server" ></asp:Label></td>
<th>機會來源</th>
<td><asp:Label ID="source" runat="server" ></asp:Label></td>
</tr>
<tr>
<th>客戶名稱</th>
<td><asp:Label ID="name" runat="server" ></asp:Label></td>
<th>成功機率(%)</th>
<td> <asp:Label ID="jl" runat="server" ></asp:Label></td>
</tr>
<tr>
<th>概要</th>
<td colspan="3"><asp:Label ID="title" runat="server" ></asp:Label></td>
</tr>
<tr>
<th style="height: 33px">聯系人</th>
<td style="height: 33px"><asp:Label ID="lx" runat="server" ></asp:Label></td>
<th style="height: 33px">聯系人電話</th>
<td style="height: 33px"><asp:Label ID="tel" runat="server" ></asp:Label></td>
</tr>
<tr>
<th>機會描述</th>
<td colspan="3"><asp:Label ID="hap" runat="server" ></asp:Label></td>
</tr>
<tr>
<th>創建人</th>
<td><asp:Label ID="ren" runat="server" ></asp:Label></td>
<th>創建時間</th>
<td><asp:Label ID="time" runat="server" ></asp:Label></td>
</tr>
</table>
<br />
<table class="query_form_table" id="table1">
<tr>
<th>指派給</th>
<td>
<asp:DropDownList ID="ddl" runat="server">
</asp:DropDownList>
<span class="red_star">*</span></td>
<th>指派時間</th>
<td>
<asp:TextBox runat="server" ReadOnly="true" id="t2" name="T20" size="20" /><span class="red_star">*</span></td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -