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

📄 pigeonhole.aspx

📁 客户关系管理系统 客户关系管理系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="pigeonhole.aspx.cs" Inherits="service_pigeonhole" Title="服务归档" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="page_title">客户服务管理 &gt; 服务归档</div>
<div class="button_bar">
	<button class="common_button" >帮助</button>
	<asp:Button runat="server" ID="exit" Text="返回" class="common_button" OnClick="exit_Click" />&nbsp;
</div>
<table class="query_form_table">
	<tr>
		<th>编号</th>
		<td><asp:Label runat="server" ID="num" ></asp:Label></td>
		<th>服务类型</th>
		<td>
			<asp:Label runat="server" ID="type" ></asp:Label></td>
	</tr>
	<tr>
		<th>概要</th>
		<td colspan="3"><asp:Label runat="server" ID="gaiyao" ></asp:Label></td>
	</tr>	
	<tr>
		<th>客户</th>
		<td><asp:Label runat="server" ID="ku" ></asp:Label></td>
		<th>状态</th>
		<td><asp:Label runat="server" ID="zhuangtai" ></asp:Label></td>
	</tr>	
	<tr>
		<th>服务请求</th>
		<td colspan="3"><asp:Label runat="server" ID="qingqu" ></asp:Label><br/>
 </td>
	</tr>
	<tr>
		<th>创建人</th>
		<td><asp:Label runat="server" ID="chuang" ></asp:Label></td>
		<th>创建时间</th>
		<td><asp:Label runat="server" ID="shijian" ></asp:Label></td>
	</tr>
	</table>
<br />
<table class="query_form_table" id="table3">
	<tr>
		<th>分配给</th>
		<td>
			<asp:Label runat="server" ID="names" ></asp:Label></td>
		<th>分配时间</th>
		<td><asp:Label runat="server" ID="times" ></asp:Label></td>
	</tr>
</table>
<br />	
<table class="query_form_table" id="table1">
	<tr>
		<th>服务处理</th>
		<td colspan="3"><asp:Label runat="server" ID="chuli"  rows="6" cols="50"></asp:Label><span class="red_star"></span></td>
	</tr>
	<tr>
		<th>处理人</th>
		<td><asp:Label runat="server" ID="username" name="T17"   size="20" ></asp:Label><span class="red_star"></span></td>
		<th>处理时间</th>
		<td><asp:Label runat="server" ID="time" name="T16"  size="20" ></asp:Label><span class="red_star"></span></td>
	</tr>
</table>
<br />
<table  class="query_form_table" id="table2">
	<tr>
		<th>处理结果</th>
		<td><asp:Label runat="server" ID="chulijieguo"  name="T10" size="20" ></asp:Label><span class="red_star"></span></td>
		<th>满意度</th>
		<td>
            
			<span class="red_star">
                <asp:Image ID="Image1" runat="server" Height="27px" ImageUrl="~/images/star.jpg"
                    Width="28px" Visible="False"/>
                <asp:Image ID="Image2" runat="server" Height="27px" ImageUrl="~/images/star.jpg"
                    Width="28px" Visible="False"/>
                <asp:Image ID="Image3" runat="server" Height="27px" ImageUrl="~/images/star.jpg"
                    Width="28px" Visible="False" />
                <asp:Image ID="Image4" runat="server" Height="27px" ImageUrl="~/images/star.jpg"
                    Width="28px" Visible="False"/>
                <asp:Image ID="Image5" runat="server" Height="27px" ImageUrl="~/images/star.jpg"
                    Width="28px" Visible="False" /></span></td>
	</tr>
</table>
</asp:Content>

⌨️ 快捷键说明

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