| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@include file="/context/mytags.jsp"%>
- <!DOCTYPE html>
- <html>
- <head>
- <title>用户信息</title>
- <t:base type="jquery,easyui,tools"></t:base>
- <style type="text/css">
- .alright{
- text-align:right;
- min-width:60px;
- }
- .gzck-tit{
- border-left:2px solid #5187c9;
- background:#f0f0f0;
- height:26px;
- line-height:26px;
- padding:0 10px;
- }
- </style>
- </head>
- <body style="overflow:auto;" scroll="auto">
- <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="userController.do?saveUser" beforeSubmit="setOrgIds">
- <input id="id" name="id" type="hidden" value="${user.id }">
- <table cellpadding="0" cellspacing="0" class="formtable">
- <tr>
- <td class="alright" width="8%">
- <label class="Validform_label">员工姓名: </label>
- </td>
- <td class="value" width="20%">
- ${realname}
- </td>
- <td align="right" width="8%">
- <label class="Validform_label">月度: </label>
- </td>
- <td class="value" width="20%">
- <c:if test="${not empty userwh.strategyMonth}">
- ${userwh.strategyMonth }
- </c:if>
- </td>
- <td width="20%"></td>
- <td width="20%"></td>
- </tr>
- <tr style="display:inline-block; margin:10px 0;" >
- <td align="left" class="gzck-tit">
- <label class="Validform_label">工资策略</label>
- </td>
- <td colspan="5"></td>
- </tr>
- <tr height="30px">
- <td class="alright">
- <label class="Validform_label">加班策略: </label>
- </td>
- <td class="value" colspan="2">
- <c:if test="${not empty userwh.overtimepayStrategyDesc}">
- ${userwh.overtimepayStrategyDesc}
- </c:if>
- </td>
- <td align="right" nowrap>
- <label class="Validform_label">值班策略: </label>
- </td>
- <td class="value" colspan="2">
- <c:if test="${not empty userwh.dutyStrategyDesc}">
- ${userwh.dutyStrategyDesc}
- </c:if>
- </td>
- </tr>
- <tr height="30px">
- <td class="alright">
- <label class="Validform_label">交通补贴: </label>
- </td>
- <td class="value" colspan="2">
- <c:if test="${not empty userwh.trafficSubsidyDesc}">
- ${userwh.trafficSubsidyDesc}
- </c:if>
- </td>
- <td align="right" nowrap>
- <label class="Validform_label">高温补贴: </label>
- </td>
- <td class="value" colspan="2">
- <c:if test="${not empty userwh.megathermalSubsidyDesc}">
- ${userwh.megathermalSubsidyDesc}
- </c:if>
- </td>
- </tr>
- <tr height="30px">
- <td class="alright">
- <label class="Validform_label">独生子女费: </label>
- </td>
- <td class="value" colspan="2">
- <c:if test="${not empty userwh.onlychildPay}">
- ${userwh.onlychildPay}元
- </c:if>
- </td>
- <td align="right" nowrap>
- <label class="Validform_label">其他补贴: </label>
- </td>
- <td class="value" colspan="2">
- <c:if test="${not empty userwh.otherSubsidyDesc}">
- ${userwh.otherSubsidyDesc}
- </c:if>
- </td>
- </tr>
- <tr height="30px">
- <td class="alright">
- <label class="Validform_label">扣除调整: </label>
- </td>
- <td class="value" colspan="2">
- <c:if test="${not empty userwh.deductPay}">
- ${userwh.deductPay}元
- </c:if>
- </td>
- <td align="right" nowrap>
- <label class="Validform_label">追加调整: </label>
- </td>
- <td class="value" colspan="2">
- <c:if test="${not empty userwh.appendPay}">
- ${userwh.appendPay}元
- </c:if>
- </td>
- </tr>
- <tr height="30px">
- <td class="alright">
- <label class="Validform_label">餐补补贴: </label>
- </td>
- <td class="value" colspan="5">
- <c:if test="${userwh.strategyType == 0 }">
- 按月固定-(${userwh.fixedmealsSubsidyDesc})
- </c:if>
- <c:if test="${userwh.strategyType == 1}">
- 按次餐补
- </c:if>
- </td>
- </tr>
- <tr height="30px">
- <td class="alright">
- <label class="Validform_label">证书补贴: </label>
- </td>
- <td class="value" colspan="5">
- <c:if test="${not empty userwh.certificateSubsidyDesc}">
- ${userwh.certificateSubsidyDesc}
- </c:if>
- </td>
- </tr>
- <tr height="30px">
- <td class="alright">
- <label class="Validform_label">社保策略: </label>
- </td>
- <td class="value" colspan="5">${userwh.socialSecurityStrategyDesc}
- </td>
- </tr>
- <tr>
- <td class="alright">
- <label class="Validform_label"></label>
- </td>
- <td class="value" colspan="5">
- <c:if test="${not empty userwh.companyBasicRetireInsu}">
- 单位基本养老(${userwh.companyBasicRetireInsu}%)
- </c:if>
- <c:if test="${not empty userwh.companyBasicMedicalInsu}">
- - 单位基本医疗(${userwh.companyBasicMedicalInsu}%)
- </c:if>
- <c:if test="${not empty userwh.companyUnemploymentInsu}">
- - 单位失业(${userwh.companyUnemploymentInsu}%)
- </c:if>
- <c:if test="${not empty userwh.companyInjuryInsu}">
- - 单位工伤(${userwh.companyInjuryInsu}%)
- </c:if>
- <c:if test="${not empty userwh.companyMaternityInsu}">
- - 单位生育(${userwh.companyMaternityInsu}%)
- </c:if>
- </td>
- </tr>
- <tr>
- <td class="alright">
- <label class="Validform_label"></label>
- </td>
- <td class="value" colspan="5">
- <c:if test="${not empty userwh.personalBasicRetireInsu}">
- 个人基本养老(${userwh.personalBasicRetireInsu}%)
- </c:if>
- <c:if test="${not empty userwh.persionalBasicMedicalInsu}">
- - 个人基本医疗(${userwh.persionalBasicMedicalInsu}%)
- </c:if>
- <c:if test="${not empty userwh.personalUnemploymentInsu}">
- - 个人失业(${userwh.personalUnemploymentInsu}%)
- </c:if>
- </td>
- </tr>
- <tr>
- <td class="alright">
- <label class="Validform_label">公积金策略: </label>
- </td>
- <td class="value" colspan="5">${userwh.providentFundStrategyDesc}
- </td>
- </tr>
- <tr>
- <td align="right" nowrap>
- <label class="Validform_label"></label>
- </td>
- <td class="value" colspan="5">
- <c:if test="${not empty userwh.providentFundBasePay}">
- 缴费基数(${userwh.providentFundBasePay}%)
- </c:if>
- <c:if test="${not empty userwh.companyRatio}">
- - 单位缴费比例(${userwh.companyRatio}%)
- </c:if>
- <c:if test="${not empty userwh.personalRatio}">
- - 个人缴费比例(${userwh.personalRatio}%)
- </c:if>
- </td>
- </tr>
- <tr>
- <td class="alright">
- <label class="Validform_label">代扣款: </label>
- </td>
- <td class="value" colspan="5">${userwh.daikouFee}
- </td>
- </tr>
- <%--
- <tr>
- <td class="alright">
- <label class="Validform_label">社保策略: </label>
- </td>
- <td class="value" colspan="5">${userwh.socialSecurityStrategyDesc}
- </td>
- </tr>
- <tr>
- <td align="right" nowrap>
- <label class="Validform_label"></label>
- </td>
- <td class="value" colspan="5">
- <c:if test="${userwh.companyBasicRetireInsu != null}">
- 单位基本养老(${userwh.companyBasicRetireInsu}%)
- </c:if>
- <c:if test="${userwh.companyBasicMedicalInsu != null}">
- -单位基本医疗(${userwh.companyBasicMedicalInsu}%)
- </c:if>
- <c:if test="${userwh.companyUnemploymentInsu != null}">
- -单位失业(${userwh.companyUnemploymentInsu}%)
- </c:if>
- <c:if test="${userwh.companyInjuryInsu != null}">
- -单位工伤(${userwh.companyInjuryInsu}%)
- </c:if>
- <c:if test="${userwh.companyMaternityInsu != null}">
- -单位生育(${userwh.companyMaternityInsu}%)
- </c:if>
- </td>
- </tr>
- <tr>
- <td align="right" nowrap>
- <label class="Validform_label"></label>
- </td>
- <td class="value" colspan="5">
- <c:if test="${userwh.personalBasicRetireInsu != null}">
- 个人基本养老(${userwh.personalBasicRetireInsu}%)
- </c:if>
- <c:if test="${userwh.persionalBasicMedicalInsu != null}">
- -个人基本医疗(${userwh.persionalBasicMedicalInsu}%)
- </c:if>
- <c:if test="${userwh.personalUnemploymentInsu != null}">
- -个人失业(${userwh.personalUnemploymentInsu}%)
- </c:if>
- </td>
- </tr>
- <tr>
- <td class="alright">
- <label class="Validform_label">公积金策略: </label>
- </td>
- <td class="value" colspan="5">${userwh.providentFundStrategyDesc}
- </td>
- </tr>
- <tr>
- <td align="right" nowrap>
- <label class="Validform_label"></label>
- </td>
- <td class="value" colspan="5">
- <c:if test="${userwh.providentFundBasePay != null}">
- 缴费基数(${userwh.providentFundBasePay}%)
- </c:if>
- <c:if test="${not empty userwh.companyRatio}">
- -单位缴费比例(${userwh.companyRatio}%)
- </c:if>
- <c:if test="${not empty userwh.personalRatio}">
- -个人缴费比例(${userwh.personalRatio}%)
- </c:if>
- </td>
- </tr> --%>
- </table>
- </t:formvalid>
- </body>
|