userwagestrategy-view.jsp 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>用户信息</title>
  7. <t:base type="jquery,easyui,tools"></t:base>
  8. <style type="text/css">
  9. .alright{
  10. text-align:right;
  11. min-width:60px;
  12. }
  13. .gzck-tit{
  14. border-left:2px solid #5187c9;
  15. background:#f0f0f0;
  16. height:26px;
  17. line-height:26px;
  18. padding:0 10px;
  19. }
  20. </style>
  21. </head>
  22. <body style="overflow:auto;" scroll="auto">
  23. <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="userController.do?saveUser" beforeSubmit="setOrgIds">
  24. <input id="id" name="id" type="hidden" value="${user.id }">
  25. <table cellpadding="0" cellspacing="0" class="formtable">
  26. <tr>
  27. <td class="alright" width="8%">
  28. <label class="Validform_label">员工姓名: </label>
  29. </td>
  30. <td class="value" width="20%">
  31. ${realname}
  32. </td>
  33. <td align="right" width="8%">
  34. <label class="Validform_label">月度: </label>
  35. </td>
  36. <td class="value" width="20%">
  37. <c:if test="${not empty userwh.strategyMonth}">
  38. ${userwh.strategyMonth }
  39. </c:if>
  40. </td>
  41. <td width="20%"></td>
  42. <td width="20%"></td>
  43. </tr>
  44. <tr style="display:inline-block; margin:10px 0;" >
  45. <td align="left" class="gzck-tit">
  46. <label class="Validform_label">工资策略</label>
  47. </td>
  48. <td colspan="5"></td>
  49. </tr>
  50. <tr height="30px">
  51. <td class="alright">
  52. <label class="Validform_label">加班策略: </label>
  53. </td>
  54. <td class="value" colspan="2">
  55. <c:if test="${not empty userwh.overtimepayStrategyDesc}">
  56. ${userwh.overtimepayStrategyDesc}
  57. </c:if>
  58. </td>
  59. <td align="right" nowrap>
  60. <label class="Validform_label">值班策略: </label>
  61. </td>
  62. <td class="value" colspan="2">
  63. <c:if test="${not empty userwh.dutyStrategyDesc}">
  64. ${userwh.dutyStrategyDesc}
  65. </c:if>
  66. </td>
  67. </tr>
  68. <tr height="30px">
  69. <td class="alright">
  70. <label class="Validform_label">交通补贴: </label>
  71. </td>
  72. <td class="value" colspan="2">
  73. <c:if test="${not empty userwh.trafficSubsidyDesc}">
  74. ${userwh.trafficSubsidyDesc}
  75. </c:if>
  76. </td>
  77. <td align="right" nowrap>
  78. <label class="Validform_label">高温补贴: </label>
  79. </td>
  80. <td class="value" colspan="2">
  81. <c:if test="${not empty userwh.megathermalSubsidyDesc}">
  82. ${userwh.megathermalSubsidyDesc}
  83. </c:if>
  84. </td>
  85. </tr>
  86. <tr height="30px">
  87. <td class="alright">
  88. <label class="Validform_label">独生子女费: </label>
  89. </td>
  90. <td class="value" colspan="2">
  91. <c:if test="${not empty userwh.onlychildPay}">
  92. ${userwh.onlychildPay}元
  93. </c:if>
  94. </td>
  95. <td align="right" nowrap>
  96. <label class="Validform_label">其他补贴: </label>
  97. </td>
  98. <td class="value" colspan="2">
  99. <c:if test="${not empty userwh.otherSubsidyDesc}">
  100. ${userwh.otherSubsidyDesc}
  101. </c:if>
  102. </td>
  103. </tr>
  104. <tr height="30px">
  105. <td class="alright">
  106. <label class="Validform_label">扣除调整: </label>
  107. </td>
  108. <td class="value" colspan="2">
  109. <c:if test="${not empty userwh.deductPay}">
  110. ${userwh.deductPay}元
  111. </c:if>
  112. </td>
  113. <td align="right" nowrap>
  114. <label class="Validform_label">追加调整: </label>
  115. </td>
  116. <td class="value" colspan="2">
  117. <c:if test="${not empty userwh.appendPay}">
  118. ${userwh.appendPay}元
  119. </c:if>
  120. </td>
  121. </tr>
  122. <tr height="30px">
  123. <td class="alright">
  124. <label class="Validform_label">餐补补贴: </label>
  125. </td>
  126. <td class="value" colspan="5">
  127. <c:if test="${userwh.strategyType == 0 }">
  128. 按月固定-(${userwh.fixedmealsSubsidyDesc})
  129. </c:if>
  130. <c:if test="${userwh.strategyType == 1}">
  131. 按次餐补
  132. </c:if>
  133. </td>
  134. </tr>
  135. <tr height="30px">
  136. <td class="alright">
  137. <label class="Validform_label">证书补贴: </label>
  138. </td>
  139. <td class="value" colspan="5">
  140. <c:if test="${not empty userwh.certificateSubsidyDesc}">
  141. ${userwh.certificateSubsidyDesc}
  142. </c:if>
  143. </td>
  144. </tr>
  145. <tr height="30px">
  146. <td class="alright">
  147. <label class="Validform_label">社保策略: </label>
  148. </td>
  149. <td class="value" colspan="5">${userwh.socialSecurityStrategyDesc}
  150. </td>
  151. </tr>
  152. <tr>
  153. <td class="alright">
  154. <label class="Validform_label"></label>
  155. </td>
  156. <td class="value" colspan="5">
  157. <c:if test="${not empty userwh.companyBasicRetireInsu}">
  158. 单位基本养老(${userwh.companyBasicRetireInsu}%)
  159. </c:if>
  160. <c:if test="${not empty userwh.companyBasicMedicalInsu}">
  161. &nbsp; - &nbsp;单位基本医疗(${userwh.companyBasicMedicalInsu}%)
  162. </c:if>
  163. <c:if test="${not empty userwh.companyUnemploymentInsu}">
  164. &nbsp; - &nbsp;单位失业(${userwh.companyUnemploymentInsu}%)
  165. </c:if>
  166. <c:if test="${not empty userwh.companyInjuryInsu}">
  167. &nbsp; - &nbsp;单位工伤(${userwh.companyInjuryInsu}%)
  168. </c:if>
  169. <c:if test="${not empty userwh.companyMaternityInsu}">
  170. &nbsp; - &nbsp;单位生育(${userwh.companyMaternityInsu}%)
  171. </c:if>
  172. </td>
  173. </tr>
  174. <tr>
  175. <td class="alright">
  176. <label class="Validform_label"></label>
  177. </td>
  178. <td class="value" colspan="5">
  179. <c:if test="${not empty userwh.personalBasicRetireInsu}">
  180. 个人基本养老(${userwh.personalBasicRetireInsu}%)
  181. </c:if>
  182. <c:if test="${not empty userwh.persionalBasicMedicalInsu}">
  183. &nbsp; - &nbsp;个人基本医疗(${userwh.persionalBasicMedicalInsu}%)
  184. </c:if>
  185. <c:if test="${not empty userwh.personalUnemploymentInsu}">
  186. &nbsp; - &nbsp;个人失业(${userwh.personalUnemploymentInsu}%)
  187. </c:if>
  188. </td>
  189. </tr>
  190. <tr>
  191. <td class="alright">
  192. <label class="Validform_label">公积金策略: </label>
  193. </td>
  194. <td class="value" colspan="5">${userwh.providentFundStrategyDesc}
  195. </td>
  196. </tr>
  197. <tr>
  198. <td align="right" nowrap>
  199. <label class="Validform_label"></label>
  200. </td>
  201. <td class="value" colspan="5">
  202. <c:if test="${not empty userwh.providentFundBasePay}">
  203. 缴费基数(${userwh.providentFundBasePay}%)
  204. </c:if>
  205. <c:if test="${not empty userwh.companyRatio}">
  206. &nbsp; - &nbsp;单位缴费比例(${userwh.companyRatio}%)
  207. </c:if>
  208. <c:if test="${not empty userwh.personalRatio}">
  209. &nbsp; - &nbsp;个人缴费比例(${userwh.personalRatio}%)
  210. </c:if>
  211. </td>
  212. </tr>
  213. <tr>
  214. <td class="alright">
  215. <label class="Validform_label">代扣款: </label>
  216. </td>
  217. <td class="value" colspan="5">${userwh.daikouFee}
  218. </td>
  219. </tr>
  220. <%--
  221. <tr>
  222. <td class="alright">
  223. <label class="Validform_label">社保策略: </label>
  224. </td>
  225. <td class="value" colspan="5">${userwh.socialSecurityStrategyDesc}
  226. </td>
  227. </tr>
  228. <tr>
  229. <td align="right" nowrap>
  230. <label class="Validform_label"></label>
  231. </td>
  232. <td class="value" colspan="5">
  233. <c:if test="${userwh.companyBasicRetireInsu != null}">
  234. 单位基本养老(${userwh.companyBasicRetireInsu}%)
  235. </c:if>
  236. <c:if test="${userwh.companyBasicMedicalInsu != null}">
  237. -单位基本医疗(${userwh.companyBasicMedicalInsu}%)
  238. </c:if>
  239. <c:if test="${userwh.companyUnemploymentInsu != null}">
  240. -单位失业(${userwh.companyUnemploymentInsu}%)
  241. </c:if>
  242. <c:if test="${userwh.companyInjuryInsu != null}">
  243. -单位工伤(${userwh.companyInjuryInsu}%)
  244. </c:if>
  245. <c:if test="${userwh.companyMaternityInsu != null}">
  246. -单位生育(${userwh.companyMaternityInsu}%)
  247. </c:if>
  248. </td>
  249. </tr>
  250. <tr>
  251. <td align="right" nowrap>
  252. <label class="Validform_label"></label>
  253. </td>
  254. <td class="value" colspan="5">
  255. <c:if test="${userwh.personalBasicRetireInsu != null}">
  256. 个人基本养老(${userwh.personalBasicRetireInsu}%)
  257. </c:if>
  258. <c:if test="${userwh.persionalBasicMedicalInsu != null}">
  259. -个人基本医疗(${userwh.persionalBasicMedicalInsu}%)
  260. </c:if>
  261. <c:if test="${userwh.personalUnemploymentInsu != null}">
  262. -个人失业(${userwh.personalUnemploymentInsu}%)
  263. </c:if>
  264. </td>
  265. </tr>
  266. <tr>
  267. <td class="alright">
  268. <label class="Validform_label">公积金策略: </label>
  269. </td>
  270. <td class="value" colspan="5">${userwh.providentFundStrategyDesc}
  271. </td>
  272. </tr>
  273. <tr>
  274. <td align="right" nowrap>
  275. <label class="Validform_label"></label>
  276. </td>
  277. <td class="value" colspan="5">
  278. <c:if test="${userwh.providentFundBasePay != null}">
  279. 缴费基数(${userwh.providentFundBasePay}%)
  280. </c:if>
  281. <c:if test="${not empty userwh.companyRatio}">
  282. -单位缴费比例(${userwh.companyRatio}%)
  283. </c:if>
  284. <c:if test="${not empty userwh.personalRatio}">
  285. -个人缴费比例(${userwh.personalRatio}%)
  286. </c:if>
  287. </td>
  288. </tr> --%>
  289. </table>
  290. </t:formvalid>
  291. </body>