📄 109238abed2a001d1f1386824b2f4361
字号:
<%@ 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="employee.do" method="post" >
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
基本信息:
</td>
<tr>
<td nowrap class="TableData">职工姓名: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="employeeName" styleClass="SmallInput" size="15" maxlength="100" />
</td>
</tr>
<tr>
<td nowrap class="TableData">职工编号: </td>
<td nowrap class="TableData">
<html:text property="employeeId" styleClass="SmallInput" size="15" maxlength="100" />
</td>
<td nowrap class="TableData">性别: </td>
<td nowrap class="TableData">
<html:select property="sex">
<html:option value="0" >男</html:option>
<html:option value="1" >女</html:option>
</html:select>
</td>
</tr>
<tr>
<td nowrap class="TableData">出生日期: </td>
<td nowrap class="TableData">
<html:text property="birthday" styleClass="SmallInput" size="15" maxlength="100" />
</td>
<td nowrap class="TableData">手机: </td>
<td nowrap class="TableData">
<html:text property="mobilephone" styleClass="SmallInput" size="15" maxlength="100" />
</td>
</tr>
<tr>
<td nowrap class="TableData">固定电话: </td>
<td nowrap class="TableData">
<html:text property="telephone" styleClass="SmallInput" size="15" maxlength="100" />
</td>
<td nowrap class="TableData">籍贯: </td>
<td nowrap class="TableData">
<html:text property="home" styleClass="SmallInput" size="15" maxlength="100" />
</td>
</tr>
<tr>
<td nowrap class="TableData">家庭住址: </td>
<td nowrap class="TableData">
<html:text property="address" styleClass="SmallInput" size="15" maxlength="100" />
</td>
<td nowrap class="TableData">身份证号码:</td>
<td nowrap class="TableData">
<html:text property="cardId" 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:select property="dutyId">
<html:option value="---请选择---"></html:option>
</html:select>
</td>
<td nowrap class="TableData">部门: </td>
<td nowrap class="TableData" colspan="1">
<html:select property="deptId">
<html:option value="---请选择---"></html:option>
</html:select>
</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" title="新建客户" name="button">
<input type="button" value="清空" class="BigButton" onclick="location='index.php'">
</td>
</tr>
</html:form>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -