📄 busiusermod.jsp
字号:
<%@page contentType="text/html"%>
<%@page pageEncoding="gbk"%>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<html:html>
<head>
<title>人力资源管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<link rel="stylesheet" href="js/comm.css" type="text/css">
<script type="text/javascript" src="js/busiUserModCheck.js">
</script>
<style type="text/css">
<!--
.style1 {font-size: 12px}
.style2 {
font-size: 16px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<html:form action="/busiUserMod.do">
<html:hidden property="fn"/>
<table width="47%" border="1" align="center" class="deftable">
<tr align="center" valign="bottom" bgcolor="#FFFFFF">
<td colspan="2" class="deftable"><div align="center" class="style2"><font color="#000000">欢迎进入业务用户修改页面</font></div>
<html:errors property = "busiUserMod"/></font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2" class="deftable"> </font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="33%" class="deftable style1">姓名:</font></td>
<td width="67%" class="deftable">
<html:text styleId="personName" property="personBaseInfo.personName" styleClass="deftext"/>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="deftable style1">性别:</font></td>
<td class="deftable">
<html:select property="personBaseInfo.personSax" size="1">
<html:option value="F">女</html:option>
<html:option value="M">男</html:option>
</html:select>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="deftable style1">出生日期:</font></td>
<td class="deftable">
<html:text styleId="personBrith" property="personBaseInfo.personBrith" styleClass="deftext"/>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="deftable style1">入职时间:</font></td>
<td class="deftable">
<html:text styleId="personEntryDate" property="personBaseInfo.personEntryDate" styleClass="deftext"/>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="deftable style1">部门:</font></td>
<td class="deftable">
<html:select property="personResourceInfo.personDepart" size="1">
<html:option value="SalesDepartmentOne">试剂部</html:option>
<html:option value="SalesDepartmentTwo">仪器部</html:option>
</html:select>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="deftable style1">职位:</font></td>
<td class="deftable">
<html:select property="personResourceInfo.personJobs" size="1">
<html:option value="SalesManager">销售经理</html:option>
<html:option value="Sales">销售人员</html:option>
<option value="Manager">总经理</option>
</html:select>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="deftable style1">合同名称:</font></td>
<td class="deftable">
<html:text styleId="contractTitle" property="contractInfo.contractTitle" styleClass="deftext"/>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="deftable style1">合同内容:</font></td>
<td class="deftable">
<html:textarea styleId="contractContent" property="contractInfo.contractContent" styleClass="deftext"/>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2" class="deftable"><div align="center">
<input name="userMod" type="button" id="userMod" value="修改" onclick="modcheck('mod','busiUserMod.do')">
</font>
<input name="return" type="button" id="return" value="返回" onclick="putFn('','busiUser.do')">
</font></div> </td>
</tr>
</table>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -