chengkun
2025-05-12 b6bc92ec11e1e280185ce7682d17589cb45c20f3
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
<!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">
        <script src="{yun:}$config.sy_weburl{/yun}/js/jquery-1.8.0.min.js?v={yun:}$config.cachecode{/yun}"></script>
        <link href="{yun:}$config.sy_weburl{/yun}/js/layui/css/layui.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet"
         type="text/css" />
        <script src="{yun:}$config.sy_weburl{/yun}/js/layui/layui.js?v={yun:}$config.cachecode{/yun}"></script>
        <script src="{yun:}$config.sy_weburl{/yun}/js/layui/custom_layer.js?v={yun:}$config.cachecode{/yun}"></script>
        <script src="js/admin_public.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
        <script src="js/show_pub.js?v={yun:}$config.cachecode{/yun}"></script>
        <title>后台管理</title>
        <script type="text/javascript">
            function showbox(title, msg) {
                var pytoken = $("#pytoken").val();
                $.post("index.php?m=com_pl&c=show", {
                    id: msg,
                    pytoken: pytoken
                }, function(data) {
                    data = eval('(' + data + ')');
                    $('#showboxmsg').html(data.content);
                    $.layer({
                        type: 1,
                        title: title,
                        closeBtn: [0, true],
                        border: [10, 0.3, '#000', true],
                        area: ['350px', '240px'],
                        page: {
                            dom: "#showbox"
                        }
                    });
                });
            }
        </script>
        <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" />
    </head>
    <body class="body_ifm">
        <div class="infoboxp">
            <div class="tty-tishi_top">
            <div class="admin_new_search_box">
                <form action="index.php" name="myform" method="get">
                    <input type="hidden" name="m" value="com_pl" />
                    <div class="admin_new_search_name">搜索类型:</div>
                    <div class="admin_Filter_text formselect" did="dtype">
                        <input type="button" {yun:}if $smarty.get.type=='' ||$smarty.get.type=='1' {/yun} value="评论人" {yun:}elseif
                         $smarty.get.type=='2' {/yun} value="公司名称" {yun:}elseif $smarty.get.type=='3' {/yun} value="面试过程" {yun:}elseif
                         $smarty.get.type=='4' {/yun} value="回复内容" {yun:}/if{/yun} class="admin_new_select_text" id="btype">
                        <input type="hidden" name="type" id="type" value="{yun:}if $smarty.get.type{/yun}{yun:}$smarty.get.type{/yun}{yun:}else{/yun}1{yun:}/if{/yun}" />
                        <div class="admin_Filter_text_box" style="display:none" id="dtype">
                            <ul>
                                <li><a href="javascript:void(0);" onClick="formselect('1','type','评论人')">评论人</a></li>
                                <li><a href="javascript:void(0);" onClick="formselect('2','type','公司名称')">公司名称</a></li>
                                <li><a href="javascript:void(0);" onClick="formselect('3','type','面试过程')">面试过程</a></li>
                            </ul>
                        </div>
                    </div>
                    <input type="text" value="" placeholder="请输入你要搜索的关键字" name='keyword' class="admin_new_text">
                    <input type="submit" value="搜索" name='search' class="admin_new_bth">
                    <a href="javascript:void(0)" onclick="$('.admin_screenlist_box').toggle();" class="admin_new_search_gj">高级搜索</a>
                </form>
                {yun:}include file="admin/admin_search.htm"{/yun}
            </div>
            <div class="clear"></div>
            </div>
            
            <div class="tty_table-bom">
            <div class="table-list">
                <div class="admin_table_border">
                    <iframe id="supportiframe" name="supportiframe" onload="returnmessage('supportiframe');" style="display:none"></iframe>
                    <form action="index.php?m=com_pl&c=del" name="myform" target="supportiframe" id='myform' method="post">
                        <input type="hidden" name="pytoken" id='pytoken' value="{yun:}$pytoken{/yun}">
                        <table width="100%">
                            <thead>
                                <tr class="admin_table_top">
                                    <th style="width:20px;"><label for="chkall">
                                            <input type="checkbox" id='chkAll' onclick='CheckAll(this.form)' />
                                        </label></th>
                                    <th width="60"> {yun:}if $smarty.get.order=="asc"{/yun} <a href="{yun:}searchurl order=desc t=id m=com_pl untype='order,t'{/yun}">编号<img
                                             src="images/sanj.jpg" /></a> {yun:}else{/yun} <a href="{yun:}searchurl order=asc t=id m=com_pl untype='order,t'{/yun}">编号<img
                                             src="images/sanj2.jpg" /></a> {yun:}/if{/yun} </th>
                                    <th align="left" width="100">评论人</th>
                                    <th align="left">公司名称</th>
                                    <th align="left">描述评分</th>
                                    <th align="left">面试官评分</th>
                                    <th align="left">环境评分</th>
                                    <th align="left">面试过程</th>
                                    <th align="left" width="130">评论/回复时间</th>
                                    <th align="center" width="100">审核状态</th>
                                    <th align="center" width="130">操作</th>
                                </tr>
                            </thead>
                            <tbody>
 
                                {yun:}foreach item=v from=$mes_list{/yun}
                                <tr align="center" id="list{yun:}$v.id{/yun}">
                                    <td><input type="checkbox" value="{yun:}$v.id{/yun}" class="check_all" name='del[]' onclick='unselectall()' rel="del_chk" /></td>
                                    <td align="left" width="60" class="td1" style="text-align:center;"><span>{yun:}$v.id{/yun}</span></td>
                                    <td align="left" width="100">{yun:}$v.username{/yun}</td>
                                    <td align="left" width="250">{yun:}$v.com_name{/yun}</td>
                                    <td align="left" width="100">{yun:}$v.desscore{/yun}</td>
                                    <td align="left" width="100">{yun:}$v.hrscore{/yun}</td>
                                    <td align="left" width="100">{yun:}$v.comscore{/yun}</td>
                                    <td align="left" width="200"> {yun:}if $v.content{/yun}
 
                                        {yun:}$v.content|mb_substr:0:45:"utf-8"{/yun}
                                        {yun:}if strlen($v.content)>45{/yun} <a href="javascript:void(0);" onclick="showbox('评论内容','{yun:}$v.id{/yun}')"
                                         class="admin_cz_sc">[更多]</a> {yun:}/if{/yun}
                                        {yun:}/if{/yun} </td>
                                    <td align="left" width="120">{yun:}$v.ctime|date_format:"%Y-%m-%d %H:%M"{/yun}</br>
                                        {yun:}$v.reply_time|date_format:"%Y-%m-%d %H:%M"{/yun}</td>
                                    <td class="center">
                                        {yun:}if $v.status=='1'{/yun} 
                                            <span class="admin_com_Audited">已审核</span> 
                                        {yun:}elseif $v.status=='2'{/yun} 
                                            <span class="admin_com_tg">未通过</span>
                                        {yun:}else{/yun} 
                                            <span class="admin_com_noAudited">未审核</span>
                                        {yun:}/if{/yun} 
                                    </td>
                                    <td align="left">
                                        <a href="javascript:void(0);" cid="{yun:}$v.id{/yun}" status="{yun:}$v.status{/yun}"  class="admin_new_c_bth admin_new_c_bthsh status" title="审核">审核</a>
                                        <a href="javascript:void(0);" onClick="showpl('houtai_div','{yun:}$v.id{/yun}')" class="admin_new_c_bth admin_new_c_bth_yl" style="cursor:pointer;">详情</a>
                                        <a href="javascript:void(0)" onClick="layer_del('确定要删除?', 'index.php?m=com_pl&c=del&id={yun:}$v.id{/yun}');" class="admin_new_c_bth admin_new_c_bth_sc mt5">删除</a>
                                    </td>
                                </tr>
                                {yun:}/foreach{/yun}
                                <tr>
                                    <td align="center"><input type="checkbox" id='chkAll2' onclick='CheckAll2(this.form)' /></td>
                                    <td colspan="12"><label for="chkAll2">全选</label>
                                        <input class="admin_button" type="button" name="delsub" value="批量审核" onClick="audall();" /> 
                                    
                                        &nbsp;
                                        <input class="admin_button" type="button" name="delsub" value="删除所选" onClick="return really('del[]')" /></td>
                                </tr>
 
                                {yun:}if $total > $config.sy_listnum {/yun}
                                <tr>
                                    {yun:}if $pagenum==1{/yun}
                                    <td colspan="3"> 从 1 到 {yun:}$config.sy_listnum {/yun} ,总共 {yun:}$total{/yun} 条</td>
                                    {yun:}else if $pagenum > 1 && $pagenum < $pages{/yun} <td colspan="3"> 从 {yun:}($pagenum-1) *
                                        $config.sy_listnum + 1{/yun} 到 {yun:}$pagenum * $config.sy_listnum{/yun} ,总共 {yun:}$total{/yun} 条</td>
                                        {yun:}else if $pagenum == $pages{/yun}
                                        <td colspan="3"> 从 {yun:}($pagenum-1) * $config.sy_listnum + 1{/yun} 到 {yun:}$total{/yun} ,总共
                                            {yun:}$total{/yun} 条</td>
                                        {yun:}/if{/yun}
                                        <td colspan="10" class="digg">{yun:}$pagenav{/yun}</td>
                                </tr>
                                {yun:}/if{/yun}
 
                            </tbody>
 
                        </table>
                    </form>
                </div>
            </div>
            </div>
        </div>
        <div id="houtai_div" style="display:none;width:400px">
            <table class="admin_examine_table " id="infobox" style="width:100%">
                <tr>
                    <th width="100" class="t_fr">面试过程:</th>
                    <td><textarea name="beizhu" id="beizhu" class="web_compl_textarea" class="text" readonly></textarea></td>
                </tr>
                <tr>
                    <th width="100" class="t_fr">其他评论:</th>
                    <td><textarea name="beizhu" id="other" class="web_compl_textarea" class="text" readonly></textarea></td>
                </tr>
                <tr>
                    <th width="100" class="t_fr">企业回复:</th>
                    <td><textarea name="reply" id="reply" class="web_compl_textarea" class="text" readonly></textarea></td>
                </tr>
            </table>
        </div>
        <!-- 审核弹出框 -->
        <div id="infobox2" style="display:none;">
            <form class="layui-form" action="index.php?m=com_pl&c=status" target="supportiframe" method="post" onsubmit="return htStatus()">
                   <table cellspacing='1' cellpadding='1' class="admin_examine_table">
                       <tr>
                           <th width="80">审核操作:</th>
                           <td align="left">
                            <div class="layui-input-block">
                                <input name="status" id="status0" value="0" title="未审核" type="radio" />
                                <input name="status" id="status1" value="1" title="已审核" type="radio" />
                                <input name="status" id="status2" value="2" title="未通过" type="radio" />
                            </div>
                           </td>
                       </tr>
                       <tr>
                           <th class="t_fr">审核说明:</th>
                           <td align="left"><textarea id="statusbody" name="statusbody" class="admin_explain_textarea"></textarea></td>
                       </tr>
                       <tr>
                           <td colspan='2' align="center">
                               <input type="submit" value='确认' class="admin_examine_bth">
                               <input type="button" onClick="layer.closeAll();" class="admin_examine_bth_qx closebutton" value='取消'>
                           </td>
                       </tr>
                   </table>
                   <input type="hidden" name="pytoken" value="{yun:}$pytoken{/yun}">
                   <input name="cid" value="0" type="hidden">
               </form>
           </div>
        <!-- 审核弹出框End -->
        <div id="showbox" style="display:none; width: 340px; overflow:hidden ">
            <div id="showboxmsg" style="width:320px; padding:10px;height:150px; line-height:25px; font-size:14px; overflow:auto">
            </div>
        </div>
        <script type="text/javascript">
            $(function() {
                /* 审核操作 */
                $(".status").click(function() {
                    var cid = $(this).attr("cid");
                    var status = $(this).attr("status");
                    
                    $("input[name='status']").attr('checked', false);
                    $("#status" + status).attr("checked", true);
                    layui.use([ 'form' ], function() {
                        var form = layui.form;
                        form.render();
                    });
                    var pytoken = $("#pytoken").val();
            
                    $("input[name=cid]").val(cid);
                    $.post("index.php?m=com_pl&c=lockinfo", {
                        cid : cid,
                        pytoken : pytoken
                    }, function(msg) {
                        $("#statusbody").val(msg);
                        $.layer({
                            type : 1,
                            title : '面试评价审核',
                            closeBtn : [ 0, true ],
                            border : [ 10, 0.3, '#000', true ],
                            area : [ '400px', '240px' ],
                            page : {
                                dom : "#infobox2"
                            }
                        });
                    });
                });
            });
            /* 批量审核 */
            function audall() {
                var codewebarr = "";
                
                $(".check_all:checked").each(function() {     
                    if (codewebarr == "") {
                        codewebarr = $(this).val();
                    } else {
                        codewebarr = codewebarr + "," + $(this).val();
                    }
                });
                
                if (codewebarr == "") {
                    parent.layer.msg('您还未选择需要审核的面试评价!', 2, 8);
                    return false;
                } else {
                    layui.use([ 'form' ], function() {
                        var form = layui.form;
                        form.render();
                    });
                    $("input[name=cid]").val(codewebarr);
                    $("#statusbody").val('');
                    $("input[name='status']").attr('checked', false);
                    $.layer({
                        type : 1,
                        title : '面试评价审核',
                        closeBtn : [ 0, true ],
                        border : [ 10, 0.3, '#000', true ],
                        area : [ '410px', '240px' ],
                        page : {
                            dom : "#infobox2"
                        }
                    });
                }
            }
            function showpl(div, id) {
                var pytoken = $("#pytoken").val();
                $.post("index.php?m=com_pl&c=show", {
                    id: id,
                    pytoken: pytoken
                }, function(data) {
                    data = eval('(' + data + ')');
                    $("#beizhu").html(data.content);
                    $("#other").html(data.othercontent);
                    $("#reply").html(data.reply);
                    $.layer({
                        type: 1,
                        title: '面试评价',
                        offset: [($(window).height() - 310) / 2 + 'px', ''],
                        closeBtn: [0, true],
                        border: [10, 0.3, '#000', true],
                        area: ['420px', 'auto'],
                        page: {
                            dom: "#" + div
                        }
                    });
                });
            }
        </script>
    </body>
</html>