Commit 4a7dde5f authored by agping's avatar agping

跟进修改

parent cb83b1f7
...@@ -385,10 +385,10 @@ ...@@ -385,10 +385,10 @@
</tr> </tr>
<tr> <tr>
<th class="text-center">跟进时间</th> <th class="text-center">跟进时间</th>
<th class="text-center">客户姓名</th>
<th class="text-center">客户ID</th>
<th class="text-center">跟进内容/跟进标签</th> <th class="text-center">跟进内容/跟进标签</th>
<th class="text-center">跟进人</th> <th class="text-center">跟进人</th>
<th class="text-center">客户姓名</th>
<th class="text-center">客户电话</th>
<th class="text-center">操作</th> <th class="text-center">操作</th>
</tr> </tr>
</thead> </thead>
......
...@@ -6,6 +6,19 @@ ...@@ -6,6 +6,19 @@
[% for(var item in it){ %] [% for(var item in it){ %]
<tr class="text-center"> <tr class="text-center">
<td>[%= it[item]['create_time'] %]</td> <td>[%= it[item]['create_time'] %]</td>
<td>
[% if(it[item]['user_name']) { %]
[%= it[item]['user_name'] %]
[% } %]
[% if(it[item]["is_outstrip_twenty_four_hours"] == 0) { %]
<span class="btn1 btn-warning btn-xs">保护期内</span>
[% } %]
[% if(it[item]["is_outpace_call_num"] == 1) { %]
<span class="btn1 btn-warning btn-xs">达到上限</span>
[% } %]
</td>
<td>[%= it[item]['user_id'] %]</td>
<td width="46%" class="text-left follow-up-home"> <td width="46%" class="text-left follow-up-home">
[% if(it[item]['label_name']) { %] [% if(it[item]['label_name']) { %]
[%= it[item]['label_name'] %] [%= it[item]['label_name'] %]
...@@ -21,19 +34,6 @@ ...@@ -21,19 +34,6 @@
[%= dealPunctuation(it[item]['content']) %] [%= dealPunctuation(it[item]['content']) %]
</td> </td>
<td>[%= it[item]['admin'] %]</td> <td>[%= it[item]['admin'] %]</td>
<td>
[% if(it[item]['user_name']) { %]
[%= it[item]['user_name'] %]
[% } %]
[% if(it[item]["is_outstrip_twenty_four_hours"] == 0) { %]
<span class="btn1 btn-warning btn-xs">保护期内</span>
[% } %]
[% if(it[item]["is_outpace_call_num"] == 1) { %]
<span class="btn1 btn-warning btn-xs">达到上限</span>
[% } %]
</td>
<td>[%= hideTel(it[item]['user_phone']) %]</td>
<td width="16%"> <td width="16%">
[% if((it[item]['agent_id']*1 == 0) || (check_auth('index/useraction_search'))) { %] [% if((it[item]['agent_id']*1 == 0) || (check_auth('index/useraction_search'))) { %]
......
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