Commit 633b82f4 authored by agping's avatar agping

罚款

parent e24b3431
This diff is collapsed.
<script id="fine_tpl" type="text/template">
[% if(it) { %]
[% for(var item in it){ %]
<tr data-groupname="[%= it[item]['groupname'] %]" class="text-center">
<td class="text-center">[%= it[item]["create_time"] %]</td>
<td class="text-center">[%= it[item]["id"] %]</td>
<td class="text-center">
<input type="hidden" value='[%= it[item]["agent_img"] %]'>
<img src='[%= it[item]["agent_img"] %]' class="diagram-image J_preview no-scroll-page-img"
data-bimg='[%= it[item]["agent_img"] %]'>
</td>
<td class="text-center">
[% if(it[item]["level"] == 10) { %]
业务员
[% } %]
[% if(it[item]["level"] == 20) { %]
店长
[% } %]
[% if(it[item]["level"] == 30) { %]
总监
[% } %]
[% if(it[item]["level"] == 40) { %]
总监和店长
[% } %]
</td>
<td class="text-center">[%= it[item]["district_name"] %]</td>
<td class="text-center">[%= it[item]["store_name"] %]</td>
<td class="text-center">
[%= it[item]["phone"] %]
[% if(it[item]["status"] == 3) { %]
<span class="btn1 btn-warning btn-xs">已转勤</span>
[% } %]
</td>
<td class="number-evaluation text-center" data-id='[%= it[item]["id"] %]'>--</td>
<td class="score-evaluation text-center" data-id='[%= it[item]["id"] %]'>--</td>
<td class="text-center">
<a class="btn1 btn-success edit" href="#modal-edit" data-toggle="modal" data-id='[%= it[item]["id"] %]'>取消</a>
<a class="btn1 btn-success edit" href="#modal-edit" data-toggle="modal" data-id='[%= it[item]["id"] %]'>编辑</a>
</td>
</tr>
[% } %]
[% }else{ %]
<tr>
<td colspan="8" style="text-align:center;"> 暂无数据</td>
</tr>
[% } %]
</script>
<!--记录状态-->
<script id="state_record_list_tpl" type="text/template">
[% if(it) { %]
[% for(var item in it){ %]
<tr class="text-center">
<td>[%= it[item]['remark'] %]</td>
<td>[%= it[item]['name'] %]</td>
<td>[%= it[item]['create_time'] %]</td>
</tr>
[% } %]
[% }else{ %]
<tr>
<td colspan="8" style="text-align:center;"> 暂无数据</td>
</tr>
[% } %]
</script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment