温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:网上办公系统源码
当前文件路径:OfficeOnline/ClientInfo/Client_Info.aspx

1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Client_Info.aspx.cs" Inherits="ClientInfo_Client_Info" Title="Untitled Page" %> 2
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3
<table style="width: 650px; height: 500px"> 4
<tr> 5
<td colspan="3" rowspan="1" style="height: 50px; background-color: #ffffcc"> 6
<span style="font-size: 24pt; font-family: 楷体_GB2312">客户信息查看</span></td> 7
</tr> 8
<tr> 9
<td colspan="3" rowspan="1" style="height: 400px"> 10
<table style="border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; 11
width: 550px; border-bottom: black 1px solid; height: 350px"> 12
<tr> 13
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 14
text-align: right"> 15
公司名:</td> 16
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 17
<asp:Label ID="lblCompanyName" runat="server"></asp:Label></td> 18
</tr> 19
<tr> 20
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 21
text-align: right"> 22
代理人:</td> 23
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 24
<asp:Label ID="lblAgentName" runat="server"></asp:Label></td> 25
</tr> 26
<tr> 27
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 28
text-align: right"> 29
联系电话:</td> 30
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 31
<asp:Label ID="lblPhone" runat="server"></asp:Label></td> 32
</tr> 33
<tr> 34
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 35
text-align: right"> 36
Email:</td> 37
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 38
<asp:Label ID="lblEmail" runat="server"></asp:Label></td> 39
</tr> 40
<tr> 41
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 42
text-align: right"> 43
公司网址:</td> 44
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 45
<asp:Label ID="lblWeb" runat="server"></asp:Label></td> 46
</tr> 47
<tr> 48
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 49
text-align: right"> 50
提交人:</td> 51
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 52
<asp:Label ID="lblAddPersonName" runat="server"></asp:Label></td> 53
</tr> 54
<tr> 55
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 56
text-align: right"> 57
提交日期:</td> 58
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 59
<asp:Label ID="lblAddDate" runat="server"></asp:Label></td> 60
</tr> 61
<tr> 62
<td style="border-right: black 1px solid; width: 153px; border-bottom: black 1px solid; 63
text-align: right"> 64
审核日期:</td> 65
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 66
<asp:Label ID="lblConfirmDate" runat="server"></asp:Label></td> 67
</tr> 68
</table> 69
<br /> 70
</td> 71
</tr> 72
<tr> 73
<td colspan="3" rowspan="3" style="height: 50px; text-align: right"> 74
<asp:HyperLink ID="HyperLink1" runat="server">返回客户列表</asp:HyperLink></td> 75
</tr> 76
<tr> 77
</tr> 78
<tr> 79
</tr> 80
</table> 81
</asp:Content> 82
83




