709a48d91c32001d139f992bfca89756
来自「客户关系管理系统主要管理新老客户的一些信息并可以发现潜在客户」· 代码 · 共 85 行
TXT
85 行
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>
<html:html>
<head>
<title>${CompanyName }${ProjectName }</title>
<%@ include file="/commons/meta.jsp" %>
</head>
<body class="bodycolor" topmargin="5" onload="document.form1.PROVIDER_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">销售机会主题: </td>
<td nowrap class="TableData" colspan="3">
<html:textarea property="motif" value="${chance.motif }" readonly="true" cols="57" rows="3" styleClass="BigInput" />
</td>
</tr>
<tr>
<td nowrap class="TableData">客户名称: </td>
<td nowrap class="TableData">
<html:text property="clientId" value="${chance.client.clientName }" readonly="true" size="20" maxlength="100" />
</td>
<td nowrap class="TableData">负责人: </td>
<td nowrap class="TableData">
<html:text property="employeeId" value="${chance.employee.employeeName }" readonly="true" size="20" maxlength="100" />
</td>
</tr>
<tr>
<td nowrap class="TableData">可能性: </td>
<td nowrap class="TableData">
<html:text property="probability" value="${chance.probability }" readonly="true" size="20" maxlength="100" />
</td>
<td nowrap class="TableData">预计成交金额: </td>
<td nowrap class="TableData" >
<html:text property="balance" value="${chance.balance }" readonly="true" size="20" maxlength="100" />
</td>
</tr>
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
优势对比:
</td>
</tr>
<tr>
<td nowrap class="TableData">公司优势: </td>
<td nowrap class="TableData" colspan="3">
<html:textarea property="self" value="${chance.self }" readonly="true" cols="57" rows="3" styleClass="BigInput" />
</td>
</tr>
<tr>
<td nowrap class="TableData">对手优势: </td>
<td nowrap class="TableData" colspan="3">
<html:textarea property="rival" value="${chance.rival }" readonly="true" cols="57" rows="3" styleClass="BigInput" />
</td>
</tr>
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
备注信息:
</td>
</tr>
<tr>
<td nowrap class="TableData">备注: </td>
<td nowrap class="TableData" colspan="3">
<html:textarea property="remark" value="${chance.remark }" readonly="true" cols="57" rows="3" styleClass="BigInput" />
</td>
</tr>
<tr>
<td nowrap class="TableControl" colspan="4" align="center">
<input type="button" value="返回" onClick="history.back(-1);" class="BigButton">
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?