userWage-update.jsp 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  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="userWageController.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="userWageController.do?doUpdate" tiptype="1" callback="callback">
  31. <input id="id" name="id" type="hidden" value="${userWagePage.id }"/>
  32. <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
  33. <tr>
  34. <td align="right">
  35. <label class="Validform_label">
  36. 员工id:
  37. </label>
  38. </td>
  39. <td class="value">
  40. <input id="userid" name="userid" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.userid}'/>
  41. <span class="Validform_checktip"></span>
  42. <label class="Validform_label" style="display: none;">员工id</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="belongUnitid" name="belongUnitid" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.belongUnitid}'/>
  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="dutiesid" name="dutiesid" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.dutiesid}'/>
  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="monthly" name="monthly" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.monthly}'/>
  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="basicWage" name="basicWage" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.basicWage}'/>
  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="dutiesAllowance" name="dutiesAllowance" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.dutiesAllowance}'/>
  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="certificateSubsidy" name="certificateSubsidy" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.certificateSubsidy}'/>
  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="trafficSubsidy" name="trafficSubsidy" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.trafficSubsidy}'/>
  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="megathermalSubsidy" name="megathermalSubsidy" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.megathermalSubsidy}'/>
  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="onlyChildCost" name="onlyChildCost" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.onlyChildCost}'/>
  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="otherSubsidy" name="otherSubsidy" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.otherSubsidy}'/>
  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="bonus" name="bonus" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.bonus}'/>
  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="projectPerformance" name="projectPerformance" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.projectPerformance}'/>
  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="mealsSubsidyDay" name="mealsSubsidyDay" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.mealsSubsidyDay}'/>
  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="mealsSubsidyNight" name="mealsSubsidyNight" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.mealsSubsidyNight}'/>
  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="mealsSubsidy" name="mealsSubsidy" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.mealsSubsidy}'/>
  205. <span class="Validform_checktip"></span>
  206. <label class="Validform_label" style="display: none;">餐费补助</label>
  207. </td>
  208. </tr>
  209. <tr>
  210. <td align="right">
  211. <label class="Validform_label">
  212. 加班超时费:
  213. </label>
  214. </td>
  215. <td class="value">
  216. <input id="overtimepayTimeout" name="overtimepayTimeout" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.overtimepayTimeout}'/>
  217. <span class="Validform_checktip"></span>
  218. <label class="Validform_label" style="display: none;">加班超时费</label>
  219. </td>
  220. <td align="right">
  221. <label class="Validform_label">
  222. 国定加班费:
  223. </label>
  224. </td>
  225. <td class="value">
  226. <input id="overtimepayFixed" name="overtimepayFixed" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.overtimepayFixed}'/>
  227. <span class="Validform_checktip"></span>
  228. <label class="Validform_label" style="display: none;">国定加班费</label>
  229. </td>
  230. </tr>
  231. <tr>
  232. <td align="right">
  233. <label class="Validform_label">
  234. 值班费:
  235. </label>
  236. </td>
  237. <td class="value">
  238. <input id="duty" name="duty" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.duty}'/>
  239. <span class="Validform_checktip"></span>
  240. <label class="Validform_label" style="display: none;">值班费</label>
  241. </td>
  242. <td align="right">
  243. <label class="Validform_label">
  244. 特殊加班费:
  245. </label>
  246. </td>
  247. <td class="value">
  248. <input id="specialOvertime" name="specialOvertime" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.specialOvertime}'/>
  249. <span class="Validform_checktip"></span>
  250. <label class="Validform_label" style="display: none;">特殊加班费</label>
  251. </td>
  252. </tr>
  253. <tr>
  254. <td align="right">
  255. <label class="Validform_label">
  256. 病假扣:
  257. </label>
  258. </td>
  259. <td class="value">
  260. <input id="sickLeaveDebit" name="sickLeaveDebit" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.sickLeaveDebit}'/>
  261. <span class="Validform_checktip"></span>
  262. <label class="Validform_label" style="display: none;">病假扣</label>
  263. </td>
  264. <td align="right">
  265. <label class="Validform_label">
  266. 事假扣:
  267. </label>
  268. </td>
  269. <td class="value">
  270. <input id="thingLeaveDebit" name="thingLeaveDebit" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.thingLeaveDebit}'/>
  271. <span class="Validform_checktip"></span>
  272. <label class="Validform_label" style="display: none;">事假扣</label>
  273. </td>
  274. </tr>
  275. <tr>
  276. <td align="right">
  277. <label class="Validform_label">
  278. 缺勤扣:
  279. </label>
  280. </td>
  281. <td class="value">
  282. <input id="absenceDebit" name="absenceDebit" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.absenceDebit}'/>
  283. <span class="Validform_checktip"></span>
  284. <label class="Validform_label" style="display: none;">缺勤扣</label>
  285. </td>
  286. <td align="right">
  287. <label class="Validform_label">
  288. 缴金补贴:
  289. </label>
  290. </td>
  291. <td class="value">
  292. <input id="paymentSubsidy" name="paymentSubsidy" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.paymentSubsidy}'/>
  293. <span class="Validform_checktip"></span>
  294. <label class="Validform_label" style="display: none;">缴金补贴</label>
  295. </td>
  296. </tr>
  297. <tr>
  298. <td align="right">
  299. <label class="Validform_label">
  300. 社保扣除:
  301. </label>
  302. </td>
  303. <td class="value">
  304. <input id="socialSecurityDebit" name="socialSecurityDebit" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.socialSecurityDebit}'/>
  305. <span class="Validform_checktip"></span>
  306. <label class="Validform_label" style="display: none;">社保扣除</label>
  307. </td>
  308. <td align="right">
  309. <label class="Validform_label">
  310. 公积金扣除:
  311. </label>
  312. </td>
  313. <td class="value">
  314. <input id="providentFundDebit" name="providentFundDebit" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.providentFundDebit}'/>
  315. <span class="Validform_checktip"></span>
  316. <label class="Validform_label" style="display: none;">公积金扣除</label>
  317. </td>
  318. </tr>
  319. <tr>
  320. <td align="right">
  321. <label class="Validform_label">
  322. 税前合计金额:
  323. </label>
  324. </td>
  325. <td class="value">
  326. <input id="preTaxMone" name="preTaxMone" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.preTaxMone}'/>
  327. <span class="Validform_checktip"></span>
  328. <label class="Validform_label" style="display: none;">税前合计金额</label>
  329. </td>
  330. <td align="right">
  331. <label class="Validform_label">
  332. 其他扣除:
  333. </label>
  334. </td>
  335. <td class="value">
  336. <input id="otherDebit" name="otherDebit" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.otherDebit}'/>
  337. <span class="Validform_checktip"></span>
  338. <label class="Validform_label" style="display: none;">其他扣除</label>
  339. </td>
  340. </tr>
  341. <tr>
  342. <td align="right">
  343. <label class="Validform_label">
  344. 扣税金额:
  345. </label>
  346. </td>
  347. <td class="value">
  348. <input id="taxMoney" name="taxMoney" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.taxMoney}'/>
  349. <span class="Validform_checktip"></span>
  350. <label class="Validform_label" style="display: none;">扣税金额</label>
  351. </td>
  352. <td align="right">
  353. <label class="Validform_label">
  354. 实发金额:
  355. </label>
  356. </td>
  357. <td class="value">
  358. <input id="actualMoney" name="actualMoney" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.actualMoney}'/>
  359. <span class="Validform_checktip"></span>
  360. <label class="Validform_label" style="display: none;">实发金额</label>
  361. </td>
  362. </tr>
  363. <tr>
  364. <td align="right">
  365. <label class="Validform_label">
  366. 状态:
  367. </label>
  368. </td>
  369. <td class="value">
  370. <input id="status" name="status" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.status}'/>
  371. <span class="Validform_checktip"></span>
  372. <label class="Validform_label" style="display: none;">状态</label>
  373. </td>
  374. <td align="right">
  375. <label class="Validform_label">
  376. 备注说明:
  377. </label>
  378. </td>
  379. <td class="value">
  380. <input id="remark" name="remark" type="text" style="width: 150px" ignore="ignore" value='${userWagePage.remark}'/>
  381. <span class="Validform_checktip"></span>
  382. <label class="Validform_label" style="display: none;">备注说明</label>
  383. </td>
  384. </tr>
  385. <tr>
  386. <td height="50px" align="center" colspan="4" >
  387. <a style="margin-left:80px" href="#" class="easyui-linkbutton l-btn" plain="true" iconcls="icon-le-back" onclick="history.go(-1)">返回</a>
  388. <div style="display:none"><input type="submit" id ="btnsub" value=""/></div>
  389. <a href="#" class="easyui-linkbutton l-btn" iconcls="icon-le-ok" onclick="btn_ok()">提交</a>
  390. </td>
  391. </tr>
  392. </table>
  393. </t:formvalid>
  394. </body>
  395. <script src = "webpage/cn/com/lzt/userwage/userWage.js"></script>