appoint_list.blade.php 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113
  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 == -1)
  247. <span style="color: #909399;">未开始</span>
  248. @elseif($v->pen_audit == 0)
  249. <span style="color: #f56c6c;">未通过</span>
  250. @elseif($v->pen_audit == 1)
  251. <span style=" color: #67c23a;">通过</span>
  252. @elseif($v->pen_audit == 2)
  253. <span style="color: #909399;">缺考</span>
  254. @elseif($v->pen_audit == 3)
  255. <span style="color: #909399;">不需要笔试</span>
  256. @endif
  257. </p>
  258. @endif
  259. @if(in_array('4',explode(',',$recruit->step)) && $v->current >= 2)
  260. <p>上机:
  261. @if($v->computer_audit == -1)
  262. <span style="color: #909399;">未开始</span>
  263. @elseif($v->computer_audit == 0)
  264. <span style="color: #f56c6c;">未通过</span>
  265. @elseif($v->computer_audit == 1)
  266. <span style=" color: #67c23a;">通过</span>
  267. @elseif($v->computer_audit == 2)
  268. <span style="color: #909399;">缺考</span>
  269. @elseif($v->computer_audit == 3)
  270. <span style="color: #909399;">不需要上机</span>
  271. @endif
  272. </p>
  273. @endif
  274. @if(in_array('5',explode(',',$recruit->step)) && $v->current >= 2)
  275. <p>面试:
  276. @if($v->face_audit == -1)
  277. <span style="color: #909399;">未开始</span>
  278. @elseif($v->face_audit == 0)
  279. <span style="color: #f56c6c;">未通过</span>
  280. @elseif($v->face_audit == 1)
  281. <span style=" color: #67c23a;">通过</span>
  282. @elseif($v->face_audit == 2)
  283. <span style="color: #909399;">缺考</span>
  284. @elseif($v->face_audit == 3)
  285. <span style="color: #909399;">不需要面试</span>
  286. @endif
  287. </p>
  288. @endif
  289. @if(in_array('6',explode(',',$recruit->step)) && $v->current >= 2)
  290. <p>复试:
  291. @if($v->reexamine_audit == -1)
  292. <span style="color: #909399;">未开始</span>
  293. @elseif($v->reexamine_audit == 0)
  294. <span style="color: #f56c6c;">未通过</span>
  295. @elseif($v->reexamine_audit == 1)
  296. <span style=" color: #67c23a;">通过</span>
  297. @elseif($v->reexamine_audit == 2)
  298. <span style="color: #909399;">缺考</span>
  299. @elseif($v->reexamine_audit == 3)
  300. <span style="color: #909399;">不需要复试</span>
  301. @endif
  302. </p>
  303. @endif
  304. @if(in_array('7',explode(',',$recruit->step)) && $v->current >= 3)
  305. <p>体检:
  306. @if($v->inspect_audit == -1)
  307. <span style="color: #909399;">未开始</span>
  308. @elseif($v->inspect_audit == 0)
  309. <span style="color: #f56c6c;">未通过</span>
  310. @elseif($v->inspect_audit == 1)
  311. <span style=" color: #67c23a;">通过</span>
  312. @elseif($v->inspect_audit == 2)
  313. <span style="color: #909399;">缺检</span>
  314. @elseif($v->inspect_audit == 3)
  315. <span style="color: #909399;">不需要体检</span>
  316. @endif
  317. </p>
  318. @endif
  319. @if(in_array('8',explode(',',$recruit->step)) && $v->current >= 3)
  320. <p>政审:
  321. @if($v->political_audit == -1)
  322. <span style="color: #909399;">未开始</span>
  323. @elseif($v->political_audit == 0)
  324. <span style="color: #f56c6c;">未通过</span>
  325. @elseif($v->political_audit == 1)
  326. <span style=" color: #67c23a;">通过</span>
  327. @elseif($v->political_audit == 2)
  328. <span style="color: #909399;">缺检</span>
  329. @elseif($v->political_audit == 3)
  330. <span style="color: #909399;">不需要政审</span>
  331. @endif
  332. </p>
  333. @endif
  334. </td>
  335. <td>
  336. @if(in_array('3',explode(',',$recruit->step)) && $v->current >= 2 && $v->pen_audit != 3)
  337. <p>笔试准考证:
  338. @if($v->pen_print)
  339. <span style=" color: #67c23a;">已打印</span>
  340. @else
  341. <span style=" color: #ff2424;">未打印</span><br />
  342. @endif
  343. </p>
  344. @endif
  345. @if(in_array('4',explode(',',$recruit->step)) && $v->current >= 2 && $v->computer_audit != 3)
  346. <P>上机准考证:
  347. @if($v->computer_print)
  348. <span style=" color: #67c23a;">已打印</span>
  349. @else
  350. <span style=" color: #ff2424;">未打印</span><br />
  351. @endif
  352. </P>
  353. @endif
  354. @if(in_array('5',explode(',',$recruit->step)) && $v->current >= 2 & $v->face_audit != 3)
  355. <P>面试准考证:
  356. @if($v->face_print)
  357. <span style=" color: #67c23a;">已打印</span>
  358. @else
  359. <span style=" color: #ff2424;">未打印</span><br />
  360. @endif
  361. </P>
  362. @endif
  363. @if(in_array('6',explode(',',$recruit->step)) && $v->current >= 2 & $v->reexamine_audit != 3)
  364. <P>复试准考证:
  365. @if($v->reexamine_print)
  366. <span style=" color: #67c23a;">已打印</span>
  367. @else
  368. <span style=" color: #ff2424;">未打印</span><br />
  369. @endif
  370. </P>
  371. @endif
  372. </td>
  373. <td>
  374. <a href="javascript:;" data-url="{{ route('recruit.show_log') }}" data-param="{{$v->id}}" hidefocus="true" class="ButExamineLog">查看</a>
  375. </td>
  376. <td>
  377. <button class='btn btn-primary btn-xs business ButCompared' data-param="{{$v->id}}" data-url="{{ route('recruit.getUserinfo') }}" style="margin-bottom: 10px" >查看报名信息</button>
  378. <button class='btn btn-primary btn-xs appoint_audit' data-param="{{$v->id}}" style="margin-bottom: 10px">报名审核</button>
  379. <button class='btn btn-primary btn-xs fetch_word' data-rid="{{$v->recruit_id}}" data-aid="{{$v->id}}" style="margin-bottom: 10px">生成word简历</button>
  380. @if($recruit->id == 5)
  381. <button class='btn btn-primary btn-xs supplement' data-param="{{$v->id}}" style="margin-bottom: 10px">补登材料审核</button>
  382. @endif
  383. </td>
  384. </tr>
  385. @endforeach
  386. @else
  387. <tr>
  388. <td colspan="10">
  389. <div class="list_empty_group">
  390. <div class="list_empty">
  391. <div class="list_empty_left"></div>
  392. <div class="list_empty_right">
  393. <div class="sorry_box">对不起,暂无相关信息!</div>
  394. </div>
  395. <div class="clear"></div>
  396. </div>
  397. </div>
  398. </td>
  399. </tr>
  400. @endif
  401. </tbody>
  402. </table>
  403. </div>
  404. <div class="list_foot" style="margin-top: 20px">
  405. <table width="100%" border="0" cellspacing="10" cellpadding="0" class="admin_list_btm">
  406. <tr>
  407. <td>
  408. <input name="ButtonADD" type="button" class="btn btn-sm btn-warning" recruit_id="{{$recruit->id}}" id="ButtonAudit" value="批量报名审核" />
  409. {{-- <input name="ButDel" type="button" class="btn btn-sm btn-info ButPen" onclick="employ()" recruit_id="{{$recruit->id}}" value="入职聘用" />--}}
  410. <input name="ButDel" type="button" class="btn btn-sm btn-info" onclick="record()" value="上传成绩" />
  411. <input name="ButDel" type="button" class="btn btn-sm btn-info ButPen" onclick="card()" value="准考证生成" />
  412. {{-- <input name="ButDel" type="button" class="btn btn-sm btn-info ButPen" onclick="delcard()" value="准考证撤销" />--}}
  413. {{-- @if(Encore\Admin\Facades\Admin::user()->can('auth_recruit_outexcel'))--}}
  414. {{-- <a href="{{route('recruit.out_zip',['where'=>\Request::getRequestUri(),'id'=>$recruit->id])}}" target="_blank">--}}
  415. {{-- <input name="ButDel" type="button" class="btn btn-sm btn-info ButPen" recruit_id="{{$recruit->id}}" value="导出word版简历(压缩包)" />--}}
  416. {{-- </a>--}}
  417. <a href="{{route('recruit.out_excel',['where'=>\Request::getRequestUri(),'id'=>$recruit->id])}}" target="_blank">
  418. <input id="out_excel" name="ButDel" type="button" class="btn btn-sm btn-info ButPen" data-recruit_id="{{$recruit->id}}" value="汇总表" />
  419. </a>
  420. <a href="{{route('recruit.seat_sticker',['where'=>\Request::getRequestUri(),'id'=>$recruit->id])}}" target="_blank">
  421. <input id="seat_sticker" name="ButDel" type="button" class="btn btn-sm btn-info ButPen" data-recruit_id="{{$recruit->id}}" value="座位贴" />
  422. </a>
  423. <a href="{{route('recruit.sign_table',['where'=>\Request::getRequestUri(),'id'=>$recruit->id])}}" target="_blank">
  424. <input id="seat_sticker" name="ButDel" type="button" class="btn btn-sm btn-info ButPen" data-recruit_id="{{$recruit->id}}" value="签到表" />
  425. </a>
  426. {{-- @endif--}}
  427. </td>
  428. </tr>
  429. </table>
  430. </div>
  431. @if(isset($list))
  432. {{ $list->appends($search_data)->links('module.widgets.pagination') }}
  433. @endif
  434. </div>
  435. </div>
  436. </div>
  437. </div>
  438. </div>
  439. </section>
  440. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.disappear.tooltip.js') }}"></script>
  441. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.modal.userselectlayer.js') }}"></script>
  442. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.user.city.js') }}"></script>
  443. <script type="text/javascript" src="{{ theme_asset('app/js/jquery.modal.dialog.js') }}"></script>
  444. <script>
  445. //图片预览
  446. this.vtip = function() {
  447. this.xOffset = -10; // x distance from mouse
  448. this.yOffset = 15; // y distance from mouse
  449. $(".vtip").unbind().hover(
  450. function(e) {
  451. this.t = $(this).attr("title");
  452. this.title = '';
  453. this.top = (e.pageY + yOffset);
  454. this.left = (e.pageX + xOffset);
  455. $('body').css("cursor","help");
  456. $('p#vtip').width()>450?$('p#vtip').width(450):'';
  457. $('body').append( '<p id="vtip">' + this.t + '</p>' );
  458. $('p#vtip').css("top", this.top+"px").css("left", this.left+"px").fadeIn(0);
  459. },
  460. function() {
  461. this.title = this.t;
  462. $('body').css("cursor","");
  463. $("p#vtip").fadeOut("slow").remove();
  464. }
  465. ).mousemove(
  466. function(e) {
  467. this.top = (e.pageY + yOffset);
  468. this.left = (e.pageX + xOffset);
  469. $("p#vtip").css("top", this.top+"px").css("left", this.left+"px");
  470. }
  471. );
  472. };
  473. //提交数组整理
  474. this.show = function(type = 0){
  475. var id_array = new Array();
  476. if(type == 0){
  477. $('input[name="id\[\]"]:checked').each(function() {
  478. id_array.push($(this).val()); //向数组中添加元素
  479. });
  480. }else{
  481. id_array.push($("#appointinfo_"+type).val());
  482. }
  483. if (id_array.length == 0) {
  484. disapperTooltip('remind', '请选择用户');
  485. return false;
  486. } else {
  487. var idstr = id_array.join(','); //将数组元素连接起来以构建一个字符串
  488. if (idstr == '' || idstr == null) {
  489. idstr = 0;
  490. }
  491. return idstr;
  492. }
  493. }
  494. //报名记录审核
  495. this.appointAudit = function(type = 0){
  496. var ids = show(type);
  497. if(!ids){
  498. return false;
  499. }
  500. if (ids !== false) {
  501. var qsDialog = $(this).dialog({
  502. title: '报名审核',
  503. loading: true,
  504. showFooter: false,
  505. yes: function() {
  506. $('.J_btnyes').val('发送中...');
  507. $.post("{{ route('recruit.appoint_audit') }}", $('#J_interviewWrap').serialize(), function(result) {
  508. if (result.status == 1) {
  509. disapperTooltip('success', result.msg);
  510. setTimeout(function() {
  511. $.pjax.reload('#pjax-container');
  512. qsDialog.hide(true);
  513. }, 2000);
  514. } else {
  515. $('.J_btnyes').val('确定');
  516. disapperTooltip('remind', result.msg);
  517. }
  518. }, 'json');
  519. }
  520. });
  521. qsDialog.setCloseDialog(false);
  522. var recruit_id = $(this).attr('recruit_id');
  523. $.getJSON("/ST3IXxKlOa4eGEv0eTw0CfORI9444Mgj/recruit/ajax_audit", {
  524. recruit_id: recruit_id,
  525. ids: ids
  526. }, function(result) {
  527. if (result.status == 1) {
  528. qsDialog.setContent(result.data);
  529. qsDialog.showFooter(true);
  530. } else {
  531. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  532. }
  533. });
  534. }
  535. };
  536. //材料补登
  537. this.supplement = function(type = 0){
  538. var ids = show(type);
  539. if(!ids){
  540. return false;
  541. }
  542. if (ids !== false) {
  543. var qsDialog = $(this).dialog({
  544. title: '材料补登审核',
  545. loading: true,
  546. showFooter: false,
  547. yes: function() {
  548. $('.J_btnyes').val('发送中...');
  549. $.post("{{ route('recruit.supplement') }}", $('#J_interviewWrap').serialize(), function(result) {
  550. if (result.status == 1) {
  551. disapperTooltip('success', result.msg);
  552. setTimeout(function() {
  553. $.pjax.reload('#pjax-container');
  554. qsDialog.hide(true);
  555. }, 2000);
  556. } else {
  557. $('.J_btnyes').val('确定');
  558. disapperTooltip('remind', result.msg);
  559. }
  560. }, 'json');
  561. }
  562. });
  563. qsDialog.setCloseDialog(false);
  564. var recruit_id = $(this).attr('recruit_id');
  565. $.getJSON("/ST3IXxKlOa4eGEv0eTw0CfORI9444Mgj/recruit/ajax_supplement", {
  566. recruit_id: recruit_id,
  567. ids: ids
  568. }, function(result) {
  569. if (result.status == 1) {
  570. qsDialog.setContent(result.data);
  571. qsDialog.showFooter(true);
  572. } else {
  573. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  574. }
  575. });
  576. }
  577. }
  578. $(document).ready(function() {
  579. vtip();
  580. $(document).off("click",'.appoint_audit').on('click','.appoint_audit',function () {
  581. appointAudit($(this).data('param'));
  582. });
  583. $(document).off("click",'.supplement').on('click','.supplement',function () {
  584. supplement($(this).data('param'));
  585. });
  586. $(document).off("click",'.fetch_word').on('click','.fetch_word',function () {
  587. var recruit_id = $(this).attr('data-rid'),appoint_id = $(this).attr('data-aid');
  588. var qsDialog = $(this).dialog({
  589. title: 'word简历生成',
  590. loading: true,
  591. showFooter: false,
  592. yes: function() {
  593. $('.J_btnyes').val('发送中...');
  594. $.post("{{ route('recruit.fetchword') }}", {_token:'{{ csrf_token() }}',recruit_id:recruit_id,appoint_id:appoint_id}, function(result) {
  595. if (result.status == 1) {
  596. disapperTooltip('success', result.msg);
  597. window.location.href = result.url;
  598. setTimeout(function() {
  599. $.pjax.reload('#pjax-container');
  600. qsDialog.hide(true);
  601. }, 2000);
  602. } else {
  603. $('.J_btnyes').val('确定');
  604. disapperTooltip('remind', result.msg);
  605. }
  606. }, 'json');
  607. }
  608. });
  609. qsDialog.setCloseDialog(false);
  610. qsDialog.setContent("重新生成会覆盖原有简历,请确认?");
  611. qsDialog.showFooter(true);
  612. });
  613. $("#ButtonAudit").click(function() {
  614. appointAudit(0)
  615. })
  616. /*查看人员信息*/
  617. $('.ButCompared').click(function() {
  618. var qsDialog = $(this).dialog({
  619. title: '查看报名信息',
  620. loading: true,
  621. footer: false
  622. });
  623. var param = $(this).data('param');
  624. var url = $(this).data('url') + "?id=" + param;
  625. $.getJSON(url, function(result) {
  626. qsDialog.setContent('<div style="max-height:600px;overflow-y:auto;">' + result.data + '<\/div>');
  627. });
  628. });
  629. //导出word简历压缩包
  630. $("#out_zip").click(function() {
  631. var id = show();
  632. if(!id){
  633. return false;
  634. }
  635. $(this).val("数据生成中。。。")
  636. $.ajax({
  637. url: "{{ route('recruit.out_zip') }}",
  638. type: 'POST',
  639. dataType: 'json',
  640. data: {
  641. id: id,
  642. recruit_id: "{{$recruit->id}}"
  643. },
  644. error: function(data) {
  645. },
  646. success: function(res) {
  647. $(this).val("导出word版简历(压缩包)")
  648. if (res.status == 1) {
  649. window.open(res.msg);
  650. } else {
  651. alert(res.msg);
  652. return false;
  653. }
  654. }
  655. });
  656. });
  657. });
  658. /*查看日志信息*/
  659. $('.ButExamineLog').click(function() {
  660. var qsDialog = $(this).dialog({
  661. title: '查看审核信息',
  662. loading: true,
  663. footer: false
  664. });
  665. var param = $(this).data('param');
  666. var url = $(this).data('url') + "?id=" + param;
  667. $.getJSON(url, function(result) {
  668. qsDialog.setContent('<div style="max-height:600px;overflow-y:auto;">' + result.data + '<\/div>');
  669. });
  670. });
  671. $('.js-search').click(function() {
  672. var political_affiliation = $.trim($('#political_affiliation').val());
  673. var audit = $.trim($('#audit').val());
  674. var realname = $.trim($('#realname').val());
  675. var print_ms = $.trim($('#print_ms').val());
  676. var print_bs = $.trim($('#print_bs').val());
  677. var pen_audit = $.trim($('#pen_audit').val());
  678. var computer_audit = $.trim($('#computer_audit').val());
  679. var face_audit = $.trim($('#face_audit').val());
  680. var reexamine_audit = $.trim($('#reexamine_audit').val());
  681. var inspect_audit = $.trim($('#inspect_audit').val());
  682. var print_js = $.trim($('#print_js').val());
  683. var review_audit = $.trim($('#review_audit').val());
  684. var political_audit = $.trim($('#political_audit').val());
  685. var sex = $.trim($("#sex").val());
  686. var education = $.trim($("#education").val());
  687. var post_id = $.trim($("#post_id").val());
  688. var parm = '';
  689. if (political_audit) {
  690. parm += "&political_audit=" + political_audit;
  691. }
  692. if (review_audit) {
  693. parm += "&review_audit=" + review_audit;
  694. }
  695. if (political_affiliation) {
  696. parm += "&political_affiliation=" + political_affiliation;
  697. }
  698. if (audit) {
  699. parm += "&audit=" + audit;
  700. }
  701. if (realname) {
  702. parm += "&realname=" + realname;
  703. }
  704. if (print_ms) {
  705. parm += "&print_ms=" + print_ms;
  706. }
  707. if (print_bs) {
  708. parm += "&print_bs=" + print_bs;
  709. }
  710. if (pen_audit) {
  711. parm += "&pen_audit=" + pen_audit;
  712. }
  713. if (face_audit) {
  714. parm += "&face_audit=" + face_audit;
  715. }
  716. if (computer_audit) {
  717. parm += "&computer_audit=" + computer_audit;
  718. }
  719. if (reexamine_audit) {
  720. parm += "&reexamine_audit=" + reexamine_audit;
  721. }
  722. if (inspect_audit) {
  723. parm += "&inspect_audit=" + inspect_audit;
  724. }
  725. if (print_js) {
  726. parm += "&print_js=" + print_js;
  727. }
  728. if(sex){
  729. parm += "&sex=" + sex;
  730. }
  731. if(education){
  732. parm += "&education=" + education;
  733. }
  734. if(post_id){
  735. parm += "&post_id=" + post_id;
  736. }
  737. window.location = "{{ url('/ST3IXxKlOa4eGEv0eTw0CfORI9444Mgj/recruit/appoint_list')}}?id={{$search_data['id']}}" + parm;
  738. });
  739. //入职聘用
  740. function employ() {
  741. var ids = show();
  742. if (ids !== false) {
  743. var qsDialog = $(this).dialog({
  744. title: '请选择',
  745. loading: true,
  746. showFooter: false,
  747. yes: function() {
  748. $('.J_btnyes').val('发送中...');
  749. // console.log($('#J_interviewWrap').serialize());
  750. $.post("recruit.employ", $('#J_interviewWrap').serialize(), function(result) {
  751. if (result.status == 1) {
  752. disapperTooltip('success', result.msg);
  753. setTimeout(function() {
  754. $.pjax.reload('#pjax-container');
  755. qsDialog.hide(true);
  756. }, 2000);
  757. } else {
  758. $('.J_btnyes').val('确定');
  759. disapperTooltip('remind', result.msg);
  760. }
  761. }, 'json');
  762. }
  763. });
  764. qsDialog.setCloseDialog(false);
  765. var recruit_id = "{{$recruit->id}}";
  766. $.getJSON("recruit.employ_audit", {
  767. recruit_id: recruit_id,
  768. ids: ids
  769. }, function(result) {
  770. if (result.status == 1) {
  771. qsDialog.setContent(result.data);
  772. qsDialog.showFooter(true);
  773. } else {
  774. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  775. }
  776. });
  777. }
  778. }
  779. //其它审核
  780. function butpen(i) {
  781. var ids = show();
  782. if (ids !== false) {
  783. var qsDialog = $(this).dialog({
  784. title: '请选择',
  785. loading: true,
  786. showFooter: false,
  787. yes: function() {
  788. $('.J_btnyes').val('发送中...');
  789. $.post("recruit.other_auth", $('#J_interviewWrap').serialize(), function(result) {
  790. if (result.status == 1) {
  791. disapperTooltip('success', result.msg);
  792. setTimeout(function() {
  793. $.pjax.reload('#pjax-container');
  794. qsDialog.hide(true);
  795. }, 2000);
  796. } else {
  797. $('.J_btnyes').val('确定');
  798. disapperTooltip('remind', result.msg);
  799. }
  800. }, 'json');
  801. }
  802. });
  803. qsDialog.setCloseDialog(false);
  804. var recruit_id = "{{$recruit->id}}";
  805. if (i == 'pay_audit') {
  806. $.getJSON("recruit.pay_audit", {
  807. recruit_id: recruit_id,
  808. ids: ids,
  809. type: i
  810. }, function(result) {
  811. if (result.status == 1) {
  812. qsDialog.setContent(result.data);
  813. qsDialog.showFooter(true);
  814. } else {
  815. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  816. }
  817. });
  818. } else {
  819. $.getJSON("recruit.ajax_other_audit", {
  820. recruit_id: recruit_id,
  821. ids: ids,
  822. type: i
  823. }, function(result) {
  824. if (result.status == 1) {
  825. qsDialog.setContent(result.data);
  826. qsDialog.showFooter(true);
  827. } else {
  828. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  829. }
  830. });
  831. }
  832. }
  833. }
  834. //准考证生成
  835. function card() {
  836. var recruit_id = "{{$recruit->id}}";
  837. var qsDialog = $(this).dialog({
  838. title: '请选择',
  839. loading: true,
  840. showFooter: false,
  841. yes: function() {
  842. $('.J_btnyes').val('发送中...');
  843. var data = new FormData(document.getElementById("J_ticketWrap"));
  844. console.log(data)
  845. $.ajax({
  846. url: "{{ route('recruit.create_ticket') }}",
  847. type: 'POST',
  848. data: data,
  849. processData: false,
  850. contentType : false,
  851. success: function(response){
  852. if (response.status == 1) {
  853. disapperTooltip('success', response.msg);
  854. setTimeout(function() {
  855. $.pjax.reload('#pjax-container');
  856. qsDialog.hide(true);
  857. }, 2000);
  858. } else {
  859. $('.J_btnyes').val('确定');
  860. disapperTooltip('remind', response.msg);
  861. }
  862. }
  863. })
  864. }
  865. });
  866. qsDialog.setCloseDialog(false);
  867. $.getJSON("ajax/ajax_ticket", {
  868. recruit_id: recruit_id
  869. }, function(result) {
  870. if (result.status == 1) {
  871. qsDialog.setContent(result.data);
  872. qsDialog.showFooter(true);
  873. } else {
  874. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  875. }
  876. });
  877. }
  878. //成绩更新
  879. function record() {
  880. var recruit_id = "{{$recruit->id}}";
  881. var qsDialog = $(this).dialog({
  882. title: '请选择',
  883. loading: true,
  884. showFooter: false,
  885. yes: function() {
  886. $('.J_btnyes').val('发送中...');
  887. var data = new FormData(document.getElementById("J_recordWrap"));
  888. $.ajax({
  889. url: "{{ route('recruit.update_record') }}",
  890. type: 'POST',
  891. data: data,
  892. processData: false,
  893. contentType : false,
  894. success: function(response){
  895. if (response.status == 1) {
  896. disapperTooltip('success', response.msg);
  897. setTimeout(function() {
  898. $.pjax.reload('#pjax-container');
  899. qsDialog.hide(true);
  900. }, 2000);
  901. } else {
  902. $('.J_btnyes').val('确定');
  903. disapperTooltip('remind', response.msg);
  904. }
  905. }
  906. })
  907. }
  908. });
  909. qsDialog.setCloseDialog(false);
  910. $.getJSON("ajax/ajax_record", {
  911. recruit_id: recruit_id
  912. }, function(result) {
  913. if (result.status == 1) {
  914. qsDialog.setContent(result.data);
  915. qsDialog.showFooter(true);
  916. } else {
  917. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  918. }
  919. });
  920. }
  921. //提交准考证
  922. $("#build").click(function() {
  923. $("form[name=form1]").attr("action", "{:U('buildcard')}" + "&recruit_id=" + recruit_ids +
  924. "&time=" + time + "&audits=" + audits + "&times=" + times + "&home=" + home + "&address=" + address + "&expand=" + expand);
  925. $("form[name=form1]").submit();
  926. });
  927. //撤销准考证
  928. $("#del_ticket").click(function() {
  929. var ticket_id = $("input[name='ticket_id']:checked").val();
  930. var r_id = $("input[name='r_id']").val();
  931. $("form[name=form1]").attr("action", "{:U('delcard')}" + "&ticket_id=" + ticket_id + "&r_id=" + r_id);
  932. $("form[name=form1]").submit();
  933. });
  934. //撤销准考证
  935. function delcard() {
  936. var ids = show();
  937. var recruit_id = "{{$recruit->id}}";
  938. if (ids !== false) {
  939. var qsDialog = $(this).dialog({
  940. title: '请选择',
  941. loading: true,
  942. showFooter: false,
  943. yes: function() {
  944. $('.J_btnyes').val('发送中...');
  945. var ticket_id = $("input[name='ticket_id']:checked").val();
  946. data = {
  947. 'ids': ids,
  948. 'recruit_id': recruit_id,
  949. 'ticket_id': ticket_id,
  950. };
  951. $.post("recruit.ticket_del", data, function(result) {
  952. if (result.status == 1) {
  953. disapperTooltip('success', result.msg);
  954. setTimeout(function() {
  955. $.pjax.reload('#pjax-container');
  956. qsDialog.hide(true);
  957. }, 2000);
  958. } else {
  959. $('.J_btnyes').val('确定');
  960. disapperTooltip('remind', result.msg);
  961. }
  962. }, 'json');
  963. }
  964. });
  965. qsDialog.setCloseDialog(false);
  966. $.getJSON("recruit.ajax_ticket_del", {
  967. recruit_id: recruit_id,
  968. ids: ids,
  969. }, function(result) {
  970. if (result.status == 1) {
  971. // console.log(result.data);
  972. qsDialog.setContent(result.data);
  973. qsDialog.showFooter(true);
  974. } else {
  975. qsDialog.setContent('<div class="confirm">' + result.msg + '<\/div>');
  976. }
  977. });
  978. }
  979. }
  980. /*全选*/
  981. $("#chk").click(function() {
  982. if (this.checked == false) {
  983. // console.log("反选")
  984. $("td :checkbox").prop("checked", false);
  985. }
  986. if (this.checked == true) {
  987. // console.log("全选")
  988. $("td :checkbox").prop("checked", true);
  989. }
  990. })
  991. //子复选框有一个未选中时,去掉全选按钮的选中状态
  992. $("td :checkbox").click(function() {
  993. var allCheckNum = $("td input[type='checkbox']").length;
  994. var checkedNum = $("td input[type='checkbox']:checked").length;
  995. if (checkedNum == allCheckNum) {
  996. // console.log("全选");
  997. document.getElementById("chk").checked = true;
  998. } else {
  999. // console.log("反选");
  1000. document.getElementById("chk").checked = false;
  1001. }
  1002. })
  1003. </script>
  1004. <link href="{{ theme_asset('app/css/person/common.css') }}" rel="stylesheet">
  1005. <style type="text/css">
  1006. 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 }
  1007. p#vtip img{width: 200px}
  1008. /*body{min-width: 1680px;overflow: auto;}*/
  1009. .clearfix:after {
  1010. display: block;
  1011. clear: both;
  1012. content: "";
  1013. visibility: hidden;
  1014. height: 0;
  1015. }
  1016. .clearfix {
  1017. zoom: 1;
  1018. /*为了兼容IE*/
  1019. }
  1020. .box .box-body {
  1021. position: relative;
  1022. }
  1023. .box .form-group label {
  1024. float: left;
  1025. width: 120px;
  1026. line-height: 34px;
  1027. text-align: right;
  1028. }
  1029. .box .input-group {
  1030. width: 360px;
  1031. }
  1032. .list_empty_group {
  1033. text-align: center;
  1034. line-height: 80px;
  1035. color: #404446;
  1036. font-size: 22px;
  1037. }
  1038. .jobslist_table .li-table-btn {
  1039. width: 120px;
  1040. height: 50px;
  1041. line-height: 50px;
  1042. }
  1043. .modal {
  1044. display: block;
  1045. position: static;
  1046. }
  1047. .qs-category-unlimited .selected-group .selected-box .s-cell {
  1048. width: 112px;
  1049. }
  1050. .qs-category-unlimited .cate-type .dd {
  1051. margin: 0px;
  1052. font-size: 14px;
  1053. }
  1054. .qs-category-unlimited .cate-type .one-select label {
  1055. display: block;
  1056. margin: 0px;
  1057. width: 110px;
  1058. }
  1059. .qs-category-unlimited .cate-type .one-select .check-box {
  1060. margin: 0px;
  1061. }
  1062. .modal_body_box .list_nav1 li label {
  1063. margin-bottom: 0px;
  1064. }
  1065. .disappear_tooltip .content {
  1066. min-height: auto;
  1067. padding: 0px;
  1068. padding-left: 10px;
  1069. padding-right: 10px;
  1070. }
  1071. </style>