📄 majorchange_check.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="/WEB-INF/tld/page.tld" prefix="page" %>
<html>
<head>
<base href="http://localhost:8080/accp_hr/">
<title>职位调动复核页面</title>
<script type="text/javascript" src="js/DateTime2.js"></script>
<style type="text/css">
th{
background-color: #CCCCFF;
}
td{
background-color: #DADEDD;
}
.texts{
width: 130px;
}
.texts2{
width: 200px;
}
.texts3{
background-color: transparent;
border-style: none;
width: 130px;
}
select{
width: 130px;
}
</style>
</head>
<body bgcolor="#DADEDD" style="background-image: url('images/accphr/main.jpg');background-attachment :fixed ;">
<center>职位调动复核</center>
<br>
<html:form action="majorChange" >
<input type="hidden" name="opmc" value="doCheck"/>
<input type="hidden" name="majorChange.mchId" value="${majorChangeForm.majorChange.mchId}"/>
<input type="hidden" name="majorChange.humanId" value="${majorChangeForm.majorChange.humanId}"/>
<input type="hidden" name="majorChange.salarySum" value="${majorChangeForm.majorChange.salarySum}"/>
<table border="1" cellspacing="0" align="center" width="100%" bordercolor="black" style="font-size: 12px">
<tr>
<th>姓名</th>
<td colspan="5"><html:text property="majorChange.humanName" styleClass="texts3" readonly="true" />
</td>
</tr>
<tr>
<th>原I级机构</th>
<td>
<html:text property="majorChange.firstKindName" styleClass="texts3" readonly="true" />
<input type="hidden" name="majorChange.firstKindId" value="${majorChangeForm.majorChange.firstKindId}" >
</td>
<th>原Ⅱ级机构</th>
<td>
<html:text property="majorChange.secondKindName" styleClass="texts3" readonly="true" />
<input type="hidden" name="majorChange.secondKindId" value="${majorChangeForm.majorChange.secondKindId}" >
</td>
<th>原Ⅲ级机构</th>
<td>
<html:text property="majorChange.thirdKindName" styleClass="texts3" readonly="true" />
<input type="hidden" name="majorChange.thirdKindId" value="${majorChangeForm.majorChange.thirdKindId}" >
</td>
</tr>
<tr>
<th>原职位分类</th>
<td>
<html:text property="majorChange.majorKindName" styleClass="texts3" readonly="true" />
<input type="hidden" name="majorChange.majorKindId" value="${majorChangeForm.majorChange.majorKindId}" >
</td>
<th>原职位名称</th>
<td>
<html:text property="majorChange.majorName" styleClass="texts3" readonly="true" />
<input type="hidden" name="majorChange.majorId" value="${majorChangeForm.majorChange.majorId}" >
</td>
<th>原薪酬标准</th>
<td>
<html:text property="majorChange.salaryStandardName" styleClass="texts3" readonly="true" />
<input type="hidden" name="majorChange.salaryStandardId" value="${majorChangeForm.majorChange.salaryStandardId}" >
</td>
</tr>
<tr>
<th>I级机构</th>
<td>
<input type="hidden" name="majorChange.newFirstKindId" value="${majorChangeForm.majorChange.newFirstKindId}" >
<html:text property="majorChange.newFirstKindName" styleClass="texts3" readonly="true" />
</td>
<th>Ⅱ级机构</th>
<td>
<input type="hidden" name="majorChange.newSecondKindId" id="skn" value="${majorChangeForm.majorChange.newSecondKindId}" >
<html:text property="majorChange.newSecondKindName" styleClass="texts3" readonly="true" />
</td>
<th>Ⅲ级机构:</th>
<td>
<input type="hidden" name="majorChange.newThirdKindId" id="tkn" value="${majorChangeForm.majorChange.newThirdKindId}" >
<html:text property="majorChange.newThirdKindName" styleClass="texts3" readonly="true" />
</td>
</tr>
<tr>
<th>职位分类</th>
<td>
<input type="hidden" name="majorChange.newMajorKindId" id="mkn" value="${majorChangeForm.majorChange.newMajorKindId}" >
<html:text property="majorChange.newMajorKindName" styleClass="texts3" readonly="true" />
</td>
<th>职位名称</th>
<td>
<input type="hidden" name="majorChange.newMajorId" id="mn" value="${majorChangeForm.majorChange.newMajorId}" >
<html:text property="majorChange.newMajorName" styleClass="texts3" readonly="true" />
</td>
<th>薪酬标准</th>
<td>
<input type="hidden" name="majorChange.newSalaryStandardId" id="ssn" value="${majorChangeForm.majorChange.newSalaryStandardId}" >
<html:text property="majorChange.newSalaryStandardName" styleClass="texts3" readonly="true" />
</td>
</tr>
<tr>
<th>登记人</th>
<td>
<html:text property="majorChange.register" styleClass="texts3" readonly="true" />
</td>
<th>登记时间</th>
<td>
<html:text property="majorChange.registTime" styleClass="texts3" readonly="true" />
</td>
<th>薪酬总额</th>
<td>
<html:text property="majorChange.salarySum" styleClass="texts3" readonly="true" />
</td>
</tr>
<tr>
<th>复核人</th>
<td>
<html:text property="majorChange.checker" styleClass="texts3" readonly="true" value="${loginuser.uname}" />
</td>
<th>登记时间</th>
<td>
<input type="text" name="times" id="currentTime" readonly="readonly" class="texts3">
</td>
<th> </th>
<td> </td>
</tr>
<tr>
<th>调动原因</th>
<td colspan="5">
<html:textarea property="majorChange.changeReason" rows="5" style="width:100%;" readonly="true"></html:textarea>
</td>
</tr>
<tr>
<th>复核意见</th>
<td colspan="5">
<html:textarea property="majorChange.checkReason" rows="5" style="width:100%;" ></html:textarea>
</td>
</tr>
</table>
<center><html:submit value="提交" /> <input type="button" value="删除" onclick="location.href='majorChange.do?opmc=toDel&smid=${majorChangeForm.majorChange.mchId}'" > <input type="button" value="返回" onclick="location.href='majorChange.do?opmc=toRegistFind'" ></center>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -