settingEmployeeInfo.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. <!-- include '../header' -->
  2. <link rel=stylesheet href="<?= WEB_SITE_GLOBAL ?>css/jquery.validator.css">
  3. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/jquery.validator.min.js"></script>
  4. <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/zh-CN.js"></script>
  5. <script src="<?= WEB_SITE_GLOBAL ?>js/hr.validator.js"></script>
  6. <body>
  7. <div class="mainLayout">
  8. <div class="mainMenu">
  9. <div class="menuItem">
  10. <a href="#" class="mLogo">CLD</a>
  11. <ul>
  12. <!-- include '../menu' -->
  13. </ul>
  14. </div>
  15. </div>
  16. <div class="warpContent">
  17. <div class="subMenu fL">
  18. <div class="menuItem">
  19. <!-- include 'settingMenu' -->
  20. </div>
  21. </div>
  22. <div class="adminContent autoHeight">
  23. <div class="subNav">
  24. <div class="fR">
  25. <!-- if {{staff.pendStatus}}==3||{{staff.pendStatus}}==5 -->
  26. <!-- if {{staff.pendStatus}}==3 -->
  27. <a href="javascript:void(0)" data-toggle="modal" class="button fR">你已经申请了离职</a>
  28. <!-- else -->
  29. <a href="javascript:void(0)" data-toggle="modal" class="button fR">你已经申请转正</a>
  30. <!-- endif -->
  31. <!-- else -->
  32. <a href="#resignation" data-toggle="modal" class="button fR">离职申请</a>
  33. <!-- endif -->
  34. <!-- if ({{staff.nature}}==2||{{staff.nature}}==3)&&{{staff.pendStatus}}!=5 -->
  35. <a href="#turn" data-toggle="modal" class="button fR">转正申请</a>
  36. <!-- endif -->
  37. </div>
  38. <ul class="navTabs">
  39. <li class="active"><a href="#">基本信息</a></li>
  40. <li><a href="/settingCredentialInfo">证件信息</a></li>
  41. <li><a href="/settingFinanceInfo">财务信息</a></li>
  42. </ul>
  43. </div>
  44. <!--基本信息-->
  45. <div class="saeaList" style="width:900px">
  46. <form method="post" action="/staffUpdate" >
  47. <input type="hidden" name="sidKey" id='sidKey' value="{{staff.sidKey}}">
  48. <input type="hidden" name="employeeInfo" value="settingEmployeeInfo">
  49. <table class="table table-bordered table-condensed">
  50. <tbody>
  51. <tr>
  52. <th class="taC" width="150"><b class="colRed">* </b>工号</th><td width="260">{{staff.jobNumber}}</td>
  53. <th class="taC" width="150"><b class="colRed">* </b>姓名</th><td><input type="text" value="{{staff.username}}" disabled></td>
  54. </tr>
  55. <tr>
  56. <th class="taC" width="150"><b class="colRed">* </b>办事处/部门</th>
  57. <td>
  58. {{staff.category}}<!-- if !empty({{staff.departmentID}}) -->/{{staff.department.departmentName}}<!-- endif -->
  59. </td>
  60. <th class="taC" width="150"><b class="colRed">* </b>岗位</th><td><input type="text" value="{{staff.positionDetail.positionName}}" disabled></td>
  61. </tr>
  62. <tr>
  63. <th class="taC" width="150"><b class="colRed">* </b>入职日期</th><td><input type="date" value="{{staff.hiredate}}" disabled></td>
  64. <th class="taC" width="150"><b class="colRed">* </b>手机</th><td <!-- if empty({{staff.telephone}}) --> class="alert-warning" <!-- endif --> ><input type="text" name='telephone' value="{{staff.telephone}}"></td>
  65. </tr>
  66. <tr>
  67. <th class="taC"><b class="colRed">* </b>QQ</th><td<!-- if empty({{staff.qq}}) --> class="alert-warning" <!-- endif --> ><input type="text" name='qq' value="{{staff.qq}}"></td>
  68. <th class="taC">微信</th><td><input type="text" name='wecat' value="{{staff.wecat}}"></td>
  69. </tr>
  70. <tr>
  71. <th class="taC"><b class="colRed">* </b>电话</th><td<!-- if empty({{staff.phone}}) --> class="alert-warning" <!-- endif -->><input type="text" name='phone' value="{{staff.phone}}"></td>
  72. <th class="taC">邮箱</th><td><input type="text" name='email' value="{{staff.email}}"></td>
  73. </tr>
  74. </tbody>
  75. </table>
  76. <table class="table table-bordered table-condensed">
  77. <tr>
  78. <th class="taC" width="150"><b class="colRed">* </b>性别</th>
  79. <td width="260">
  80. <label class="radio inline"><input type="radio" name='gender' <!-- if {{staff.gender}}=='男' -->checked<!-- endif --> value="男">男</label>
  81. <label class="radio inline"><input type="radio" name='gender' <!-- if {{staff.gender}}=='女' -->checked<!-- endif --> value="女">女</label>
  82. </td>
  83. <th class="taC" width="150"><b class="colRed">* </b>出生日期</th>
  84. <td<!-- if empty({{staff.birthday}}) --> class="alert-warning" <!-- endif -->><input type="date" name='birthday' value="{{staff.birthday}}"></td>
  85. </tr>
  86. <tr>
  87. <th class="taC" width="150">民族</th><td<!-- if empty({{staff.nation}}) --> class="alert-warning" <!-- endif -->><input type="text" name='nation' id='nation' value='{{staff.nation}}'></td>
  88. <th class="taC" width="150"><b class="colRed">* </b>婚姻状况</th>
  89. <td>
  90. <select name='marriage' id='marriage' <!-- if {{staff.marriage}}=='' --> class="alert-warning" <!-- endif -->>
  91. <option <!-- if {{staff.marriage}}=='' -->selected<!-- endif --> value='请选择'>请选择</option>
  92. <option <!-- if {{staff.marriage}}=='1' -->selected<!-- endif --> value='1'>已婚</option>
  93. <option <!-- if {{staff.marriage}}=='0' -->selected<!-- endif --> value='0'>未婚</option>
  94. </select>
  95. </td>
  96. </tr>
  97. </table>
  98. <table class="table table-bordered table-condensed">
  99. <tr>
  100. <th class="taC" width="150">毕业院校</th>
  101. <td width="260" <!-- if empty({{staff.graduateInstitutions}}) --> class="alert-warning" <!-- endif -->>
  102. <input type="text" name='graduateInstitutions' id='graduateInstitutions' value='{{staff.graduateInstitutions}}'>
  103. </td>
  104. <th class="taC" width="150">所学专业</th>
  105. <td <!-- if empty({{staff.major}}) --> class="alert-warning" <!-- endif -->>
  106. <input type="text" name='major' id='major' value='{{staff.major}}'></td>
  107. </tr>
  108. <tr>
  109. <th class="taC" width="150">毕业学历</th>
  110. <td<!-- if empty({{staff.education}}) --> class="alert-warning" <!-- endif -->>
  111. <select name='education' id='education' >
  112. <option <!-- if {{staff.education}}=='初中' -->selected<!-- endif --> value='初中'>初中</option>
  113. <option <!-- if {{staff.education}}=='高中' -->selected<!-- endif --> value='高中'>高中</option>
  114. <option <!-- if {{staff.education}}=='中专' -->selected<!-- endif --> value='中专'>中专</option>
  115. <option <!-- if {{staff.education}}=='大专' -->selected<!-- endif --> value='大专'>大专</option>
  116. <option <!-- if {{staff.education}}=='本科' -->selected<!-- endif --> value='本科'>本科</option>
  117. <option <!-- if {{staff.education}}=='硕士' -->selected<!-- endif --> value='硕士'>硕士</option>
  118. </select></td>
  119. <th class="taC" width="150">毕业时间</th>
  120. <td<!-- if {{staff.graduationTime}}=='0000-00-00' --> class="alert-warning" <!-- endif -->>
  121. <input type="date" name='graduationTime' id='graduationTime' value='{{staff.graduationTime}}'></td>
  122. </tr>
  123. <tr>
  124. <th class="taC" width="150"><b class="colRed">* </b>最高学历</th>
  125. <td>
  126. <select name='qualifications' id='qualifications'>
  127. <option <!-- if {{staff.qualifications}}=='初中' -->selected<!-- endif --> value='初中'>初中</option>
  128. <option <!-- if {{staff.qualifications}}=='高中' -->selected<!-- endif --> value='高中'>高中</option>
  129. <option <!-- if {{staff.qualifications}}=='中专' -->selected<!-- endif --> value='中专'>中专</option>
  130. <option <!-- if {{staff.qualifications}}=='大专' -->selected<!-- endif --> value='大专'>大专</option>
  131. <option <!-- if {{staff.qualifications}}=='本科' -->selected<!-- endif --> value='本科'>本科</option>
  132. <option <!-- if {{staff.qualifications}}=='硕士' -->selected<!-- endif --> value='硕士'>硕士</option>
  133. </select>
  134. </td>
  135. </tr>
  136. </table>
  137. <table class="table table-bordered table-condensed">
  138. <tr>
  139. <th class="taC" width="150">户口所在地</th>
  140. <td width="260" <!-- if empty({{staff.registeredResidence}}) --> class="alert-warning" <!-- endif -->>
  141. <input type="text" name='registeredResidence' id='registeredResidence' value='{{staff.registeredResidence}}' data-placement="bottom" data-toggle="ctooltip" data-original-title="请填写户口本详细地址" /></td>
  142. <th class="taC" width="150">户籍类型</th>
  143. <td <!-- if empty({{staff.householdRegistrationType}}) --> class="alert-warning" <!-- endif -->>
  144. <select name='householdRegistrationType' id='householdRegistrationType' value='{{staff.householdRegistrationType}}'>
  145. <option value='城镇户口'>城镇户口</option>
  146. <option value='农业户口'>农业户口</option>
  147. </select>
  148. </td>
  149. </tr>
  150. <tr>
  151. <th class="taC" width="150"><b class="colRed">* </b>现居住地</th>
  152. <td <!-- if empty({{staff.living}}) --> class="alert-warning" <!-- endif --> colspan="3"><input type="text" name='living' value="{{staff.living}}" style="width:500px"></td>
  153. </tr>
  154. <tr>
  155. <th class="taC" width="150"><b class="colRed">* </b>籍贯</th>
  156. <td <!-- if empty({{staff.nativePlace}}) --> class="alert-warning" <!-- endif --> width="260"><input type="text" name='nativePlace' value="{{staff.nativePlace}}" data-placement="bottom" data-toggle="ctooltip" data-original-title="例:广东省珠海市" /></td>
  157. <th class="taC" width="150"><b class="colRed">* </b>紧急联系人</th>
  158. <td <!-- if empty({{staff.emergencyContacts}}) --> class="alert-warning" <!-- endif -->><input data-placement="bottom" name='emergencyContacts' value="{{staff.emergencyContacts}}" data-toggle="ctooltip" data-original-title="例:张三(老婆)15003850888" type="text"></td>
  159. </tr>
  160. </table>
  161. <div class="control-group">
  162. <div class="controls">
  163. <input type="submit" class="button" value="确认修改">
  164. </div>
  165. </div>
  166. </form>
  167. </div>
  168. </div>
  169. </div>
  170. </div>
  171. <!--弹出转正申请-->
  172. <div class="modal hide fade" id="turn">
  173. <form method="post" action="/appliedRegular" id="appliedRegular" >
  174. <div class="modal-dialog">
  175. <div class="modal-content">
  176. <div class="modal-header">
  177. <h3>申请转正</h3>
  178. </div>
  179. <div class="modal-body saeaList">
  180. <h4>申请提交后,需要等待人资审批,通过后,您将成为我们的正式员工,享受更好的福利待遇。</h4>
  181. </div>
  182. <div class="modal-footer">
  183. <input type="submit" class="button" value="确定提交">
  184. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  185. </div>
  186. </div>
  187. </div>
  188. </form>
  189. </div>
  190. <!--弹出离职申请-->
  191. <div class="modal hide fade" id="resignation">
  192. <form method="post" action="/appliedDimission" id="appliedDimission" >
  193. <div class="modal-dialog">
  194. <div class="modal-content">
  195. <div class="modal-header">
  196. <h3>申请离职</h3>
  197. </div>
  198. <div class="modal-body saeaList">
  199. <table class="table table-bordered table-condensed">
  200. <tbody><tr>
  201. <th class="taC" width="100">离职原因</th>
  202. <td><textarea name="dimissionReason" placeholder="简要填写离职原因"></textarea></td>
  203. </tr>
  204. <tr>
  205. <th class="taC" width="100">离职日期</th><td><input type="date" name='applyLeaveDate' value='' ></td>
  206. </tr>
  207. </tbody></table>
  208. <p class="alert alert-">请联系纵横人资(QQ:1430119431)办理离职手续。</p>
  209. </div>
  210. <div class="modal-footer">
  211. <input type="submit" class="button" value="确定提交">
  212. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  213. </div>
  214. </div>
  215. </div>
  216. </form>
  217. </div>
  218. <script type="text/javascript">autoFlashHeight();</script>
  219. </body>