appoint_list.blade.php 62 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117
  1. <section class="content">
  2. <div class="row">
  3. <div class="col-md-12">
  4. <div class="box">
  5. {{ csrf_field() }}
  6. <div class="box-body table-responsive">
  7. <div class="col-md-3 clearfix">
  8. <div class="box-body table-responsive" style="padding:5px;">
  9. <div class="form-group clearfix" style="margin-bottom:0;">
  10. <label for="prefix" class="control-label">政治面貌:</label>
  11. <div style="float: left;width: 150px;">
  12. <select class="form-control" name="political_affiliation" id="political_affiliation">
  13. <option value=''>不限</option>
  14. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '01') selected @endif value="01">中共党员</option>
  15. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '02') selected @endif value="02">中共预备党员</option>
  16. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '03') selected @endif value="03">共青团员</option>
  17. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '04') selected @endif value="04">民革党员</option>
  18. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '05') selected @endif value="05">民盟盟员</option>
  19. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '06') selected @endif value="06">民建会员</option>
  20. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '07') selected @endif value="07">民进会员</option>
  21. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '08') selected @endif value="08">农工党党员</option>
  22. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '09') selected @endif value="09">致公党党员</option>
  23. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '10') selected @endif value="10">九三学社社员</option>
  24. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '11') selected @endif value="11">台盟盟员</option>
  25. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '12') selected @endif value="12">无党派人士</option>
  26. <option @if(array_key_exists('political_affiliation',$search_data) && $search_data['political_affiliation'] == '13') selected @endif value="13">群众</option>
  27. </select>
  28. </div>
  29. </div>
  30. </div>
  31. <div class="box-body table-responsive" style="padding:5px;">
  32. <div class="form-group clearfix" style="margin-bottom:0;">
  33. <label for="prefix" class="control-label">报名状态:</label>
  34. <div style="float: left;width: 150px;">
  35. <select class="form-control" name="audit" id="audit">
  36. <option value=''>不限</option>
  37. <option @if(array_key_exists('audit',$search_data) && $search_data['audit'] == '1') selected @endif value='1'>已提交,待审核</option>
  38. <option @if(array_key_exists('audit',$search_data) && $search_data['audit'] == '2') selected @endif value='2'>审核失败,已退回</option>
  39. <option @if(array_key_exists('audit',$search_data) && $search_data['audit'] == '3') selected @endif value='3'>审核成功</option>
  40. </select>
  41. </div>
  42. </div>
  43. </div>
  44. <div class="box-body table-responsive" style="padding:5px;">
  45. <div class="form-group clearfix" style="margin-bottom:0;">
  46. <label for="prefix" class="control-label">精确查询:</label>
  47. <div style="float: left;width: 150px;">
  48. <input type="text" class="form-control" name="realname" id="realname" placeholder="请输入姓名" @if(array_key_exists('realname',$search_data)) value="{{$search_data['realname']}}" @endif>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. <div class="col-md-3 clearfix">
  54. <div class="box-body table-responsive" style="padding:5px;">
  55. <div class="form-group clearfix" style="margin-bottom:0;">
  56. <label for="prefix" class="control-label">性别:</label>
  57. <div style="float: left;width: 150px;">
  58. <select class="form-control" name="sex" id="sex">
  59. <option value=''>不限</option>
  60. <option value='0' @if(array_key_exists('sex',$search_data) && $search_data['sex'] == '0') selected @endif>女</option>
  61. <option value='1' @if(array_key_exists('sex',$search_data) && $search_data['sex'] == '1') selected @endif>男</option>
  62. </select>
  63. </div>
  64. </div>
  65. </div>
  66. <div class="box-body table-responsive" style="padding:5px;">
  67. <div class="form-group clearfix" style="margin-bottom:0;">
  68. <label for="prefix" class="control-label">学历:</label>
  69. <div style="float: left;width: 150px;">
  70. <select class="form-control" name="education" id="education">
  71. <option value=''>不限</option>
  72. <option value='小学' @if(array_key_exists('education',$search_data) && $search_data['education'] == '小学') selected @endif>小学</option>
  73. <option value='初中' @if(array_key_exists('education',$search_data) && $search_data['education'] == '初中') selected @endif>初中</option>
  74. <option value='技校' @if(array_key_exists('education',$search_data) && $search_data['education'] == '技校') selected @endif>技校</option>
  75. <option value='职高' @if(array_key_exists('education',$search_data) && $search_data['education'] == '职高') selected @endif>职高</option>
  76. <option value='高中' @if(array_key_exists('education',$search_data) && $search_data['education'] == '高中') selected @endif>高中</option>
  77. <option value='中专' @if(array_key_exists('education',$search_data) && $search_data['education'] == '中专') selected @endif>中专</option>
  78. <option value='专科' @if(array_key_exists('education',$search_data) && $search_data['education'] == '专科') selected @endif>专科</option>
  79. <option value='本科' @if(array_key_exists('education',$search_data) && $search_data['education'] == '本科') selected @endif>本科</option>
  80. <option value='硕士' @if(array_key_exists('education',$search_data) && $search_data['education'] == '硕士') selected @endif>硕士</option>
  81. <option value='博士' @if(array_key_exists('education',$search_data) && $search_data['education'] == '博士') selected @endif>博士</option>
  82. </select>
  83. </div>
  84. </div>
  85. </div>
  86. <div class="box-body table-responsive" style="padding:5px;">
  87. <div class="form-group clearfix" style="margin-bottom:0;">
  88. <label for="prefix" class="control-label">报名岗位:</label>
  89. <div style="float: left;width: 150px;">
  90. <select class="form-control" name="post_id" id="post_id">
  91. <option value=''>不限</option>
  92. @foreach($post as $k => $v)
  93. <option value='{{$k}}' @if(array_key_exists('post_id',$search_data) && $search_data['post_id'] == $k) selected @endif>{{$v}}</option>
  94. @endforeach
  95. </select>
  96. </div>
  97. </div>
  98. </div>
  99. </div>
  100. <div class="col-md-3 clearfix">
  101. <div class="box-body table-responsive" style="padding:5px;">
  102. <div class="form-group clearfix" style="margin-bottom:0;">
  103. <label for="prefix" class="control-label">打印笔试准考证:</label>
  104. <div style="float: left;width: 150px;">
  105. <select class="form-control" name="print_bs" id="print_bs">
  106. <option value=''>不限</option>
  107. <option value='1' @if(array_key_exists('print_bs',$search_data) && $search_data['print_bs'] == '1') selected @endif >是</option>
  108. <option value='0' @if(array_key_exists('print_bs',$search_data) && $search_data['print_bs'] == '0') selected @endif >否</option>
  109. </select>
  110. </div>
  111. </div>
  112. </div>
  113. <div class="box-body table-responsive" style="padding:5px;">
  114. <div class="form-group clearfix" style="margin-bottom:0;">
  115. <label for="prefix" class="control-label">打印上机准考证:</label>
  116. <div style="float: left;width: 150px;">
  117. <select class="form-control" name="print_js" id="print_js">
  118. <option value=''>不限</option>
  119. <option value='1' @if(array_key_exists('print_js',$search_data) && $search_data['print_js'] == '1') selected @endif >是</option>
  120. <option value='0' @if(array_key_exists('print_js',$search_data) && $search_data['print_js'] == '0') selected @endif >否</option>
  121. </select>
  122. </div>
  123. </div>
  124. </div>
  125. <div class="box-body table-responsive" style="padding:5px;">
  126. <div class="form-group clearfix" style="margin-bottom:0;">
  127. <label for="prefix" class="control-label">打印面试准考证:</label>
  128. <div style="float: left;width: 150px;">
  129. <select class="form-control" name="print_ms" id="print_ms">
  130. <option value=''>不限</option>
  131. <option value='1' @if(array_key_exists('print_ms',$search_data) && $search_data['print_ms'] == '1') selected @endif >是</option>
  132. <option value='0' @if(array_key_exists('print_ms',$search_data) && $search_data['print_ms'] == '0') selected @endif>否
  133. </option>
  134. </select>
  135. </div>
  136. </div>
  137. </div>
  138. </div>
  139. <div class="col-md-3 clearfix">
  140. <div class="box-body table-responsive" style="padding:5px;">
  141. <div class="form-group clearfix" style="margin-bottom:0;">
  142. <label for="prefix" class="control-label">笔试结果:</label>
  143. <div style="float: left;width: 150px;">
  144. <select class="form-control" name="pen_audit" id="pen_audit">
  145. <option value=''>不限</option>
  146. <option value='-1' @if(array_key_exists('pen_audit',$search_data) && $search_data['pen_audit'] == '-1') selected @endif>未开始</option>
  147. <option value='1' @if(array_key_exists('pen_audit',$search_data) && $search_data['pen_audit'] == '1') selected @endif>已通过</option>
  148. <option value='0' @if(array_key_exists('pen_audit',$search_data) && $search_data['pen_audit'] == '0') selected @endif>未通过</option>
  149. <option value="2" @if(array_key_exists('pen_audit',$search_data) && $search_data['pen_audit'] == '2') selected @endif>缺考</option>
  150. <option value="3" @if(array_key_exists('pen_audit',$search_data) && $search_data['pen_audit'] == '3') selected @endif>不需要</option>
  151. </select>
  152. </div>
  153. </div>
  154. </div>
  155. <div class="box-body table-responsive" style="padding:5px;">
  156. <div class="form-group clearfix" style="margin-bottom:0;">
  157. <label for="prefix" class="control-label">补登结果:</label>
  158. <div style="float: left;width: 150px;">
  159. <select class="form-control" name="political_audit" id="political_audit">
  160. <option value=''>不限</option>
  161. <option value='-1' @if(array_key_exists('political_audit',$search_data) && $search_data['political_audit'] == '-1') selected @endif>未补登</option>
  162. <option value='4' @if(array_key_exists('political_audit',$search_data) && $search_data['political_audit'] == '4') selected @endif>未审核</option>
  163. <option value='0' @if(array_key_exists('political_audit',$search_data) && $search_data['political_audit'] == '0') selected @endif>未通过</option>
  164. <option value="1" @if(array_key_exists('political_audit',$search_data) && $search_data['political_audit'] == '1') selected @endif>已通过</option>
  165. </select>
  166. </div>
  167. </div>
  168. </div>
  169. </div>
  170. </div>
  171. <div class="box-footer">
  172. <div class="btn-group" style="margin-left: 440px;">
  173. <button type="button" class="btn btn-info btn-primary js-search" data-type="1"><i class="fa fa-search">搜索</i></button>
  174. </div>
  175. </div>
  176. <div class="box-body table-responsive">
  177. <div class="col-md-12">
  178. <div class="box-header with-border">
  179. <h3 class="box-title">查询结果</h3>
  180. </div>
  181. <div class="box-body table-responsive no-padding">
  182. <table class="table table-hover">
  183. <thead>
  184. <tr>
  185. <th height="26" class="admin_list_tit">
  186. <input type="checkbox" name=" " title="全选/反选" id="chk" />
  187. </th>
  188. <th>照片</th>
  189. <th>基础资料</th>
  190. <th>邮箱</th>
  191. <th>电话</th>
  192. <th>岗位编号</th>
  193. <th>报考岗位</th>
  194. <th>报名时间</th>
  195. <th>记录变更时间</th>
  196. <th>当前状态</th>
  197. <th>准考证打印情况</th>
  198. <th>日志</th>
  199. <th>操作</th>
  200. </tr>
  201. </thead>
  202. <tbody>
  203. @if(isset($list) && $list->total())
  204. @foreach($list as $k=>$v)
  205. <tr>
  206. <td>
  207. <input ls="{{$v->id}}" name="id[]" id="appointinfo_{{$v->id}}" type="checkbox" value="{{$v->id}}" />
  208. </td>
  209. <td>
  210. <span class="vtip" title='<img @if($v->avatar) src="{{$v->avatar}}" @else src="/data/upload/resource/no_photo_male.png" @endif>' height=120>
  211. <img style="width: 30px; height: 30px;" @if($v->avatar) src="{{$v->avatar}}" @else src="/data/upload/resource/no_photo_male.png" @endif></span>
  212. </td>
  213. <td>
  214. <a target="_blank" href="{{admin_base_path()}}/personal/manager/into2/{{$v->uid}}/{{$v->recruit_id}}">{!! $v->realname !!}</a>
  215. <span style="color: #0A246A; margin-right: 3px;">{{$v->sex}}</span>
  216. <span style="color:#be7707; margin-right: 3px;">{{$v->birthday}}</span>
  217. <span style="color:#0A7CF7; margin-right: 3px;">{{$v->education}}</span>
  218. <span style="color:#ff2424; margin-right: 3px;">{{$v->nation}}</span>
  219. <span style="color:#0F73AC; margin-right: 3px;">{{$v->native_place}}</span>
  220. <span style="color:#ff0000; margin-right: 3px;">{{$v->political_affiliation}}</span>
  221. </td>
  222. <td>
  223. {{ $v->email }}
  224. </td>
  225. <td>
  226. {{ $v->mobile }}
  227. </td>
  228. <td>{!! $v->code !!}</td>
  229. <td>{!! $v->name !!}</td>
  230. <td>{!! $v->created_at !!}</td>
  231. <td>{!! $v->updated_at !!}</td>
  232. <td>
  233. @if(in_array('1',explode(',',$recruit->step)) && $v->current >= 1)
  234. <p>报名:
  235. @if($v->audit == 3)
  236. <span style="color: #67c23a;">通过</span>
  237. @elseif($v->audit == 2)
  238. <span style="color: #f56c6c;">审核失败</span>
  239. @elseif($v->audit == 1)
  240. <span style="color: #e6a23c;">审核中</span>
  241. @endif
  242. </p>
  243. @endif
  244. @if(in_array('3',explode(',',$recruit->step)) && $v->current >= 2)
  245. <p>笔试:
  246. @if($v->pen_audit == -2)
  247. <span style="color: #909399;">未确认</span>
  248. @elseif($v->pen_audit == -1)
  249. <span style="color: #f56c6c;">未开始</span>
  250. @elseif($v->pen_audit == 0)
  251. <span style="color: #f56c6c;">未通过</span>
  252. @elseif($v->pen_audit == 1)
  253. <span style=" color: #67c23a;">通过</span>
  254. @elseif($v->pen_audit == 2)
  255. <span style="color: #909399;">缺考</span>
  256. @elseif($v->pen_audit == 3)
  257. <span style="color: #909399;">不需要笔试</span>
  258. @endif
  259. </p>
  260. @endif
  261. @if(in_array('4',explode(',',$recruit->step)) && $v->current >= 2)
  262. <p>上机:
  263. @if($v->computer_audit == -1)
  264. <span style="color: #f56c6c;">未开始</span>
  265. @elseif($v->computer_audit == 0)
  266. <span style="color: #f56c6c;">未通过</span>
  267. @elseif($v->computer_audit == 1)
  268. <span style=" color: #67c23a;">通过</span>
  269. @elseif($v->computer_audit == 2)
  270. <span style="color: #909399;">缺考</span>
  271. @elseif($v->computer_audit == 3)
  272. <span style="color: #909399;">不需要上机</span>
  273. @endif
  274. </p>
  275. @endif
  276. @if(in_array('5',explode(',',$recruit->step)) && $v->current >= 2)
  277. <p>面试:
  278. @if($v->face_audit == -1)
  279. <span style="color: #f56c6c;">未开始</span>
  280. @elseif($v->face_audit == 0)
  281. <span style="color: #f56c6c;">未通过</span>
  282. @elseif($v->face_audit == 1)
  283. <span style=" color: #67c23a;">通过</span>
  284. @elseif($v->face_audit == 2)
  285. <span style="color: #909399;">缺考</span>
  286. @elseif($v->face_audit == 3)
  287. <span style="color: #909399;">不需要面试</span>
  288. @endif
  289. </p>
  290. @endif
  291. @if(in_array('6',explode(',',$recruit->step)) && $v->current >= 2)
  292. <p>复试:
  293. @if($v->reexamine_audit == -1)
  294. <span style="color: #909399;">未开始</span>
  295. @elseif($v->reexamine_audit == 0)
  296. <span style="color: #f56c6c;">未通过</span>
  297. @elseif($v->reexamine_audit == 1)
  298. <span style=" color: #67c23a;">通过</span>
  299. @elseif($v->reexamine_audit == 2)
  300. <span style="color: #909399;">缺考</span>
  301. @elseif($v->reexamine_audit == 3)
  302. <span style="color: #909399;">不需要复试</span>
  303. @endif
  304. </p>
  305. @endif
  306. @if(in_array('7',explode(',',$recruit->step)) && $v->current >= 3)
  307. <p>体检:
  308. @if($v->inspect_audit == -1)
  309. <span style="color: #909399;">未开始</span>
  310. @elseif($v->inspect_audit == 0)
  311. <span style="color: #f56c6c;">未通过</span>
  312. @elseif($v->inspect_audit == 1)
  313. <span style=" color: #67c23a;">通过</span>
  314. @elseif($v->inspect_audit == 2)
  315. <span style="color: #909399;">缺检</span>
  316. @elseif($v->inspect_audit == 3)
  317. <span style="color: #909399;">不需要体检</span>
  318. @endif
  319. </p>
  320. @endif
  321. @if(in_array('8',explode(',',$recruit->step)) && $v->current >= 3)
  322. <p>政审:
  323. @if($v->political_audit == -1)
  324. <span style="color: #909399;">未开始</span>
  325. @elseif($v->political_audit == 0)
  326. <span style="color: #f56c6c;">未通过</span>
  327. @elseif($v->political_audit == 1)
  328. <span style=" color: #67c23a;">通过</span>
  329. @elseif($v->political_audit == 2)
  330. <span style="color: #909399;">缺检</span>
  331. @elseif($v->political_audit == 3)
  332. <span style="color: #909399;">不需要政审</span>
  333. @endif
  334. </p>
  335. @endif
  336. </td>
  337. <td>
  338. @if(in_array('3',explode(',',$recruit->step)) && $v->current >= 2 && $v->pen_audit != 3)
  339. <p>笔试准考证:
  340. @if($v->pen_print)
  341. <span style=" color: #67c23a;">已打印</span>
  342. @else
  343. <span style=" color: #ff2424;">未打印</span><br />
  344. @endif
  345. </p>
  346. @endif
  347. @if(in_array('4',explode(',',$recruit->step)) && $v->current >= 2 && $v->computer_audit != 3)
  348. <P>上机准考证:
  349. @if($v->computer_print)
  350. <span style=" color: #67c23a;">已打印</span>
  351. @else
  352. <span style=" color: #ff2424;">未打印</span><br />
  353. @endif
  354. </P>
  355. @endif
  356. @if(in_array('5',explode(',',$recruit->step)) && $v->current >= 2 & $v->face_audit != 3)
  357. <P>面试准考证:
  358. @if($v->face_print)
  359. <span style=" color: #67c23a;">已打印</span>
  360. @else
  361. <span style=" color: #ff2424;">未打印</span><br />
  362. @endif
  363. </P>
  364. @endif
  365. @if(in_array('6',explode(',',$recruit->step)) && $v->current >= 2 & $v->reexamine_audit != 3)
  366. <P>复试准考证:
  367. @if($v->reexamine_print)
  368. <span style=" color: #67c23a;">已打印</span>
  369. @else
  370. <span style=" color: #ff2424;">未打印</span><br />
  371. @endif
  372. </P>
  373. @endif
  374. </td>
  375. <td>
  376. <a href="javascript:;" data-url="{{ route('special.show_log') }}" data-param="{{$v->id}}" hidefocus="true" class="ButExamineLog">查看</a>
  377. </td>
  378. <td>
  379. <button class='btn btn-primary btn-xs business ButCompared' data-param="{{$v->id}}" data-url="{{ route('special.getUserinfo') }}" style="margin-bottom: 10px" >查看报名信息</button>
  380. <button class='btn btn-primary btn-xs appoint_audit' data-param="{{$v->id}}" style="margin-bottom: 10px">报名审核</button>
  381. <button class='btn btn-primary btn-xs fetch_word' data-rid="{{$v->recruit_id}}" data-aid="{{$v->id}}" style="margin-bottom: 10px">生成word简历</button>
  382. @if($recruit->id == 5 || $recruit->id == 16 || $recruit->id == 18)
  383. <button class='btn btn-primary btn-xs supplement' data-param="{{$v->id}}" style="margin-bottom: 10px">补登材料审核</button>
  384. @endif
  385. </td>
  386. </tr>
  387. @endforeach
  388. @else
  389. <tr>
  390. <td colspan="10">
  391. <div class="list_empty_group">
  392. <div class="list_empty">
  393. <div class="list_empty_left"></div>
  394. <div class="list_empty_right">
  395. <div class="sorry_box">对不起,暂无相关信息!</div>
  396. </div>
  397. <div class="clear"></div>
  398. </div>
  399. </div>
  400. </td>
  401. </tr>
  402. @endif
  403. </tbody>
  404. </table>
  405. </div>
  406. <div class="list_foot" style="margin-top: 20px">
  407. <table width="100%" border="0" cellspacing="10" cellpadding="0" class="admin_list_btm">
  408. <tr>
  409. <td>
  410. <input name="ButtonADD" type="button" class="btn btn-sm btn-warning" recruit_id="{{$recruit->id}}" id="ButtonAudit" value="批量报名审核" />
  411. {{-- <input name="ButDel" type="button" class="btn btn-sm btn-info ButPen" onclick="employ()" recruit_id="{{$recruit->id}}" value="入职聘用" />--}}
  412. <input name="ButDel" type="button" class="btn btn-sm btn-info" onclick="record()" value="上传成绩" />
  413. <input name="ButDel" type="button" class="btn btn-sm btn-info ButPen" onclick="card()" value="准考证生成" />
  414. {{-- <input name="ButDel" type="button" class="btn btn-sm btn-info ButPen" onclick="delcard()" value="准考证撤销" />--}}
  415. {{-- @if(Encore\Admin\Facades\Admin::user()->can('auth_recruit_outexcel'))--}}
  416. {{-- <a href="{{route('recruit.out_zip',['where'=>\Request::getRequestUri(),'id'=>$recruit->id])}}" target="_blank">--}}
  417. {{-- <input name="ButDel" type="button" class="btn btn-sm btn-info ButPen" recruit_id="{{$recruit->id}}" value="导出word版简历(压缩包)" />--}}
  418. {{-- </a>--}}
  419. <a href="{{route('special.out_excel',['where'=>\Request::getRequestUri(),'id'=>$recruit->id])}}" target="_blank">
  420. <input id="out_excel" name="ButDel" type="button" class="btn btn-sm btn-info ButPen" data-recruit_id="{{$recruit->id}}" value="汇总表" />
  421. </a>
  422. <a href="{{route('special.seat_sticker',['where'=>\Request::getRequestUri(),'id'=>$recruit->id])}}" target="_blank">
  423. <input id="seat_sticker" name="ButDel" type="button" class="btn btn-sm btn-info ButPen" data-recruit_id="{{$recruit->id}}" value="座位贴" />
  424. </a>
  425. <a href="{{route('special.sign_table',['where'=>\Request::getRequestUri(),'id'=>$recruit->id])}}" target="_blank">
  426. <input id="seat_sticker" name="ButDel" type="button" class="btn btn-sm btn-info ButPen" data-recruit_id="{{$recruit->id}}" value="签到表" />
  427. </a>
  428. {{-- @endif--}}
  429. </td>
  430. </tr>
  431. </table>
  432. </div>
  433. @if(isset($list))
  434. {{ $list->appends($search_data)->links('module.widgets.pagination') }}
  435. @endif
  436. </div>
  437. </div>
  438. </div>
  439. </div>
  440. </div>
  441. </section>
  442. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.disappear.tooltip.js') }}"></script>
  443. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.modal.userselectlayer.js') }}"></script>
  444. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.user.city.js') }}"></script>
  445. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.modal.dialog.js') }}"></script>
  446. <script>
  447. //图片预览
  448. this.vtip = function() {
  449. this.xOffset = -10; // x distance from mouse
  450. this.yOffset = 15; // y distance from mouse
  451. $(".vtip").unbind().hover(
  452. function(e) {
  453. this.t = $(this).attr("title");
  454. this.title = '';
  455. this.top = (e.pageY + yOffset);
  456. this.left = (e.pageX + xOffset);
  457. $('body').css("cursor","help");
  458. $('p#vtip').width()>450?$('p#vtip').width(450):'';
  459. $('body').append( '<p id="vtip">' + this.t + '</p>' );
  460. $('p#vtip').css("top", this.top+"px").css("left", this.left+"px").fadeIn(0);
  461. },
  462. function() {
  463. this.title = this.t;
  464. $('body').css("cursor","");
  465. $("p#vtip").fadeOut("slow").remove();
  466. }
  467. ).mousemove(
  468. function(e) {
  469. this.top = (e.pageY + yOffset);
  470. this.left = (e.pageX + xOffset);
  471. $("p#vtip").css("top", this.top+"px").css("left", this.left+"px");
  472. }
  473. );
  474. };
  475. //提交数组整理
  476. this.show = function(type = 0){
  477. var id_array = new Array();
  478. if(type == 0){
  479. $('input[name="id\[\]"]:checked').each(function() {
  480. id_array.push($(this).val()); //向数组中添加元素
  481. });
  482. }else{
  483. id_array.push($("#appointinfo_"+type).val());
  484. }
  485. if (id_array.length == 0) {
  486. disapperTooltip('remind', '请选择用户');
  487. return false;
  488. } else {
  489. var idstr = id_array.join(','); //将数组元素连接起来以构建一个字符串
  490. if (idstr == '' || idstr == null) {
  491. idstr = 0;
  492. }
  493. return idstr;
  494. }
  495. }
  496. //报名记录审核
  497. this.appointAudit = function(type = 0){
  498. var ids = show(type);
  499. if(!ids){
  500. return false;
  501. }
  502. if (ids !== false) {
  503. var qsDialog = $(this).dialog({
  504. title: '报名审核',
  505. loading: true,
  506. showFooter: false,
  507. yes: function() {
  508. $('.J_btnyes').val('发送中...');
  509. $.post("{{ route('special.appoint_audit') }}", $('#J_interviewWrap').serialize(), function(result) {
  510. if (result.status == 1) {
  511. disapperTooltip('success', result.msg);
  512. setTimeout(function() {
  513. $.pjax.reload('#pjax-container');
  514. qsDialog.hide(true);
  515. }, 2000);
  516. } else {
  517. $('.J_btnyes').val('确定');
  518. disapperTooltip('remind', result.msg);
  519. }
  520. }, 'json');
  521. }
  522. });
  523. qsDialog.setCloseDialog(false);
  524. var recruit_id = $(this).attr('recruit_id');
  525. $.getJSON("/ST3IXxKlOa4eGEv0eTw0CfORI9444Mgj/special/ajax_audit", {
  526. recruit_id: recruit_id,
  527. ids: ids
  528. }, function(result) {
  529. if (result.status == 1) {
  530. qsDialog.setContent(result.data);
  531. qsDialog.showFooter(true);
  532. } else {
  533. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  534. }
  535. });
  536. }
  537. };
  538. //材料补登
  539. this.supplement = function(type = 0){
  540. var ids = show(type);
  541. if(!ids){
  542. return false;
  543. }
  544. if (ids !== false) {
  545. var qsDialog = $(this).dialog({
  546. title: '材料补登审核',
  547. loading: true,
  548. showFooter: false,
  549. yes: function() {
  550. $('.J_btnyes').val('发送中...');
  551. $.post("{{ route('recruit.supplement') }}", $('#J_interviewWrap').serialize(), function(result) {
  552. if (result.status == 1) {
  553. disapperTooltip('success', result.msg);
  554. setTimeout(function() {
  555. $.pjax.reload('#pjax-container');
  556. qsDialog.hide(true);
  557. }, 2000);
  558. } else {
  559. $('.J_btnyes').val('确定');
  560. disapperTooltip('remind', result.msg);
  561. }
  562. }, 'json');
  563. }
  564. });
  565. qsDialog.setCloseDialog(false);
  566. var recruit_id = $(this).attr('recruit_id');
  567. $.getJSON("/ST3IXxKlOa4eGEv0eTw0CfORI9444Mgj/recruit/ajax_supplement", {
  568. recruit_id: recruit_id,
  569. ids: ids
  570. }, function(result) {
  571. if (result.status == 1) {
  572. qsDialog.setContent(result.data);
  573. qsDialog.showFooter(true);
  574. } else {
  575. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  576. }
  577. });
  578. }
  579. }
  580. $(document).ready(function() {
  581. vtip();
  582. $(document).off("click",'.appoint_audit').on('click','.appoint_audit',function () {
  583. appointAudit($(this).data('param'));
  584. });
  585. $(document).off("click",'.supplement').on('click','.supplement',function () {
  586. supplement($(this).data('param'));
  587. });
  588. $(document).off("click",'.fetch_word').on('click','.fetch_word',function () {
  589. var recruit_id = $(this).attr('data-rid'),appoint_id = $(this).attr('data-aid');
  590. var qsDialog = $(this).dialog({
  591. title: 'word简历生成',
  592. loading: true,
  593. showFooter: false,
  594. yes: function() {
  595. $('.J_btnyes').val('发送中...');
  596. $.post("{{ route('recruit.fetchword') }}", {_token:'{{ csrf_token() }}',recruit_id:recruit_id,appoint_id:appoint_id}, function(result) {
  597. if (result.status == 1) {
  598. disapperTooltip('success', result.msg);
  599. window.location.href = result.url;
  600. setTimeout(function() {
  601. $.pjax.reload('#pjax-container');
  602. qsDialog.hide(true);
  603. }, 2000);
  604. } else {
  605. $('.J_btnyes').val('确定');
  606. disapperTooltip('remind', result.msg);
  607. }
  608. }, 'json');
  609. }
  610. });
  611. qsDialog.setCloseDialog(false);
  612. qsDialog.setContent("重新生成会覆盖原有简历,请确认?");
  613. qsDialog.showFooter(true);
  614. });
  615. $("#ButtonAudit").click(function() {
  616. appointAudit(0)
  617. })
  618. /*查看人员信息*/
  619. $('.ButCompared').click(function() {
  620. var qsDialog = $(this).dialog({
  621. title: '查看报名信息',
  622. loading: true,
  623. footer: false
  624. });
  625. var param = $(this).data('param');
  626. var url = $(this).data('url') + "?id=" + param;
  627. $.getJSON(url, function(result) {
  628. qsDialog.setContent('<div style="max-height:600px;overflow-y:auto;">' + result.data + '<\/div>');
  629. });
  630. });
  631. //导出word简历压缩包
  632. $("#out_zip").click(function() {
  633. var id = show();
  634. if(!id){
  635. return false;
  636. }
  637. $(this).val("数据生成中。。。")
  638. $.ajax({
  639. url: "{{ route('recruit.out_zip') }}",
  640. type: 'POST',
  641. dataType: 'json',
  642. data: {
  643. id: id,
  644. recruit_id: "{{$recruit->id}}"
  645. },
  646. error: function(data) {
  647. },
  648. success: function(res) {
  649. $(this).val("导出word版简历(压缩包)")
  650. if (res.status == 1) {
  651. window.open(res.msg);
  652. } else {
  653. alert(res.msg);
  654. return false;
  655. }
  656. }
  657. });
  658. });
  659. });
  660. /*查看日志信息*/
  661. $('.ButExamineLog').click(function() {
  662. var qsDialog = $(this).dialog({
  663. title: '查看审核信息',
  664. loading: true,
  665. footer: false
  666. });
  667. var param = $(this).data('param');
  668. var url = $(this).data('url') + "?id=" + param;
  669. $.getJSON(url, function(result) {
  670. qsDialog.setContent('<div style="max-height:600px;overflow-y:auto;">' + result.data + '<\/div>');
  671. });
  672. });
  673. $('.js-search').click(function() {
  674. var political_affiliation = $.trim($('#political_affiliation').val());
  675. var audit = $.trim($('#audit').val());
  676. var realname = $.trim($('#realname').val());
  677. var print_ms = $.trim($('#print_ms').val());
  678. var print_bs = $.trim($('#print_bs').val());
  679. var pen_audit = $.trim($('#pen_audit').val());
  680. var computer_audit = $.trim($('#computer_audit').val());
  681. var face_audit = $.trim($('#face_audit').val());
  682. var reexamine_audit = $.trim($('#reexamine_audit').val());
  683. var inspect_audit = $.trim($('#inspect_audit').val());
  684. var print_js = $.trim($('#print_js').val());
  685. var review_audit = $.trim($('#review_audit').val());
  686. var political_audit = $.trim($('#political_audit').val());
  687. var sex = $.trim($("#sex").val());
  688. var education = $.trim($("#education").val());
  689. var post_id = $.trim($("#post_id").val());
  690. var parm = '';
  691. if (political_audit) {
  692. parm += "&political_audit=" + political_audit;
  693. }
  694. if (review_audit) {
  695. parm += "&review_audit=" + review_audit;
  696. }
  697. if (political_affiliation) {
  698. parm += "&political_affiliation=" + political_affiliation;
  699. }
  700. if (audit) {
  701. parm += "&audit=" + audit;
  702. }
  703. if (realname) {
  704. parm += "&realname=" + realname;
  705. }
  706. if (print_ms) {
  707. parm += "&print_ms=" + print_ms;
  708. }
  709. if (print_bs) {
  710. parm += "&print_bs=" + print_bs;
  711. }
  712. if (pen_audit) {
  713. parm += "&pen_audit=" + pen_audit;
  714. }
  715. if (face_audit) {
  716. parm += "&face_audit=" + face_audit;
  717. }
  718. if (computer_audit) {
  719. parm += "&computer_audit=" + computer_audit;
  720. }
  721. if (reexamine_audit) {
  722. parm += "&reexamine_audit=" + reexamine_audit;
  723. }
  724. if (inspect_audit) {
  725. parm += "&inspect_audit=" + inspect_audit;
  726. }
  727. if (print_js) {
  728. parm += "&print_js=" + print_js;
  729. }
  730. if(sex){
  731. parm += "&sex=" + sex;
  732. }
  733. if(education){
  734. parm += "&education=" + education;
  735. }
  736. if(post_id){
  737. parm += "&post_id=" + post_id;
  738. }
  739. window.location = "{{ url('/ST3IXxKlOa4eGEv0eTw0CfORI9444Mgj/special/appoint_list')}}?id={{$search_data['id']}}" + parm;
  740. });
  741. //入职聘用
  742. function employ() {
  743. var ids = show();
  744. if (ids !== false) {
  745. var qsDialog = $(this).dialog({
  746. title: '请选择',
  747. loading: true,
  748. showFooter: false,
  749. yes: function() {
  750. $('.J_btnyes').val('发送中...');
  751. // console.log($('#J_interviewWrap').serialize());
  752. $.post("recruit.employ", $('#J_interviewWrap').serialize(), function(result) {
  753. if (result.status == 1) {
  754. disapperTooltip('success', result.msg);
  755. setTimeout(function() {
  756. $.pjax.reload('#pjax-container');
  757. qsDialog.hide(true);
  758. }, 2000);
  759. } else {
  760. $('.J_btnyes').val('确定');
  761. disapperTooltip('remind', result.msg);
  762. }
  763. }, 'json');
  764. }
  765. });
  766. qsDialog.setCloseDialog(false);
  767. var recruit_id = "{{$recruit->id}}";
  768. $.getJSON("recruit.employ_audit", {
  769. recruit_id: recruit_id,
  770. ids: ids
  771. }, function(result) {
  772. if (result.status == 1) {
  773. qsDialog.setContent(result.data);
  774. qsDialog.showFooter(true);
  775. } else {
  776. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  777. }
  778. });
  779. }
  780. }
  781. //其它审核
  782. function butpen(i) {
  783. var ids = show();
  784. if (ids !== false) {
  785. var qsDialog = $(this).dialog({
  786. title: '请选择',
  787. loading: true,
  788. showFooter: false,
  789. yes: function() {
  790. $('.J_btnyes').val('发送中...');
  791. $.post("recruit.other_auth", $('#J_interviewWrap').serialize(), function(result) {
  792. if (result.status == 1) {
  793. disapperTooltip('success', result.msg);
  794. setTimeout(function() {
  795. $.pjax.reload('#pjax-container');
  796. qsDialog.hide(true);
  797. }, 2000);
  798. } else {
  799. $('.J_btnyes').val('确定');
  800. disapperTooltip('remind', result.msg);
  801. }
  802. }, 'json');
  803. }
  804. });
  805. qsDialog.setCloseDialog(false);
  806. var recruit_id = "{{$recruit->id}}";
  807. if (i == 'pay_audit') {
  808. $.getJSON("recruit.pay_audit", {
  809. recruit_id: recruit_id,
  810. ids: ids,
  811. type: i
  812. }, function(result) {
  813. if (result.status == 1) {
  814. qsDialog.setContent(result.data);
  815. qsDialog.showFooter(true);
  816. } else {
  817. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  818. }
  819. });
  820. } else {
  821. $.getJSON("recruit.ajax_other_audit", {
  822. recruit_id: recruit_id,
  823. ids: ids,
  824. type: i
  825. }, function(result) {
  826. if (result.status == 1) {
  827. qsDialog.setContent(result.data);
  828. qsDialog.showFooter(true);
  829. } else {
  830. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  831. }
  832. });
  833. }
  834. }
  835. }
  836. //准考证生成
  837. function card() {
  838. var recruit_id = "{{$recruit->id}}";
  839. var qsDialog = $(this).dialog({
  840. title: '请选择',
  841. loading: true,
  842. showFooter: false,
  843. yes: function() {
  844. $('.J_btnyes').val('发送中...');
  845. var data = new FormData(document.getElementById("J_ticketWrap"));
  846. console.log(data)
  847. $.ajax({
  848. url: "{{ route('special.create_ticket') }}",
  849. type: 'POST',
  850. data: data,
  851. processData: false,
  852. contentType : false,
  853. success: function(response){
  854. if (response.status == 1) {
  855. disapperTooltip('success', response.msg);
  856. setTimeout(function() {
  857. $.pjax.reload('#pjax-container');
  858. qsDialog.hide(true);
  859. }, 2000);
  860. } else {
  861. $('.J_btnyes').val('确定');
  862. disapperTooltip('remind', response.msg);
  863. }
  864. }
  865. })
  866. }
  867. });
  868. qsDialog.setCloseDialog(false);
  869. $.getJSON("ajax/ajax_ticket", {
  870. recruit_id: recruit_id
  871. }, function(result) {
  872. if (result.status == 1) {
  873. qsDialog.setContent(result.data);
  874. qsDialog.showFooter(true);
  875. } else {
  876. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  877. }
  878. });
  879. }
  880. //成绩更新
  881. function record() {
  882. var recruit_id = "{{$recruit->id}}";
  883. var qsDialog = $(this).dialog({
  884. title: '请选择',
  885. loading: true,
  886. showFooter: false,
  887. yes: function() {
  888. $('.J_btnyes').val('发送中...');
  889. var data = new FormData(document.getElementById("J_recordWrap"));
  890. $.ajax({
  891. url: "{{ route('recruit.update_record') }}",
  892. type: 'POST',
  893. data: data,
  894. processData: false,
  895. contentType : false,
  896. success: function(response){
  897. if (response.status == 1) {
  898. disapperTooltip('success', response.msg);
  899. setTimeout(function() {
  900. $.pjax.reload('#pjax-container');
  901. qsDialog.hide(true);
  902. }, 2000);
  903. } else {
  904. $('.J_btnyes').val('确定');
  905. disapperTooltip('remind', response.msg);
  906. }
  907. }
  908. })
  909. }
  910. });
  911. qsDialog.setCloseDialog(false);
  912. $.getJSON("ajax/ajax_record", {
  913. recruit_id: recruit_id
  914. }, function(result) {
  915. if (result.status == 1) {
  916. qsDialog.setContent(result.data);
  917. qsDialog.showFooter(true);
  918. } else {
  919. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  920. }
  921. });
  922. }
  923. //提交准考证
  924. $("#build").click(function() {
  925. $("form[name=form1]").attr("action", "{:U('buildcard')}" + "&recruit_id=" + recruit_ids +
  926. "&time=" + time + "&audits=" + audits + "&times=" + times + "&home=" + home + "&address=" + address + "&expand=" + expand);
  927. $("form[name=form1]").submit();
  928. });
  929. //撤销准考证
  930. $("#del_ticket").click(function() {
  931. var ticket_id = $("input[name='ticket_id']:checked").val();
  932. var r_id = $("input[name='r_id']").val();
  933. $("form[name=form1]").attr("action", "{:U('delcard')}" + "&ticket_id=" + ticket_id + "&r_id=" + r_id);
  934. $("form[name=form1]").submit();
  935. });
  936. //撤销准考证
  937. function delcard() {
  938. var ids = show();
  939. var recruit_id = "{{$recruit->id}}";
  940. if (ids !== false) {
  941. var qsDialog = $(this).dialog({
  942. title: '请选择',
  943. loading: true,
  944. showFooter: false,
  945. yes: function() {
  946. $('.J_btnyes').val('发送中...');
  947. var ticket_id = $("input[name='ticket_id']:checked").val();
  948. data = {
  949. 'ids': ids,
  950. 'recruit_id': recruit_id,
  951. 'ticket_id': ticket_id,
  952. };
  953. $.post("recruit.ticket_del", data, function(result) {
  954. if (result.status == 1) {
  955. disapperTooltip('success', result.msg);
  956. setTimeout(function() {
  957. $.pjax.reload('#pjax-container');
  958. qsDialog.hide(true);
  959. }, 2000);
  960. } else {
  961. $('.J_btnyes').val('确定');
  962. disapperTooltip('remind', result.msg);
  963. }
  964. }, 'json');
  965. }
  966. });
  967. qsDialog.setCloseDialog(false);
  968. $.getJSON("recruit.ajax_ticket_del", {
  969. recruit_id: recruit_id,
  970. ids: ids,
  971. }, function(result) {
  972. if (result.status == 1) {
  973. // console.log(result.data);
  974. qsDialog.setContent(result.data);
  975. qsDialog.showFooter(true);
  976. } else {
  977. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  978. }
  979. });
  980. }
  981. }
  982. /*全选*/
  983. $("#chk").click(function() {
  984. if (this.checked == false) {
  985. // console.log("反选")
  986. $("td :checkbox").prop("checked", false);
  987. }
  988. if (this.checked == true) {
  989. // console.log("全选")
  990. $("td :checkbox").prop("checked", true);
  991. }
  992. })
  993. //子复选框有一个未选中时,去掉全选按钮的选中状态
  994. $("td :checkbox").click(function() {
  995. var allCheckNum = $("td input[type='checkbox']").length;
  996. var checkedNum = $("td input[type='checkbox']:checked").length;
  997. if (checkedNum == allCheckNum) {
  998. // console.log("全选");
  999. document.getElementById("chk").checked = true;
  1000. } else {
  1001. // console.log("反选");
  1002. document.getElementById("chk").checked = false;
  1003. }
  1004. })
  1005. </script>
  1006. <link href="{{ theme_asset('app/css/person/common.css') }}" rel="stylesheet">
  1007. <style type="text/css">
  1008. p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
  1009. p#vtip img{width: 200px}
  1010. /*body{min-width: 1680px;overflow: auto;}*/
  1011. .clearfix:after {
  1012. display: block;
  1013. clear: both;
  1014. content: "";
  1015. visibility: hidden;
  1016. height: 0;
  1017. }
  1018. .clearfix {
  1019. zoom: 1;
  1020. /*为了兼容IE*/
  1021. }
  1022. .box .box-body {
  1023. position: relative;
  1024. }
  1025. .box .form-group label {
  1026. float: left;
  1027. width: 120px;
  1028. line-height: 34px;
  1029. text-align: right;
  1030. }
  1031. .box .input-group {
  1032. width: 360px;
  1033. }
  1034. .list_empty_group {
  1035. text-align: center;
  1036. line-height: 80px;
  1037. color: #404446;
  1038. font-size: 22px;
  1039. }
  1040. .jobslist_table .li-table-btn {
  1041. width: 120px;
  1042. height: 50px;
  1043. line-height: 50px;
  1044. }
  1045. .modal {
  1046. display: block;
  1047. position: static;
  1048. }
  1049. .qs-category-unlimited .selected-group .selected-box .s-cell {
  1050. width: 112px;
  1051. }
  1052. .qs-category-unlimited .cate-type .dd {
  1053. margin: 0px;
  1054. font-size: 14px;
  1055. }
  1056. .qs-category-unlimited .cate-type .one-select label {
  1057. display: block;
  1058. margin: 0px;
  1059. width: 110px;
  1060. }
  1061. .qs-category-unlimited .cate-type .one-select .check-box {
  1062. margin: 0px;
  1063. }
  1064. .modal_body_box .list_nav1 li label {
  1065. margin-bottom: 0px;
  1066. }
  1067. .disappear_tooltip .content {
  1068. min-height: auto;
  1069. padding: 0px;
  1070. padding-left: 10px;
  1071. padding-right: 10px;
  1072. }
  1073. </style>