userWagestrategyHistory-update.jsp 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. <%@ page language="java" import="java.util.*" 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,DatePicker"></t:base>
  8. <script src="plug-in/layer/layer.js"></script>
  9. <script>
  10. function btn_ok(){
  11. $("#btnsub").click();
  12. }
  13. function callback(data){
  14. if(data.success){
  15. layer.alert(data.msg, function(index){
  16. window.location.href="userWagestrategyHistoryController.do?list"
  17. layer.close(index);
  18. });
  19. }
  20. else{
  21. layer.alert(data.msg);
  22. }
  23. }
  24. </script>
  25. <script type="text/javascript">
  26. //编写自定义JS代码
  27. </script>
  28. </head>
  29. <body>
  30. <t:formvalid formid="formobj" dialog="false" usePlugin="password" layout="table" action="userWagestrategyHistoryController.do?doUpdate" tiptype="1" callback="callback">
  31. <input id="id" name="id" type="hidden" value="${userWagestrategyHistoryPage.id }"/>
  32. <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
  33. <tr>
  34. <td align="right">
  35. <label class="Validform_label">
  36. 月度:
  37. </label>
  38. </td>
  39. <td class="value">
  40. <input id="strategyMonth" name="strategyMonth" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.strategyMonth}'/>
  41. <span class="Validform_checktip"></span>
  42. <label class="Validform_label" style="display: none;">月度</label>
  43. </td>
  44. <td align="right">
  45. <label class="Validform_label">
  46. 员工ID:
  47. </label>
  48. </td>
  49. <td class="value">
  50. <input id="userid" name="userid" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.userid}'/>
  51. <span class="Validform_checktip"></span>
  52. <label class="Validform_label" style="display: none;">员工ID</label>
  53. </td>
  54. </tr>
  55. <tr>
  56. <td align="right">
  57. <label class="Validform_label">
  58. 所属单位ID:
  59. </label>
  60. </td>
  61. <td class="value">
  62. <input id="belongUnitid" name="belongUnitid" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.belongUnitid}'/>
  63. <span class="Validform_checktip"></span>
  64. <label class="Validform_label" style="display: none;">所属单位ID</label>
  65. </td>
  66. <td align="right">
  67. <label class="Validform_label">
  68. 职务:
  69. </label>
  70. </td>
  71. <td class="value">
  72. <input id="dutiesName" name="dutiesName" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.dutiesName}'/>
  73. <span class="Validform_checktip"></span>
  74. <label class="Validform_label" style="display: none;">职务</label>
  75. </td>
  76. </tr>
  77. <tr>
  78. <td align="right">
  79. <label class="Validform_label">
  80. 加班费策略:
  81. </label>
  82. </td>
  83. <td class="value">
  84. <input id="overtimepayStrategyDesc" name="overtimepayStrategyDesc" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.overtimepayStrategyDesc}'/>
  85. <span class="Validform_checktip"></span>
  86. <label class="Validform_label" style="display: none;">加班费策略</label>
  87. </td>
  88. <td align="right">
  89. <label class="Validform_label">
  90. 值班费策略:
  91. </label>
  92. </td>
  93. <td class="value">
  94. <input id="dutyStrategyDesc" name="dutyStrategyDesc" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.dutyStrategyDesc}'/>
  95. <span class="Validform_checktip"></span>
  96. <label class="Validform_label" style="display: none;">值班费策略</label>
  97. </td>
  98. </tr>
  99. <tr>
  100. <td align="right">
  101. <label class="Validform_label">
  102. 证书补贴:
  103. </label>
  104. </td>
  105. <td class="value">
  106. <input id="certificateSubsidyDesc" name="certificateSubsidyDesc" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.certificateSubsidyDesc}'/>
  107. <span class="Validform_checktip"></span>
  108. <label class="Validform_label" style="display: none;">证书补贴</label>
  109. </td>
  110. <td align="right">
  111. <label class="Validform_label">
  112. 交通补贴:
  113. </label>
  114. </td>
  115. <td class="value">
  116. <input id="trafficSubsidyDesc" name="trafficSubsidyDesc" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.trafficSubsidyDesc}'/>
  117. <span class="Validform_checktip"></span>
  118. <label class="Validform_label" style="display: none;">交通补贴</label>
  119. </td>
  120. </tr>
  121. <tr>
  122. <td align="right">
  123. <label class="Validform_label">
  124. 高温补贴:
  125. </label>
  126. </td>
  127. <td class="value">
  128. <input id="megathermalSubsidyDesc" name="megathermalSubsidyDesc" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.megathermalSubsidyDesc}'/>
  129. <span class="Validform_checktip"></span>
  130. <label class="Validform_label" style="display: none;">高温补贴</label>
  131. </td>
  132. <td align="right">
  133. <label class="Validform_label">
  134. 餐费补贴:
  135. </label>
  136. </td>
  137. <td class="value">
  138. <input id="mealsSubsidyDesc" name="mealsSubsidyDesc" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.mealsSubsidyDesc}'/>
  139. <span class="Validform_checktip"></span>
  140. <label class="Validform_label" style="display: none;">餐费补贴</label>
  141. </td>
  142. </tr>
  143. <tr>
  144. <td align="right">
  145. <label class="Validform_label">
  146. 其他补贴:
  147. </label>
  148. </td>
  149. <td class="value">
  150. <input id="otherSubsidyDesc" name="otherSubsidyDesc" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.otherSubsidyDesc}'/>
  151. <span class="Validform_checktip"></span>
  152. <label class="Validform_label" style="display: none;">其他补贴</label>
  153. </td>
  154. <td align="right">
  155. <label class="Validform_label">
  156. 社保策略:
  157. </label>
  158. </td>
  159. <td class="value">
  160. <input id="socialSecurityStrategyDesc" name="socialSecurityStrategyDesc" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.socialSecurityStrategyDesc}'/>
  161. <span class="Validform_checktip"></span>
  162. <label class="Validform_label" style="display: none;">社保策略</label>
  163. </td>
  164. </tr>
  165. <tr>
  166. <td align="right">
  167. <label class="Validform_label">
  168. 公积金策略:
  169. </label>
  170. </td>
  171. <td class="value">
  172. <input id="providentFundStrategyDesc" name="providentFundStrategyDesc" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.providentFundStrategyDesc}'/>
  173. <span class="Validform_checktip"></span>
  174. <label class="Validform_label" style="display: none;">公积金策略</label>
  175. </td>
  176. <td align="right">
  177. <label class="Validform_label">
  178. 追加调整:
  179. </label>
  180. </td>
  181. <td class="value">
  182. <input id="appendPay" name="appendPay" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.appendPay}'/>
  183. <span class="Validform_checktip"></span>
  184. <label class="Validform_label" style="display: none;">追加调整</label>
  185. </td>
  186. </tr>
  187. <tr>
  188. <td align="right">
  189. <label class="Validform_label">
  190. 扣除调整:
  191. </label>
  192. </td>
  193. <td class="value">
  194. <input id="deductPay" name="deductPay" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.deductPay}'/>
  195. <span class="Validform_checktip"></span>
  196. <label class="Validform_label" style="display: none;">扣除调整</label>
  197. </td>
  198. <td align="right">
  199. <label class="Validform_label">
  200. 独生子女费:
  201. </label>
  202. </td>
  203. <td class="value">
  204. <input id="onlychildPay" name="onlychildPay" type="text" style="width: 150px" ignore="ignore" value='${userWagestrategyHistoryPage.onlychildPay}'/>
  205. <span class="Validform_checktip"></span>
  206. <label class="Validform_label" style="display: none;">独生子女费</label>
  207. </td>
  208. </tr>
  209. <tr>
  210. <td height="50px" align="center" colspan="4" >
  211. <a style="margin-left:80px" href="#" class="easyui-linkbutton l-btn" plain="true" iconcls="icon-le-back" onclick="history.go(-1)">返回</a>
  212. <div style="display:none"><input type="submit" id ="btnsub" value=""/></div>
  213. <a href="#" class="easyui-linkbutton l-btn" iconcls="icon-le-ok" onclick="btn_ok()">提交</a>
  214. </td>
  215. </tr>
  216. </table>
  217. </t:formvalid>
  218. </body>
  219. <script src = "webpage/cn/com/lzt/userwagestrategyhistory/userWagestrategyHistory.js"></script>