📄 d04112fe172d001d197ee5d5bdcefda6
字号:
<%@ 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"><span class="big3"> 新建销售机会</span>
</td>
</tr>
</table>
<br>
<table class="tablestyle1">
<html:form action="chance.do" method="post">
<html:hidden property="p" value="save"/>
<html:hidden property="id" value="${chanceForm.id }"/>
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
基本信息:
</td>
</tr>
<tr>
<td nowrap class="TableData">销售机会主题: </td>
<td nowrap class="TableData">
<html:textarea property="motif" cols="57" rows="3" styleClass="BigInput" />
</td>
</tr>
<tr>
<td nowrap class="TableData">客户名称: </td>
<td nowrap class="TableData">
<html:select property="clientId">
<html:option value="---请选择---"></html:option>
<html:options collection="clients" property="id" labelProperty="clientName"/>
</html:select>
</td>
<td nowrap class="TableData">负责人: </td>
<td nowrap class="TableData">
<html:select property="employeeId">
<html:option value="---请选择---"></html:option>
<html:options collection="employees" property="id" labelProperty="employeeName"/>
</html:select>
</td>
</tr>
<tr>
<td nowrap class="TableData">公司优势: </td>
<td nowrap class="TableData">
<html:textarea property="self" cols="57" rows="3" styleClass="BigInput" />
</td>
</tr>
<tr>
<td nowrap class="TableData">对手优势: </td>
<td nowrap class="TableData">
<html:textarea property="rival" cols="57" rows="3" styleClass="BigInput" />
</td>
</tr>
<tr>
<td nowrap class="TableData">可能性: </td>
<td nowrap class="TableData">
<html:text property="probability" size="20" maxlength="100" />
</td>
<td nowrap class="TableData">预计成交金额: </td>
<td nowrap class="TableData" >
<html:text property="balance" size="20" maxlength="100" />
</td>
<td nowrap class="TableData">备注: </td>
<td nowrap class="TableData">
<html:text property="remark" size="20" maxlength="100" />
</td>
</tr>
<tr>
<td nowrap class="TableControl" colspan="4" align="center">
<html:submit styleClass="BigButton">确定</html:submit>
<html:reset styleClass="BigButton">重添</html:reset>
</td>
</tr>
</html:form>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -