📄 potentialinfo.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>
<script language="javascript" src="js/calendar.js"></script>
<html>
<head>
<title>My JSP 'clientList.jsp' starting page</title>
<%@ include file="/commons/meta.jsp" %>
</head>
<body class="bodycolor" topmargin="5" onload="document.form1.CUSTOMER_NAME.focus();">
<table class="title1">
<tr>
<td class="Big"><img src="${ctx }/images/notify_open.gif" align="absmiddle"><span class="big3">潜在客户资料详情</span>
</td>
</tr>
</table>
<br>
<table class="tablestyle1">
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
基本信息:
</td>
</tr>
<tr>
<td nowrap class="TableData" width="25%">潜在客户名称: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="potentiaName" value="${potentia.potentiaName }" readonly="true" size="20" maxlength="100"></html:text>
</td>
</tr>
<tr>
<td nowrap class="TableData" width="25%">电话: </td>
<td nowrap class="TableData" width="25%">
<html:text property="telephone" value="${potentia.telephone }" readonly="true" size="20" maxlength="100"></html:text>
</td>
<td nowrap class="TableData" width="25%">传真: </td>
<td nowrap class="TableData" width="25%">
<html:text property="fax" value="${potentia.fax }" readonly="true" size="20" maxlength="100"></html:text>
</td>
</tr>
<tr>
<td nowrap class="TableData" width="25%">电子邮件: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="email" value="${potentia.email }" readonly="true" size="20" maxlength="100"></html:text>
</td>
</tr>
<tr>
<td nowrap class="TableData" width="25%">邮政编码: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="postCard" value="${potentia.postCard }" readonly="true" size="20" maxlength="100"></html:text>
</td>
</tr>
<tr>
<td nowrap class="TableData" width="25%">详细地址: </td>
<td nowrap class="TableData" colspan="3">
<html:textarea property="address" value="${potentia.address }" readonly="true" cols="57" ></html:textarea>
</td>
</tr>
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
客户类型:
</td>
</tr>
<tr>
<td nowrap class="TableData" width="25%">客户来源: </td>
<td nowrap class="TableData" colspan="3" >
<html:text property="origin" value="${potentia.origin }" readonly="true" size="20" maxlength="100"></html:text>
</td>
</tr>
<tr>
<td nowrap class="TableData" width="25%">客户类别: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="clientTypeId" value="${potentia.clientType.name }" readonly="true" size="20" maxlength="100"></html:text>
</td>
</tr>
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
客户跟踪:
</td>
</tr>
<tr>
<td nowrap class="TableData" width="25%">客户潜在性: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="probability" value="${potentia.probability }" readonly="true" size="20" maxlength="100"></html:text>
</td>
</tr>
<tr>
<td nowrap class="TableData" width="25%">客户负责人: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="employeeId" value="${potentia.employee.employeeName }" readonly="true" size="20" maxlength="100"></html:text>
</td>
</tr>
<tr>
<td nowrap class="TableData" width="25%">客户创建日期: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="createDate" value="${potentia.createDate }" readonly="true" size="20" maxlength="100"></html:text>
</td>
</tr>
<tr>
</tr>
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
备注:
</td>
</tr>
<tr>
<td nowrap class="TableData" width="25%">备注: </td>
<td nowrap class="TableData" colspan="3">
<html:textarea property="remark" value="${potentia.remark }" readonly="true" cols="57" ></html:textarea>
</td>
</tr>
<tr>
<td class="TableData" colspan="4">
</td>
</tr>
<tr>
<td nowrap class="TableControl" colspan="4" align="center">
<html:button property="返回" onclick="history.back(-1);" styleClass="BigButton" >返回</html:button>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -