userChangesLog-add.jsp 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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="userChangesLogController.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="userChangesLogController.do?doAdd" tiptype="1" callback="callback">
  31. <input id="id" name="id" type="hidden" value="${userChangesLogPage.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="changeTime" name="changeTime" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" ignore="ignore" />
  41. <span class="Validform_checktip"></span>
  42. <label class="Validform_label" style="display: none;">变动日期</label>
  43. </td>
  44. </tr>
  45. <tr>
  46. <td align="right">
  47. <label class="Validform_label">
  48. 员工工号:
  49. </label>
  50. </td>
  51. <td class="value">
  52. <input id="userCode" name="userCode" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  53. <span class="Validform_checktip"></span>
  54. <label class="Validform_label" style="display: none;">员工工号</label>
  55. </td>
  56. </tr>
  57. <tr>
  58. <td align="right">
  59. <label class="Validform_label">
  60. 员工姓名:
  61. </label>
  62. </td>
  63. <td class="value">
  64. <input id="userName" name="userName" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  65. <span class="Validform_checktip"></span>
  66. <label class="Validform_label" style="display: none;">员工姓名</label>
  67. </td>
  68. </tr>
  69. <tr>
  70. <td align="right">
  71. <label class="Validform_label">
  72. 所属单位ID:
  73. </label>
  74. </td>
  75. <td class="value">
  76. <input id="belongUnitid" name="belongUnitid" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  77. <span class="Validform_checktip"></span>
  78. <label class="Validform_label" style="display: none;">所属单位ID</label>
  79. </td>
  80. </tr>
  81. <tr>
  82. <td align="right">
  83. <label class="Validform_label">
  84. 调入单位ID:
  85. </label>
  86. </td>
  87. <td class="value">
  88. <input id="inUnitid" name="inUnitid" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  89. <span class="Validform_checktip"></span>
  90. <label class="Validform_label" style="display: none;">调入单位ID</label>
  91. </td>
  92. </tr>
  93. <tr>
  94. <td align="right">
  95. <label class="Validform_label">
  96. 变动类型:
  97. </label>
  98. </td>
  99. <td class="value">
  100. <input id="changeType" name="changeType" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  101. <span class="Validform_checktip"></span>
  102. <label class="Validform_label" style="display: none;">变动类型</label>
  103. </td>
  104. </tr>
  105. <tr>
  106. <td align="right">
  107. <label class="Validform_label">
  108. 申请人姓名:
  109. </label>
  110. </td>
  111. <td class="value">
  112. <input id="applicant" name="applicant" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  113. <span class="Validform_checktip"></span>
  114. <label class="Validform_label" style="display: none;">申请人姓名</label>
  115. </td>
  116. </tr>
  117. <tr>
  118. <td align="right">
  119. <label class="Validform_label">
  120. 缴金提醒状态:
  121. </label>
  122. </td>
  123. <td class="value">
  124. <input id="payRemindStatus" name="payRemindStatus" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  125. <span class="Validform_checktip"></span>
  126. <label class="Validform_label" style="display: none;">缴金提醒状态</label>
  127. </td>
  128. </tr>
  129. <tr>
  130. <td align="right">
  131. <label class="Validform_label">
  132. 缴金单位:
  133. </label>
  134. </td>
  135. <td class="value">
  136. <input id="payUnit" name="payUnit" type="text" style="width: 150px" class="inputxt" ignore="ignore" />
  137. <span class="Validform_checktip"></span>
  138. <label class="Validform_label" style="display: none;">缴金单位</label>
  139. </td>
  140. </tr>
  141. <tr>
  142. <td height="50px" align="center" colspan="2">
  143. <a style="margin-left:80px" href="#" class="easyui-linkbutton l-btn" plain="true" iconcls="icon-le-back" onclick="history.go(-1)">返回</a>
  144. <div style="display:none"><input type="submit" id ="btnsub" value=""/></div>
  145. <a href="#" class="easyui-linkbutton l-btn" iconcls="icon-le-ok" onclick="btn_ok()">提交</a>
  146. </td>
  147. </tr>
  148. </table>
  149. </t:formvalid>
  150. </body>
  151. <script src = "webpage/cn/com/lzt/userchangeslog/userChangesLog.js"></script>