Commit e483ddc3 authored by agping's avatar agping

进场列表

parent 5525d547
...@@ -86,6 +86,7 @@ ...@@ -86,6 +86,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<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>
...@@ -133,6 +134,7 @@ ...@@ -133,6 +134,7 @@
<!--主要列表模板--> <!--主要列表模板-->
<script id="marchin_list_tpl" type="text/template"> <script id="marchin_list_tpl" type="text/template">
<tr class="text-center"> <tr class="text-center">
<td>{7}</td>
<td>{0}</td> <td>{0}</td>
<td>{1}</td> <td>{1}</td>
<td>{2}</td> <td>{2}</td>
......
...@@ -210,7 +210,9 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick ...@@ -210,7 +210,9 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepick
'3': v.report_agent_name, '3': v.report_agent_name,
'4': ba, '4': ba,
'5': ServerHostImageLiu+"/static/chat_image/" + ((Array.isArray(v.march_in_img)&&v.march_in_img.length)?v.march_in_img[0].img_name:''), '5': ServerHostImageLiu+"/static/chat_image/" + ((Array.isArray(v.march_in_img)&&v.march_in_img.length)?v.march_in_img[0].img_name:''),
'6': check_auth('marchIn_timer_shaft')?_aTemp:'' '6': check_auth('marchIn_timer_shaft')?_aTemp:'',
'7': v.order_id
}); });
funTemp(++count); funTemp(++count);
}); });
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
[% if(it) { %] [% if(it) { %]
[% for(var item in it){ %] [% for(var item in it){ %]
<tr class="text-center"> <tr class="text-center">
<td>[%= it[item]['order_id'] %]</td>
<td>[%= it[item]['user_name'] %]</td> <td>[%= it[item]['user_name'] %]</td>
<td>[%= hideTel(it[item]['user_phone']) %]</td> <td>[%= hideTel(it[item]['user_phone']) %]</td>
<td>[%= it[item]['create_time'] %]</td> <td>[%= it[item]['create_time'] %]</td>
......
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