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

📄 40ad6b541531001d141386c73dc8fd93

📁 客户关系管理系统主要管理新老客户的一些信息并可以发现潜在客户
💻
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>

<html>
  <head>

    <title>My JSP 'clientList.jsp' starting page</title>
    <%@ include file="/commons/meta.jsp" %>
    


  </head>
  
  <body class="bodycolor" topmargin="5" onload="document.form1.LINKMAN_NAME.focus();">

<table     class="title1">
  <tr>
    <td class="Big"><img src="${ctx }/images/notify_new.gif" align="absmiddle"><span class="big3"> 新建联系人</span>
    </td>
  </tr>
</table>
<br>

<html:form action="linkMan.do" method="post">
<html:hidden property="p" value="save"/>
<html:hidden property="id"/>
<table     class="tablestyle1">
  
   <tr>
    <td nowrap  class="TableHeader" colspan="4" align="left">
    </td>
   </tr>
   <tr>
    <td nowrap class="TableData">客户单位: </td>
    
    <td class="TableData" colspan="3">
    	<html:select property="clientId">
    		<html:option value="请选择"></html:option>
    		<html:options collection="clients" property="id" labelProperty="clientName"/> 
    	</html:select>
    	
    </td>
   </tr>

   <tr>
    <td nowrap class="TableData">姓名: </td>
    <td nowrap class="TableData">
        <input type="text" name="linkManName" class="BigInput" size="15" maxlength="100" value="${linkManForm.linkManName}">&nbsp;
    </td>
    <td nowrap class="TableData"> 性别:</td>
      <td class="TableData">
        <select name="sex" class="BigSelect">
          <option value="男">男</option>
          <option value="女" >女</option>
        </select>
      </td>
   </tr>
   <tr>
    <td nowrap class="TableData">生日: </td>
    <td nowrap class="TableData" colspan="3">
        <input type="text" name="birthday" class="BigInput" size="15" maxlength="10" value="${linkManForm.birthday }">&nbsp;
        <img src="${ctx }/images/calendar.gif" border="0" style="cursor:hand" onclick="history.back(-1)">
    </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="address" styleClass="SmallInput"></html:textarea>
    </td>
   </tr>
   <tr>
    <td nowrap class="TableData">家庭电话: </td>
    <td nowrap class="TableData" colspan="3">
        <html:text property="telephone" styleClass="SmallInput"></html:text>
    </td>
   </tr>
   <tr>
    <td nowrap class="TableData">手机: </td>
    <td nowrap class="TableData">
        <html:text property="mobilephone" styleClass="SmallInput"></html:text>
    </td>
     <td nowrap class="TableData">EMAIL: </td>
    <td nowrap class="TableData">
        <html:text property="email" styleClass="SmallInput"></html:text>
    </td>
  </tr>
   <tr>
    <td nowrap class="TableData">QQ号码: </td>
    <td nowrap class="TableData">
        <html:text property="qq" styleClass="SmallInput"></html:text>
    </td>
    <td nowrap class="TableData">MSN: </td>
    <td nowrap class="TableData">
        <html:text property="msn" styleClass="SmallInput"></html:text>
    </td>
   </tr>
   <tr>
    <td nowrap  class="TableHeader" colspan="4" align="left">
       备注
    </td>
  </tr>

   <tr>
    <td nowrap class="TableData" width="120">备注:</td>
    <td nowrap class="TableData" colspan="3">
      <html:textarea property="remark"></html:textarea>
    </td>
   </tr>
<tr>
  <td class="TableData" colspan="4">
         </td>
</tr>   
   <tr>
    <td nowrap  class="TableControl" colspan="4" align="center">
        <input type="submit" value="添加" class="BigButton">&nbsp;
        <input type="reset" value="重添" class="BigButton" >
    </td>
   </tr>

</table>
</html:form>

</body>
</html>

⌨️ 快捷键说明

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