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
{yun:}include file="$comstyle/header.htm"{/yun}
<div class="w1000">
<div class="admin_mainbody"> {yun:}include file="$comstyle/left.htm"{/yun}
  <div class=right_box>
      <div class="com_tit"><span class="com_tit_span">面试评价</span></div><div class=admincont_box >
    
      <div class="com_body">
         
        <div class="clear"></div>
        <div class="admin_note2">
         <table class="com_table">
            {yun:}if $rows{/yun}
            <tr>
            <th>面试人</th>
            <th>评分</th>
           <th>评论时间</th>
          <th>回复状态</th>
            
                <th width="300">面试过程</th><th>详情</th>
            </tr>
           {yun:}/if{/yun}
            {yun:}foreach item=v from=$rows{/yun}
              <tr>
              
           <td align="center">
 
           {yun:}if $v.username!="" &&  $v.isnm!='1'{/yun}
 
            <a href="{yun:}url m=resume c=show id='`$v.eid`'{/yun}" class="cblue" target="_blank">{yun:}$v.username{/yun}</a> 
            
            {yun:}else{/yun}
            匿名
            {yun:}/if{/yun}</td>
            <td>
            <div class="com_pl_gc">综合评分:<i class="com_pl_n">{yun:}$v.score{/yun}</i> 分</div>
            <div class="com_pl_gc">描述相符:<i class="com_pl_n">{yun:}$v.desscore{/yun}</i> 分</div>
            <div class="com_pl_gc">面&nbsp;试&nbsp;官  :<i class="com_pl_n">{yun:}$v.hrscore{/yun}</i> 分</div>
            <div class="com_pl_gc">企业环境:<i class="com_pl_n">{yun:}$v.comscore{/yun}</i> 分</div>
            </td> 
         
           <td  align="center">{yun:}$v.ctime|date_format:'%Y-%m-%d'{/yun}</td>
          <td align="center">{yun:}if $v.reply!=""{/yun}<font color="#FF0000">已回复</font> {yun:}else{/yun}未回复<span onclick="reply_msg('{yun:}$v.id{/yun}');" style="cursor:pointer; color:#06F">【回复】</span> {yun:}/if{/yun}
              <td class="com_pl_gc">{yun:}$v.content{/yun}</td><td align="center"><a href="javascript:;" onclick="showpl('pl_div','{yun:}$v.content{/yun}','{yun:}$v.othercontent{/yun}','{yun:}$v.reply{/yun}')" class=" com_bth cblue">查看</a></td>
          
              </tr>
           
            {yun:}foreachelse{/yun}
         <tr>
            <td colspan="6" class="table_end">   
               <div class="com_msg_no">
                 <p>亲 , 暂时还没有求职者对面试经过进行评价哦~</p>
               </div> </td>
          
              </tr>
            {yun:}/foreach{/yun}
                 {yun:}if $rows{/yun}
           <tr>
            <td colspan="6" class="table_end">
            <div class="diggg">{yun:}$pagenav{/yun}</div></td>
          
              </tr>
                 {yun:}/if{/yun} 
          
        </table>
      </div>
    </div>
  </div>
</div>
</div>
<iframe id="supportiframe"  name="supportiframe" onload="returnmessage('supportiframe');" style="display:none"></iframe>
<div id="reply" style="display:none;">
  <form id="formstatus" method="post" target="supportiframe" action="index.php?c=pl&act=save" onSubmit="return check_msg();">
    <table class="table_form "  id="infobox" width="100%">
      <tr>
      
        <td align="center"><textarea name="reply" id="content" rows="4" cols="35"  class="com_pl_texta" ></textarea></td>
      </tr>
      <tr>
        <td  style="text-align:center;padding:10px;"><input type="submit" name="submit" value="回复" class="Reply_cont_submit"  /></td>
      </tr>
    </table>
    <input type="hidden" id="msgid" name="id" value="" />
  </form>
</div>
</div>
<div id="pl_div" style="display:none;width:400px;padding-left:20px;padding-top:10px;">
    <form id="formstatus" method="post" target="supportiframe" action="index.php?m=admin_company_job&c=status">
    <input type="hidden" name="pytoken" value="{yun:}$pytoken{/yun}">
      <table class="table_form "  id="infobox" style="width:100%"> 
                <tr><td>面试过程:</td><td><textarea name="beizhu" id="beizhu" class="com_pl_texta"  readonly></textarea></td></tr>
            <tr><td>其他评论:</td><td><textarea name="other" id="other" class="com_pl_texta" readonly></textarea></td></tr>
            <tr><td>企业回复:</td><td><textarea name="plreply" id="plreply"  class="com_pl_texta" readonly></textarea></td></tr>  
      </table>
     </form>
</div> 
<script>
function reply_msg(id){ 
    $("#msgid").val(id); 
    $.layer({
        type : 1,
        title :'回复面试评价', 
        closeBtn : [0 , true],
        border : [10 , 0.3 , '#000', true],
        area : ['340px','220px'],
        page : {dom :"#reply"}
    }); 
function check_msg(){
    if($.trim($("#content").val())==""){ 
        layer.msg('回复内容不能为空!', 2, 8);return false;
    }
}
function check_pl(id){
    $.post("index.php?c=pl&act=plset",{id:id,ajax:1},function(data){ 
        if(data==1){
            layer.msg('设置成功!', 2, 9);
        }else{
            layer.msg('设置失败!', 2, 8);
        }
    })
}
function onstatus(id,status){
    $.post("index.php?c=pl&act=plset",{id:id,status:status},function(data){
        if(data==1){
            layer.msg('审核成功!', 2, 9);
            $("#status"+id).html('<font color="green">已审核</font>');
        }else{
            layer.msg('审核失败!', 2, 8);
        }
    })
}
function showpl(div,content,othercontent,reply){ 
    $("#beizhu").html(content);
    $("#other").html(othercontent);
    
    $("#plreply").html(reply);
    $.layer({
        type : 1,
        title :'面试评价', 
        offset: [($(window).height() - 310)/2 + 'px', ''],
        closeBtn : [0 , true],
        border : [10 , 0.3 , '#000', true],
        area : ['420px','330px'],
        page : {dom :"#"+div}
    }); 
}
</script> 
{yun:}include file="$comstyle/footer.htm"{/yun}