chengkun
2025-04-18 1bb985f32f2efe0f9dd69f3cf29a1c809b1cf96d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
        <link href="images/reset.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
        <link href="images/system.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
        <link href="images/table_form.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
        <script src="{yun:}$config.sy_weburl{/yun}/js/jquery-1.8.0.min.js?v={yun:}$config.cachecode{/yun}"></script>
        <script type="text/javascript" src="{yun:}$config.sy_weburl{/yun}/js/member_public.js?v={yun:}$config.cachecode{/yun}"></SCRIPT>
        <script src="js/admin_public.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
        <link href="{yun:}$config.sy_weburl{/yun}/js/layui/css/layui.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet">
        <script src="{yun:}$config.sy_weburl{/yun}/js/layui/layui.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
        <script src="{yun:}$config.sy_weburl{/yun}/js/layui/phpyun_layer.js?v={yun:}$config.cachecode{/yun}"></script>
        <title>后台管理</title>
        <style>
            * {
            margin: 0;
            padding: 0;
        }
        body, div {
            margin: 0;
            padding: 0;
        }
        </style>
    </head>
    <script>var weburl="{yun:}$config.sy_weburl{/yun}";</script>
    <body class="body_ifm">
        <div class="infoboxp" style="position:relative;">
 
            <div class="main_tag" style="padding: 0;background: none;">
                <div class="tty-tishi_top">
                <div class="tabs_info">
                    <ul>
                        <li class="on">采集设置</li>
                        <li>新闻设置</li>
                        <li>职位设置</li>
                        <li>公司设置</li>
                        <li>个人设置</li>
                        <li>简历设置</li>
                        <li>帐号设置</li>
                        <li>兼职设置</li>
                    </ul>
                </div>
                <div class="admin_new_tip">
                    <a href="javascript:;" class="admin_new_tip_close"></a>
                    <a href="javascript:;" class="admin_new_tip_open" style="display:none;"></a>
                    <div class="admin_new_tit"><i class="admin_new_tit_icon"></i>操作提示</div>
                    <div class="admin_new_tip_list_cont">
                        <div class="admin_new_tip_list"><b>提示:</b>采集前务必设置自己的接口密码,以免被其他人利用。</div>
                        <div class="admin_new_tip_list"><b>注意:</b>这里所设置的参数,只作为没有值的情况下使用,若采集软件有值传输,会优先使用传输值。</div>
                    </div>
                </div>
                <div class="clear"></div>
                <div id="subboxdiv" style="width:100%;height:100%;display:none;position:absolute; z-index:10000"></div>
 
                <div class="clear"></div>
                <div class="tty_table-bom">
                    <div class="tag_box">
                        <div>
                            <iframe id="supportiframe" name="supportiframe" onload="returnmessage('supportiframe');" style="display:none"></iframe>
                            <form action="index.php?m=collection&c=save" method="post" enctype="multipart/form-data" target="supportiframe"
                             class="layui-form">
                                <input type="hidden" name="pytoken" value="{yun:}$pytoken{/yun}">
                                <table width="99%" class="table_form">
                                    <tr>
                                        <th width="200">采集状态:</th>
                                        <td>
                                            <div class="layui-input-block">
                                                <div class="layui-input-inline">
                                                    <input type="radio" name="locoy_online" value="1" id="online_1" {yun:}if $locoyinfo.locoy_online=="1" {/yun}checked{yun:}/if{/yun}
                                                     title="开启">
                                                    <input type="radio" name="locoy_online" value="2" id="online_2" {yun:}if $locoyinfo.locoy_online=="2" {/yun}checked{yun:}/if{/yun}
                                                     title="关闭">
                                                </div>
                                            </div>
                                        </td>
                                    </tr>
                                    <tr class="admin_table_trbg">
                                        <th width="200">接口密码:</th>
                                        <td>
                                            <input type="text" class="tty_input t_w480" name="locoy_key" id='locoy_key' value="{yun:}$locoyinfo.locoy_key{/yun}">
                                            <span class="admin_web_tip">如:123qwe123</span></td>
                                    </tr>
                                    <tr>
                                        <th width="200">匹配精准度:</th>
                                        <td><input type="text" class="tty_input t_w480" name="locoy_rate" id='locoy_rate' value="{yun:}$locoyinfo.locoy_rate{/yun}">
                                            <span class="admin_web_tip">如:60</span></td>
                                    </tr>
                                    <tr class="admin_table_trbg">
                                        <th width="200"></th>
                                        <td>
                                            <input class="layui-btn tty_sub" id="config" type="submit" name="config" value="提交">
                                            &nbsp;&nbsp;
                                            <input class="layui-btn tty_cz" type="reset" value="重置" /></td>
                                    </tr>
                                </table>
                            </form>
                        </div>
                        <div class="hiddendiv">
                            <form action="index.php?m=collection&c=save" method="post" target="supportiframe" class="layui-form">
                                <table width="100%" class="table_form">
                                    <tr>
                                        <th width="200">自动提动关键字:</th>
                                        <td>
                                            <div class="layui-input-block">
                                                <div class="layui-input-inline fl">
                                                    <input type="radio" name="locoy_keyword" value="1" id="key_1" {yun:}if $locoyinfo.locoy_keyword=="1" {/yun}checked{yun:}/if{/yun}
                                                     title="是">
                                                    <input type="radio" name="locoy_keyword" value="2" id="key_2" {yun:}if $locoyinfo.locoy_keyword=="2" {/yun}checked{yun:}/if{/yun}
                                                     title="否">
                                                </div>
                                                <div class="layui-form-mid layui-word-aux">注:只有在没有参数传输的才起作用</div>
                                            </div>
                                        </td>
                                    </tr>
                                    <tr class="admin_table_trbg">
                                        <th width="200">浏览数随机范围:</th>
                                        <td>
                                            <input type="text" class="tty_input t_w480" id='locoy_rand' name="locoy_rand" value="{yun:}$locoyinfo.locoy_rand{/yun}">
                                            <span class="admin_web_tip">如:0-100,默认为0</span></td>
                                    </tr>
                                    <tr>
                                        <th width="200">排序随机范围:</th>
                                        <td>
                                            <input type="text" class="tty_input t_w480" name="locoy_sort" id='locoy_sort' value="{yun:}$locoyinfo.locoy_sort{/yun}">
                                            <span class="admin_web_tip">如:0-100,默认为0</span></td>
                                    </tr>
                                    <tr class="admin_table_trbg">
                                        <th width="200"></th>
                                        <td>
                                            <input type="hidden" name="pytoken" value="{yun:}$pytoken{/yun}">
                                            <input class="layui-btn tty_sub" id="otherconfig" type="submit" name="otherconfig" value="提交" />
                                            &nbsp;&nbsp;
                                            <input class="layui-btn tty_cz" type="reset" value="重置" />
                                        </td>
                                    </tr>
                                </table>
                            </form>
                        </div>
                        <div class="hiddendiv">
                            <form action="index.php?m=collection&c=save" method="post" target="supportiframe" class="layui-form">
                                <table width="100%" class="table_form">
                                    <tr>
                                        <th width="200">职位状态:</th>
                                        <td>
                                            <div class="layui-input-block">
                                                <div class="layui-input-inline">
                                                    <input type="radio" name="locoy_job_status" value="1" id="key_1" {yun:}if $locoyinfo.locoy_job_status=="1"
                                                     {/yun}checked{yun:}/if{/yun} title="已通过">
                                                    <input type="radio" name="locoy_job_status" value="0" id="key_2" {yun:}if $locoyinfo.locoy_job_status!="1"
                                                     {/yun}checked{yun:}/if{/yun} title="未审核">
                                                </div>
                                            </div>
                                        </td>
                                    </tr>
                                    <tr class="admin_table_trbg">
                                        <th width="200">职位发布日期:</th>
                                        <td>
                                            <div class="layui-input-block">
                                                <div class="layui-input-inline t_w480">
                                                    <input id="ad_start" class="layui-input" type="text" readonly size="20" value="{yun:}$locoyinfo.locoy_job_sdate{/yun}"
                                                     name="locoy_job_sdate">
                                                </div>
                                            </div>
                                        </td>
                                    </tr>
                                    <tr>
                                        <th width="200">从事行业无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_job_hy" lay-filter="" id="locoy_job_hy_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$industry_index item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_hy==$v{/yun}selected{yun:}/if{/yun}>{yun:}$industry_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} 
                                                        </select> 
                                                    </div> 
                                                </div> 
                                        </td> 
                                    </tr> 
                                    
                                    <tr class="admin_table_trbg">
                                        <th width="200">职位类别无法匹配为:</th>
                                        <td>
                                            <div class="layui-input-block">
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_job_job1" lay-filter="jobclass" id="locoy_job_job1_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$job_index item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_job1==$v{/yun}selected{yun:}/if{/yun}>{yun:}$job_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_job1_son" lay-filter="jobclass" id="locoy_job1_son_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$job_type[$locoyinfo.locoy_job_job1] item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job1_son==$v{/yun}selected{yun:}/if{/yun}>{yun:}$job_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_job_post" lay-filter="" id="locoy_job_post_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$job_type[$locoyinfo.locoy_job1_son] item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_post==$v{/yun}selected{yun:}/if{/yun}>{yun:}$job_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                            </div> 
                                        </td> 
                                    </tr> 
                                    <tr>
                                        <th width="200">地区无法匹配为:</th>
                                        <td>
                                            <div class="layui-input-block">
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_job_province" lay-filter="citys" id="locoy_job_province_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$city_index item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_province==$v{/yun}selected{yun:}/if{/yun}>{yun:}$city_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_job_city" lay-filter="citys" id="locoy_job_city_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$city_type[$locoyinfo.locoy_job_province] item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_city==$v{/yun}selected{yun:}/if{/yun}>{yun:}$city_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_job_three" lay-filter="" id="locoy_job_three_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$city_type[$locoyinfo.locoy_job_city] item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_three==$v{/yun}selected{yun:}/if{/yun}>{yun:}$city_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                            </div> 
                                        </td> 
                                    </tr> 
                                    <tr class="admin_table_trbg">
                                        <th width="200">招聘人数无法匹配为:</th>
                                        <td>
                                            <div class="layui-input-block">
                                                <div class="layui-input-inline t_w480">
                                                    <select name="locoy_com_number" lay-filter="" id="locoy_com_number_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$comdata.job_number item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_com_number==$v{/yun}selected{yun:}/if{/yun}>{yun:}$comclass_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div>
                                            </div> 
                                        </td> 
                                    </tr> 
                                    <tr>
                                        <th width="200">薪水待遇无法匹配为:</th>
                                        <td>
                                            <input type="text" class="input-text tips_class" id='locoy_minsalary' name="locoy_minsalary" value="{yun:}$locoyinfo.locoy_minsalary{/yun}" style="width: 216px;">
                                            <span> - &nbsp;</span>
                                            <input type="text" class="input-text tips_class" id='locoy_maxsalary' name="locoy_maxsalary" value="{yun:}$locoyinfo.locoy_maxsalary{/yun}" style="width: 216px;">
                                        </td>
                                    </tr>
                                    <tr class="admin_table_trbg">
                                        <th width="200">工作经验无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_job_exp" lay-filter="" id="locoy_job_exp_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$comdata.job_exp item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_exp==$v{/yun}selected{yun:}/if{/yun}>{yun:}$comclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> </tr> <tr>
                                        <th width="200">到岗时间无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_job_report" lay-filter="" id="locoy_job_report_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$comdata.job_report item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_report==$v{/yun}selected{yun:}/if{/yun}>{yun:}$comclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div></td> </tr> <tr class="admin_table_trbg">
                                        <th width="200">年龄要求无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_job_age" lay-filter="" id="locoy_job_age_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$comdata.job_age item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_age==$v{/yun}selected{yun:}/if{/yun}>{yun:}$comclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> </tr> <tr class="admin_table_trbg">
                                        <th width="200">性别无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_job_sexs" lay-filter="" id="locoy_job_sexs_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach item=v key=j from=$com_sex{/yun}
                                                            <option value="{yun:}$j{/yun}" {yun:}if $locoyinfo.locoy_job_sexs==$j{/yun}selected{yun:}/if{/yun}>{yun:}$v{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> </tr> <tr>
                                        <th width="200">教育程度无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_job_edu" lay-filter="" id="locoy_job_edu_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$comdata.job_edu item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_edu==$v{/yun}selected{yun:}/if{/yun}>{yun:}$comclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div></td> </tr> <tr class="admin_table_trbg">
                                        <th width="200">婚姻状况无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_job_marriage" lay-filter="" id="locoy_job_marriage_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$comdata.job_marriage item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_marriage==$v{/yun}selected{yun:}/if{/yun}>{yun:}$comclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> 
                                    </tr> 
                                    
                                    <tr>
                                        <th width="200"></th>
                                        <td>
                                            <input type="hidden" name="pytoken" value="{yun:}$pytoken{/yun}">
                                            <input class="layui-btn tty_sub" id="codeconfig" type="submit" name="codeconfig" value="提交" />
                                            &nbsp;&nbsp;
                                            <input class="layui-btn tty_cz" type="reset" value="重置" /></td>
                                    </tr>
                                </table>
                            </form>
                        </div>
                        <div class="hiddendiv">
                            <form action="index.php?m=collection&c=save" method="post" enctype="multipart/form-data" target="supportiframe" class="layui-form">
                                <table width="100%" class="table_form">
                                    <tr>
                                        <th width="200">从事行业无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_com_hy" lay-filter="" id="locoy_com_hy_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$industry_index item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_com_hy==$v{/yun}selected{yun:}/if{/yun}>{yun:}$industry_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> </tr> <tr class="admin_table_trbg">
                                        <th width="200">企业性质无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_job_pr" lay-filter="" id="locoy_job_pr_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$comdata.job_pr item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_pr==$v{/yun}selected{yun:}/if{/yun}>{yun:}$comclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> </tr> 
                                        <tr>
                                            <th width="200">企业地址无法匹配为:</th>
                                            <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline" style="width: 238px;">
                                                        <select name="locoy_com_province" lay-filter="citys" id="locoy_com_province_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$city_index item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_com_province==$v{/yun}selected{yun:}/if{/yun}>{yun:}$city_name[$v]{/yun}
                                                            </option> {yun:}/foreach{/yun} 
                                                        </select> 
                                                    </div> 
                                                    <div class="layui-input-inline" style="width: 238px;">
                                                        <select name="locoy_com_city" lay-filter="citys" id="locoy_com_city_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$city_type[$locoyinfo.locoy_com_province] item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_com_city==$v{/yun}selected{yun:}/if{/yun}>{yun:}$city_name[$v]{/yun}
                                                            </option> {yun:}/foreach{/yun} 
                                                        </select> 
                                                    </div> 
                                                </div> 
                                            </td> 
                                        </tr> 
                                        <tr class="admin_table_trbg">
                                        <th width="200">企业规模无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_job_mun" lay-filter="" id="locoy_job_mun_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$comdata.job_mun item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_job_mun==$v{/yun}selected{yun:}/if{/yun}>{yun:}$comclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> </tr> 
                                    <tr>
                                        <th width="200" class="t_fr">注册资金无值为:</th>
                                        <td>
                                            <div class="layui-input-block">
                                                <input type="text" class="tty_input t_w480" name="locoy_com_money" value="{yun:}$locoyinfo.locoy_com_money{/yun}">万元 
                                            </div>
                                            <span class="admin_web_tip">如:0-10000,默认为0</span>
                                        </td>
                                    </tr>
                                    <tr class="admin_table_trbg">
                                        <th width="200"></th>
                                        <td>
                                            <input type="hidden" name="pytoken" value="{yun:}$pytoken{/yun}">
                                            <input class="layui-btn tty_sub" type="submit" name="waterconfig" value="提交" />
                                            &nbsp;&nbsp;
                                            <input class="layui-btn tty_cz" type="reset" value="重置" /></td>
                                    </tr>
                                </table>
                            </form>
                        </div>
                        <div class="hiddendiv">
                            <form action="index.php?m=collection&c=save" method="post" target="supportiframe" class="layui-form">
                                <table width="100%" class="table_form">
                                    <tr>
                                        <th width="200">性别无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_user_sexs" lay-filter="" id="locoy_user_sexs_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach item=v key=j from=$com_sex{/yun}
                                                            <option value="{yun:}$j{/yun}" {yun:}if $locoyinfo.locoy_user_sexs==$j{/yun}selected{yun:}/if{/yun}>{yun:}$v{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> </tr> <tr class="admin_table_trbg">
                                        <th width="200">婚姻无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_user_marriage" lay-filter="" id="locoy_user_marriage_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$userdata.user_marriage item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_user_marriage==$v{/yun}selected{yun:}/if{/yun}>{yun:}$userclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> </tr> <tr>
                                        <th width="200">教育程度无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_user_edu" lay-filter="" id="locoy_user_edu_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$userdata.user_edu item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_user_edu==$v{/yun}selected{yun:}/if{/yun}>{yun:}$userclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> </tr> <tr class="admin_table_trbg">
                                        <th width="200">工作经验无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_user_exp" lay-filter="" id="locoy_user_exp_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$userdata.user_word item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_user_exp==$v{/yun}selected{yun:}/if{/yun}>{yun:}$userclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> </tr> <tr>
                                        <th width="200">民族无法匹配为:</th>
                                        <td>
                                            <input type="text" class="tty_input t_w480" name="locoy_user_nationality" id='locoy_user_nationality' value="{yun:}$locoyinfo.locoy_user_nationality{/yun}">
                                            <span class="admin_web_tip">如:汉族</span>
                                        </td>
                                    </tr>
                                    <tr class="admin_table_trbg">
                                        <th width="200"></th>
                                        <td><input type="hidden" name="pytoken" value="{yun:}$pytoken{/yun}">
                                            <input class="layui-btn tty_sub" id="mapconfig" type="submit" name="userconfig" value="提交" />
                                            &nbsp;&nbsp;
                                            <input class="layui-btn tty_cz" type="reset" value="重置" /></td>
                                    </tr>
                                </table>
                            </form>
                        </div>
                        <div class="hiddendiv">
                            <form action="index.php?m=collection&c=save" method="post" target="supportiframe" class="layui-form">
                                <table width="100%" class="table_form">
                                    <tr>
                                        <th width="200">简历状态:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline">
                                                        <input type="radio" name="locoy_resume_status" value="1" id="key_1" {yun:}if
                                                         $locoyinfo.locoy_resume_status=="1" {/yun}checked{yun:}/if{/yun} title="已通过">
                                                        <input type="radio" name="locoy_resume_status" value="0" id="key_2" {yun:}if
                                                         $locoyinfo.locoy_resume_status!="1" {/yun}checked{yun:}/if{/yun} title="未审核">
                                                    </div>
                                                </div>
                                        </td>
                                    </tr>
                                    <tr>
                                        <th>期望从事行业无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline">
                                                        <select name="locoy_resume_hy" lay-filter="" id="locoy_resume_hy_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$industry_index item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_resume_hy==$v{/yun}selected{yun:}/if{/yun}>{yun:}$industry_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> </div> </div> </td> </tr> <tr class="admin_table_trbg">
                                        <th width="180">期望从事职位无法匹配为:</th>
                                        <td>
                                            <div class="layui-input-block">
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_resume_job1" lay-filter="jobclass" id="locoy_resume_job1_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$job_index item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_resume_job1==$v{/yun}selected{yun:}/if{/yun}>{yun:}$job_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_resume_son" lay-filter="jobclass" id="locoy_resume_son_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$job_type[$locoyinfo.locoy_resume_job1] item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_resume_son==$v{/yun}selected{yun:}/if{/yun}>{yun:}$job_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_resume_post" lay-filter="" id="locoy_resume_post_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$job_type[$locoyinfo.locoy_resume_son] item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_resume_post==$v{/yun}selected{yun:}/if{/yun}>{yun:}$job_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div>
                                            </div> 
                                        </td> 
                                    </tr> 
                                    <tr>
                                        <th width="180">期望工作地点无法匹配为:</th>
                                        <td>
                                            <div class="layui-input-block">
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_resume_province" lay-filter="citys" id="locoy_resume_province_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$city_index item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_resume_province==$v{/yun}selected{yun:}/if{/yun}>{yun:}$city_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_resume_city" lay-filter="citys" id="locoy_resume_city_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$city_type[$locoyinfo.locoy_resume_province] item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_resume_city==$v{/yun}selected{yun:}/if{/yun}>{yun:}$city_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                                <div class="layui-input-inline t_w157">
                                                    <select name="locoy_resume_three" lay-filter="" id="locoy_resume_three_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$city_type[$locoyinfo.locoy_resume_city] item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_resume_three==$v{/yun}selected{yun:}/if{/yun}>{yun:}$city_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                            </div> 
                                        </td> 
                                    </tr> 
                                    <tr class="admin_table_trbg">
                                        <th>期望月薪无法匹配为:</th>
                                        <td>
                                            <input type="text" class="input-text tips_class" id='locoy_user_minsalary' name="locoy_user_minsalary" value="{yun:}$locoyinfo.locoy_user_minsalary{/yun}" style="width: 216px;">
                                            <span> - &nbsp;</span>
                                            <input type="text" class="input-text tips_class" id='locoy_user_maxsalary' name="locoy_user_maxsalary" value="{yun:}$locoyinfo.locoy_user_maxsalary{/yun}" style="width: 216px;">
                                        </td>
                                    </tr>
                                    <tr>
                                        <th>到岗时间无法匹配为:</th>
                                        <td>
                                            <div class="layui-input-block">
                                                <div class="layui-input-inline t_w480">
                                                    <select name="locoy_user_report" lay-filter="" id="locoy_user_report_val">
                                                        <option value="">请选择</option>
                                                        {yun:}foreach from=$userdata.user_report item=v{/yun}
                                                        <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_user_report==$v{/yun}selected{yun:}/if{/yun}>{yun:}$userclass_name[$v]{/yun}
                                                        </option> {yun:}/foreach{/yun} 
                                                    </select> 
                                                </div> 
                                            </div> 
                                        </td> 
                                    </tr> 
                                    <tr class="admin_table_trbg">
                                        <th width="200">浏览数随机范围:</th>
                                        <td>
                                            <input type="text" class="tty_input t_w480" id='locoy_resume_rand' name="locoy_resume_rand" value="{yun:}$locoyinfo.locoy_resume_rand{/yun}">
                                            <span class="admin_web_tip">如:0-100,默认为0</span>
                                        </td>
                                    </tr>
                                    <tr>
                                        <th width="200"></th>
                                        <td>
                                            <input type="hidden" name="pytoken" value="{yun:}$pytoken{/yun}">
                                            <input class="layui-btn tty_sub" id="mapconfig" type="submit" name="resumeconfig" value="提交" />
                                            &nbsp;&nbsp;
                                            <input class="layui-btn tty_cz" type="reset" value="重置" />
                                        </td>
                                    </tr>
                                </table>
                            </form>
                        </div>
                        <div class="hiddendiv">
                            <form action="index.php?m=collection&c=save" method="post" target="supportiframe" class="layui-form">
                                <table width="100%" class="table_form">
                                    <tr>
                                        <th width="200">生成用户名长度:</th>
                                        <td>
                                            <input type="text" class="tty_input t_w480" name="locoy_length" id='locoy_length' value="{yun:}$locoyinfo.locoy_length{/yun}">
                                            <span class="admin_web_tip">如:8</span>
                                        </td>
                                    </tr>
                                    <tr class="admin_table_trbg">
                                        <th>生成用户名前缀:</th>
                                        <td><input type="text" class="tty_input t_w480" name="locoy_name" id='locoy_name' value="{yun:}$locoyinfo.locoy_name{/yun}">
                                            <span class="admin_web_tip">如:user 加随机字符</span></td>
                                    </tr>
                                    <tr>
                                        <th>生成指定密码:</th>
                                        <td><input type="text" class="tty_input t_w480" name="locoy_pwd" id='locoy_pwd' value="{yun:}$locoyinfo.locoy_pwd{/yun}">
                                            <span class="admin_web_tip">如:123456</span></td>
                                    </tr>
                                    <tr class="admin_table_trbg">
                                        <th>用户状态:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline">
                                                        <input type="radio" name="locoy_user_status" value="1" id="user_1" {yun:}if $locoyinfo.locoy_user_status=="1"
                                                         {/yun}checked{yun:}/if{/yun} title="已审核">
                                                        <input type="radio" name="locoy_user_status" value="2" id="user_2" {yun:}if $locoyinfo.locoy_user_status=="2"
                                                         {/yun}checked{yun:}/if{/yun} title="未审核">
                                                    </div>
                                                </div>
                                        </td>
                                    </tr>
                                    <tr>
                                        <th style="float: right;margin-top: 10px;">企业会员等级:</th>
                                        {yun:}if is_array($qy_rows){/yun}
                                        <td>
                                                <div class="layui-input-block">
                                                    {yun:}foreach item=row from=$qy_rows{/yun}
                                                    <input type="radio" name="locoy_rating" value="{yun:}$row.id{/yun}" id="rating_{yun:}$row.id{/yun}"
                                                     {yun:}if $locoyinfo.locoy_rating==$row.id{/yun}checked{yun:}/if{/yun} title="{yun:}$row.name{/yun}">
                                                    {yun:}/foreach{/yun}
                                                </div>
                                        </td>
                                        {yun:}else{/yun}
                                        <td> 暂无等级,<a href="index.php?m=userconfig&c=comclass" style="color:red;">添加会员等级</a>
                                            <input type="hidden" name="locoy_rating" value="0"></td>
                                        {yun:}/if{/yun}
                                    </tr>
                                    <tr class="admin_table_trbg">
                                        <th></th>
                                        <td>
                                            <input type="hidden" name="pytoken" value="{yun:}$pytoken{/yun}">
                                            <input class="layui-btn tty_sub" id="mapconfig" type="submit" name="mapconfig" value="提交" />
                                            &nbsp;&nbsp;
                                            <input class="layui-btn tty_cz" type="reset" value="重置" /></td>
                                    </tr>
                                </table>
                            </form>
                        </div>
                        <div class="hiddendiv">
                            <form action="index.php?m=collection&c=save" method="post" target="supportiframe" class="layui-form">
                                <table width="100%" class="table_form">
                                    <tr>
                                        <th width="200">职位状态:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <input type="radio" name="locoy_partjob_status" value="1" id="key_1" {yun:}if
                                                     $locoyinfo.locoy_partjob_status=="1" {/yun}checked{yun:}/if{/yun} title="已通过">
                                                    <input type="radio" name="locoy_partjob_status" value="0" id="key_2" {yun:}if
                                                     $locoyinfo.locoy_partjob_status!="1" {/yun}checked{yun:}/if{/yun} title="未审核">
                                                </div>
                                        </td>
                                    </tr>
                                    <tr>
                                        <th>工作类型无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_part_type" lay-filter="" id="locoy_part_type_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$partdata.part_type item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_part_type==$v{/yun}selected{yun:}/if{/yun}>{yun:}$partclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select></div> </div> </td>
                                    </tr>
                                    
                                    <tr class="admin_table_trbg">
                                        <th width="180">薪水无法匹配为:</th>
                                        <td>
                                            <input type="text" class="tty_input t_w480" id='locoy_part_salary' name="locoy_part_salary" value="{yun:}$locoyinfo.locoy_part_salary{/yun}">
                                            元/天 
                                            <span class="admin_web_tip" style="margin-left: 10px;">如:15</span>
                                        </td>
                                    </tr>
                                    <tr>
                                        <th width="180">结算周期无法匹配为:</th>
                                        <td>
                                                <div class="layui-input-block">
                                                    <div class="layui-input-inline t_w480">
                                                        <select name="locoy_part_billing" lay-filter="" id="locoy_part_billing_val">
                                                            <option value="">请选择</option>
                                                            {yun:}foreach from=$partdata.part_billing_cycle item=v{/yun}
                                                            <option value="{yun:}$v{/yun}" {yun:}if $locoyinfo.locoy_part_billing==$v{/yun}selected{yun:}/if{/yun}>{yun:}$partclass_name[$v]{/yun}
                                                             </option> {yun:}/foreach{/yun} </select> 
                                                    </div> 
                                                </div> 
                                        </td> 
                                    </tr> 
                                    <tr class="admin_table_trbg">
                                        <th width="200">浏览数随机范围:</th>
                                        <td>
                                            <input type="text" class="tty_input t_w480" id='locoy_part_hits' name="locoy_part_hits" value="{yun:}$locoyinfo.locoy_part_hits{/yun}">
                                            <span class="admin_web_tip">如:0-100,默认为0</span>
                                        </td>
                                    </tr>
                                    <tr>
                                        <th width="200"></th>
                                        <td>
                                            <input type="hidden" name="pytoken" value="{yun:}$pytoken{/yun}">
                                            <input class="layui-btn tty_sub" id="partconfig" type="submit" name="partconfig" value="提交" />
                                            &nbsp;&nbsp;
                                            <input class="layui-btn tty_cz" type="reset" value="重置" /></td>
                                    </tr>
                                </table>
                            </form>
                        </div>
                    </div>
                </div>
            </div>
 
        </div>
 
        <script>
            var $switchtag = $("div.main_tag ul li");
            $switchtag.click(function() {
                $(this).addClass("on").siblings().removeClass("on");
                var index = $switchtag.index(this);
                $("div.tag_box > div").eq(index).show().siblings().hide();
            });
 
            layui.use(['layer', 'form', 'laydate'], function() {
                var layer = layui.layer,
                    form = layui.form,
                    laydate = layui.laydate,
                    $ = layui.$;
                laydate.render({
                    elem: '#ad_start'
                });
                laydate.render({
                    elem: '#ad_end'
                });
                form.on('select(jobclass)', function(data) {
                    $.post(weburl + "/index.php?m=ajax&c=ajax_job", {
                        str: data.value
                    }, function(htm) {
                        if (data.elem.name == 'locoy_job_job1') {
                            $("#locoy_job1_son_val").html(htm);
                            $("#locoy_job_post_val").html("<option value=''>请选择</option>");
                        } else if (data.elem.name == 'locoy_job1_son') {
                            $("#locoy_job_post_val").html(htm);
                        } else if (data.elem.name == 'locoy_resume_job1') {
                            $("#locoy_resume_son_val").html(htm);
                            $("#locoy_resume_post_val").html("<option value=''>请选择</option>");
                        } else if (data.elem.name == 'locoy_resume_son') {
                            $("#locoy_resume_post_val").html(htm);
                        }
                        form.render('select');
                    });
                });
                form.on('select(citys)', function(data) {
                    $.post(weburl + "/index.php?m=ajax&c=ajax", {
                        str: data.value
                    }, function(htm) {
                        if (data.elem.name == 'locoy_job_province') {
                            $("#locoy_job_city_val").html(htm);
                            $("#locoy_job_three_val").html("<option value=''>请选择</option>");
                        } else if (data.elem.name == 'locoy_job_city') {
                            $("#locoy_job_three_val").html(htm);
                        } else if (data.elem.name == 'locoy_resume_province') {
                            $("#locoy_resume_city_val").html(htm);
                            $("#locoy_resume_three_val").html("<option value=''>请选择</option>");
                        } else if (data.elem.name == 'locoy_resume_city') {
                            $("#locoy_resume_three_val").html(htm);
                        } else if (data.elem.name == 'locoy_com_province') {
                            $("#locoy_com_city_val").html(htm);
                        } else if (data.elem.name == 'locoy_com_city') {
                            $("#locoy_com_three_val").html(htm);
                        }
                        form.render('select');
                    });
                });
            });
        </script>
    </body>
</html>