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
{yun:}include file="$comstyle/header.htm"{/yun}
<div class="w1000">
    <div class="admin_mainbody"> {yun:}include file="$comstyle/left.htm"{/yun}
     <div class="com_tit"><span class="com_tit_span">猎头管理</span>
      
            <div class="com_topbth_box">
                <a href="javascript:void(0);" onclick="jobadd_url('{yun:}$addjobnum{/yun}','{yun:}$config.integral_job{/yun}','lt','{yun:}$config.com_integral_online{/yun}','{yun:}$config.integral_proportion{/yun}');return false;"  class="com_topbth">发布职位</a>
 
                {yun:}if $i_know_ltjob == 0{/yun}
                    <div class="com_topbth_zh" id="i_know">
                        <div class="com_topbth_zh_pd">
                        你的账号,可发布 {yun:}if $statis.vip_etime>$todayStart||$statis.vip_etime=="0"{/yun}{yun:}if $statis.rating_type==1{/yun}{yun:}$statis.job_num{/yun}{yun:}else{/yun}无限{yun:}/if{/yun}{yun:}else{/yun}0{yun:}/if{/yun}个职位
                        {yun:}if !empty($jobNum) || !empty($partNum) || !empty($ltjobNum){/yun}
                            <div class="">现已发布: <br/>
                                {yun:}if !empty($jobNum){/yun}
                                {yun:}$jobNum{/yun} 个全职职位<br/>
                                {yun:}/if{/yun}
                                {yun:}if !empty($partNum){/yun}
                                {yun:}$partNum{/yun} 个兼职职位<br/>
                                {yun:}/if{/yun}
                                {yun:}if !empty($ltjobNum){/yun}
                                {yun:}$ltjobNum{/yun} 个猎头职位
                                {yun:}/if{/yun}
                            </div>
                        {yun:}/if{/yun}
                        </div>
                        <div class="com_topbth_zh_bot"><a href="javascript:void(0);" onclick="i_know('ltjob')">知道了</a></div>
                    </div>
                {yun:}/if{/yun}
            </div>
     </div>
        <div class=right_box>
            <div class=admincont_box>
             
 
                <script>
                   
                </script>
 
                <div class="clear"></div>
 
                <div class="com_body">
                 
 
                    <iframe id="supportiframe" name="supportiframe" onload="returnmessage('supportiframe');" style="display:none"></iframe>
                    <form action="index.php?c=lt_job&act=del" target="supportiframe" method="post" id='myform' class='layui-form'>
                        <table class="com_table">
                           {yun:}if $rows{/yun}
                            <tr>
                                <th width="20">&nbsp;</th>
                                <th>职位名称</th>
                                <th>应聘简历</th>
                                <th>浏览量 </th>
                                <th>职位状态</th>
                                <th>更新时间</th>
                                <th width="200">操作</th>
                            </tr>
                            {yun:}/if{/yun}
                         {yun:}foreach from=$rows item=list{/yun}
                            <tr>
                                <td><input type="checkbox" name="checkboxid[]" value="{yun:}$list.id{/yun}" class="com_Release_job_check" lay-skin='primary'></td>
 
                                <td align="left">
                                    <a href="{yun:}url m=lietou c=jobcomshow id='`$list.id`'{/yun}" class="com_Release_name" target="_blank">{yun:}$list.job_name{/yun}</a>
                                </td>
 
                                <td align="center">
                                    <a href="index.php?c=hr&resumetype=2&jobid={yun:}$list.id{/yun}-2" target="_blank">{yun:}$list.num{/yun}份</a>
                                </td>
 
                                <td align="center">{yun:}$list.hits{/yun}</td>
 
                                <td align="center">
                                    {yun:}if $list.status=="0"{/yun}
                                    <font color=blue>等待审核</font>
                                    {yun:}elseif $list.status=="1"{/yun} {yun:}if $list.zp_status=="1"{/yun}
                                    <a href="javascript:void(0)" onclick="layer_del('', 'index.php?c=lt_job&act=jobset&status=2&id={yun:}$list.id{/yun}');" class="com_Release_job_lok">已下架</a>
                                    {yun:}else{/yun}
                                    <a href="javascript:void(0)" onclick="layer_del('', 'index.php?c=lt_job&act=jobset&status=1&id={yun:}$list.id{/yun}');" class="com_Release_job_lok">发布中</a>
                                    {yun:}/if{/yun} {yun:}elseif $list.status=="3"{/yun}
                                    <font color=red>未通过</font>
                                    {yun:}if $list.statusbody{/yun}
                                    <a href="javascript:void(0);" onclick="showltjobstatus({yun:}$list.id{/yun})" class="looklist" id="ltjobstatus{yun:}$list.id{/yun}" statusbody="{yun:}$list.statusbody{/yun}" class="uesr_name_a">说明</a>
                                    {yun:}/if{/yun} {yun:}/if{/yun}
                                </td>
 
                                <td align="center">
                                    <div class="lt_job_date_em">{yun:}$list.lastupdate|date_format:'%Y-%m-%d'{/yun}</div>
                                </td>
 
                                <td align="center">
                                    {yun:}if $list.zp_status!=1 && $list.status==1{/yun}
                                    <a href="javascript:void(0)" onClick="refreshLtJob('{yun:}$list.id{/yun}','2');" class="com_bth cblue"> 刷新 </a>
                                    {yun:}/if{/yun}
 
                                    <a href="index.php?c=lt_job&act=edit&id={yun:}$list.id{/yun}" class="com_bth cblue">修改</a>
 
                                    <a href="javascript:void(0)" onclick="layer_del('确定要删除该职位?','index.php?c=lt_job&act=del&id={yun:}$list.id{/yun}');" class="com_bth cblue">删除</a>
                                </td>
                            </tr>
                            {yun:}foreachelse{/yun}
                            <tr>
                                <td colspan="9" class="table_end">
                                    <div class="msg_no">
                                        <p>亲,您还没有发布高端职位信息哦~</p>
                                        <a href="javascript:void(0);" onclick="jobadd_url('{yun:}$addjobnum{/yun}','{yun:}$config.integral_job{/yun}','lt','{yun:}$config.com_integral_online{/yun}','{yun:}$config.integral_proportion{/yun}');" class="com_msg_no_bth com_submit">发布高端职位</a>
                                    </div>
                                </td>
                            </tr>
                            {yun:}/foreach{/yun} {yun:}if !empty($rows){/yun}
                            <tr>
                                <td colspan="9" class="table_end">
                                    <div class="com_Release_job_bot mt20">
                                        <span class="com_Release_job_qx">
                                            <input id='checkAll' type="checkbox"  lay-filter="allcom"  lay-skin="primary" class="com_Release_job_qx_check"> 全选    
                                        </span>
                                        <input class="c_btn_02 c_btn_02_w110" type="button" value="批量删除" onclick="return really('checkboxid[]')">
                                    </div>  <div class="diggg">{yun:}$pagenav{/yun}</div>
                                </td>
                            </tr>
                            {yun:}/if{/yun}
                          
                        </table>
                    </form>
                </div>
            </div>
        </div>
    </div>
 
 
 
    <div class="" id="statusbody" style="padding:10px; display:none;">
        <div class="" style="padding:5px; height:auto;color:#C30; font-size:14px; line-height:23px;white-space: normal; word-break: break-all;" id="showltjob">
        </div>
    </div>
    
    <script>
        function i_know(opt) {
            $.post('index.php?c=job&act=i_know', {opt: opt}, function () {
                $("#i_know").addClass("none")
            });
        }
 
    layui.use(['form','layer'], function(){
        var $ = layui.$,
            form = layui.form,
            layer = layui.layer;
        
        form.on('checkbox(allcom)', function (data) {
                $("input[name='checkboxid[]']").each(function () {
                this.checked = data.elem.checked;
            });
            form.render('checkbox');
          });
      });
    </script>
 
    <script>
        
        var sxdj = '{yun:}$config.integral_jobefresh{/yun}';
        var online = '{yun:}$config.com_integral_online{/yun}';
        var pro = '{yun:}$config.integral_proportion{/yun}';
        function showltjobstatus(id) {
            var statusbody = $("#ltjobstatus" + id).attr('statusbody');
            $("#showltjob").html(statusbody)
            $.layer({
                type: 1,
                title: '审核说明',
                closeBtn: [0, true],
                border: [10, 0.3, '#000', true],
                area: ['320px', 'auto'],
                page: {dom: '#statusbody'}
            });
        }
    </script>
 
    {yun:}include file="$comstyle/footer.htm"{/yun}