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

📄 9072af3cf82a001d1f1386824b2f4361

📁 客户关系管理系统主要管理新老客户的一些信息并可以发现潜在客户
💻
字号:
<%@ 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">
   <tr>
    <td nowrap  class="TableHeader" colspan="4" align="left">
      基本信息:
    </td>
    </tr>
   <tr>
    <td nowrap class="TableData">职工姓名: </td>
    <td nowrap class="TableData" colspan="3">
    	<html:text property="employeeName" value="${employee.employeename}" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
   </tr>
   <tr>
    <td nowrap class="TableData">职工编号: </td>
    <td nowrap class="TableData">
        <html:text property="employeeId" value="${employee.employeeId }" styleClass="SmallInput" size="15" maxlength="100" />
    </td>

     <td nowrap class="TableData">性别: </td>
    <td nowrap class="TableData">
       	<html:text property="sex" value="${employee.sex }" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
   </tr>
   <tr>
    <td nowrap class="TableData">出生日期: </td>
    <td nowrap class="TableData">
         <html:text property="birthday" value="${employee.birthday }" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
     <td nowrap class="TableData">手机: </td>
    <td nowrap class="TableData">
        <html:text property="mobilephone" value="${employee.mobilephone }" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
   </tr>
   <tr>
    <td nowrap class="TableData">固定电话: </td>
    <td nowrap class="TableData">
        <html:text property="telephone" value="${employee.telephone}" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
     <td nowrap class="TableData">籍贯: </td>
    <td nowrap class="TableData">
        <html:text property="home" value="${employee.home }" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
   </tr>
   <tr>
    <td nowrap class="TableData">家庭住址:  </td>
    <td nowrap class="TableData">
		<html:text property="address" value="${employee.address }" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
    <td nowrap class="TableData">身份证号码:</td>
    <td nowrap class="TableData">
       <html:text property="cardId" value="${employee.cardId }"value="${dept.deptName }" styleClass="SmallInput" size="15" 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="1">
		<html:text property="dutyId" value="${employee.duty.dutyName }" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
  
 	<td  nowrap class="TableData">部门: </td>
    <td nowrap class="TableData" colspan="1">
       <html:text property="deptId" value="${employee.dept.deptName }" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
	</tr>
	<tr>
	  <td class="TableData" colspan="4">
	  &nbsp;
	  </td>
	</tr>
	 <tr>
    <td nowrap  class="TableControl" colspan="4" align="center">
    	<html:submit styleClass="BigButton" title="新建客户">确定</html:submit>
    	<html:reset styleClass="BigButton">清空</html:reset>
    </td>
   </tr>
</table>
</body>
</html:html>

⌨️ 快捷键说明

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