Commit 444a76c4 authored by agping's avatar agping

后台优化

parent 0f270581
...@@ -54,17 +54,17 @@ ...@@ -54,17 +54,17 @@
</tr> </tr>
<tr class="text-center"> <tr class="text-center">
<th class="text-center">注册时间</th> <th class="text-center">注册时间</th>
<th>用户ID</th> <th class="text-center">用户ID</th>
<th>用户头像</th> <th class="text-center">用户头像</th>
<th>账号类型</th> <th class="text-center">账号类型</th>
<th>部门</th> <th class="text-center">部门</th>
<th>门店</th> <th class="text-center">门店</th>
<th>姓名</th> <th class="text-center">姓名</th>
<th>手机号</th> <th class="text-center">手机号</th>
<th>角色</th> <th class="text-center">角色</th>
<!--2.2版本 --> <!--2.2版本 -->
<th>评价次数</th> <th class="text-center">评价次数</th>
<th>分数</th> <th class="text-center">分数</th>
<th class="text-center">操作</th> <th class="text-center">操作</th>
</tr> </tr>
<tbody id="agentlist"> <tbody id="agentlist">
......
...@@ -45,14 +45,14 @@ ...@@ -45,14 +45,14 @@
width: 16%!important; width: 16%!important;
} }
.text-left { /*.text-left {
float: left; float: left;
display: inline-block; display: inline-block;
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
font-size: 14px; font-size: 14px;
} }
*/
.text-right { .text-right {
float: right; float: right;
display: inline-block; display: inline-block;
......
...@@ -97,7 +97,7 @@ define(['doT', 'text!temp/inspectionRecord_list_template_tpl.html', 'css!style/h ...@@ -97,7 +97,7 @@ define(['doT', 'text!temp/inspectionRecord_list_template_tpl.html', 'css!style/h
params.create_time_start = $('#create_time_start').val(); params.create_time_start = $('#create_time_start').val();
params.create_time_end = $('#create_time_end').val(); params.create_time_end = $('#create_time_end').val();
params.report_agent_name = $('#user_name').val(); params.report_agent_name = $('#user_name').val();
params.phone = $('#user_phone').val(); params.report_agent_phone = $('#user_phone').val();
params.house_title = $('#house_title').val(); params.house_title = $('#house_title').val();
params.user_phone = $('#report_agent_phone').val(); params.user_phone = $('#report_agent_phone').val();
// var start_ = $('#create_time_start').val()+" 00:00:00"; // var start_ = $('#create_time_start').val()+" 00:00:00";
......
...@@ -7,14 +7,12 @@ ...@@ -7,14 +7,12 @@
<td>[%= it[item]['user_phone'] %]</td> <td>[%= it[item]['user_phone'] %]</td>
<td>[%= it[item]['money'] %]</td> <td>[%= it[item]['money'] %]</td>
<td>[%= it[item]['real_money'] %]</td> <td>[%= it[item]['real_money'] %]</td>
<!--手续费-->
<td>[%= it[item]['transaction_fee'] %]</td> <td>[%= it[item]['transaction_fee'] %]</td>
<td>[%= it[item]['type'] %]</td> <td>[%= it[item]['type'] %]</td>
<td>[%= it[item]['pay_type'] %]</td> <td>[%= it[item]['pay_type'] %]</td>
<td>[%= it[item]['internal_address'] %]</td> <td>[%= it[item]['internal_address'] %]</td>
<td>[%= it[item]['house_number'] %]</td> <td>[%= it[item]['house_number'] %]</td>
<td> <td>
<!--增加收款图片 2.2版本-->
<a class="btn1 btn-success add-pic" href="#modal-addPic" data-toggle="modal" data-id='[%= it[item]["id"] %]' father-id='[%= it[item]["father_id"] %]'>收款图片</a> <a class="btn1 btn-success add-pic" href="#modal-addPic" data-toggle="modal" data-id='[%= it[item]["id"] %]' father-id='[%= it[item]["father_id"] %]'>收款图片</a>
<a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["order_id"] %]'>时间轴</a> <a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["order_id"] %]'>时间轴</a>
<a class="btn1 btn-success submit_edit2" href="#modal-linetime" data-toggle="modal" data-id='[%= it[item]["id"]%]' data-fee='[%= it[item]["transaction_fee"]%]' data-money='[%= it[item]["real_money"] %]'>实付金额</a> <a class="btn1 btn-success submit_edit2" href="#modal-linetime" data-toggle="modal" data-id='[%= it[item]["id"]%]' data-fee='[%= it[item]["transaction_fee"]%]' data-money='[%= it[item]["real_money"] %]'>实付金额</a>
......
...@@ -29,14 +29,16 @@ ...@@ -29,14 +29,16 @@
<td> <td>
[% if (it[item]['area_demand'] != null){ %] [%= it[item]["area_demand"] %] [% } %] [% if (it[item]['area_demand'] != null){ %] [%= it[item]["area_demand"] %] [% } %]
</td> </td>
<td> <td width="14%">
[% if(it[item]["source"] == 10) { %] 客户c端注册 [% }else if(it[item]["source"] == 20) { %] 经纪人报备时添加,状态未激 [% }else{ %] 老数据报备客户 [% } %] [% if(it[item]["source"] == 10) { %] 客户c端注册 [% }else if(it[item]["source"] == 20) { %] 经纪人报备时添加,状态未激 [% }else{ %] 老数据报备客户 [% } %]
<!--[% if (it[item]['source'] != null){ %] [%= it[item]["source"] %] [% } %]--> <!--[% if (it[item]['source'] != null){ %] [%= it[item]["source"] %] [% } %]-->
</td> </td>
<td> <td width="16%">
[% if((check_auth('auth_vip') && it[item]['vip']) || (it[item]['agent_id'] == 0) || (it[item]['agent_id'] == it[item]['current_agent_id']) || check_auth('index/pcEditClient') ) { %] [% if((check_auth('auth_vip') && it[item]['vip']) || (it[item]['agent_id'] == 0) || (it[item]['agent_id'] == it[item]['current_agent_id']) || check_auth('index/pcEditClient') ) { %]
<a class="btn1 btn-success caozuo" href="#modal-record" data-toggle="modal" data-phone='[%= it[item]["user_phone"] %]' data-id='[%= it[item]["id"] %]'>详细信息</a> <a class="btn1 btn-success caozuo" href="#modal-record" data-toggle="modal" data-phone='[%= it[item]["user_phone"] %]' data-id='[%= it[item]["id"] %]'>详细信息</a>&nbsp;
<a class="btn1 btn-success genj_ure" href="#modal-add" data-toggle="modal" data-id='[%= it[item]["id"] %]'>跟进</a>
<a class="btn1 btn-success genj_ure" href="#modal-add" data-toggle="modal" data-id='[%= it[item]["id"] %]'>跟进</a>&nbsp;
<a class="btn1 btn-success take-look" href="#modal-takeLook" data-toggle="modal" data-id='[%= it[item]["id"] %]' data-name='[%= it[item]["user_name"] %]' data-phone='[%= it[item]["user_phone"] %]'>约带看</a> <a class="btn1 btn-success take-look" href="#modal-takeLook" data-toggle="modal" data-id='[%= it[item]["id"] %]' data-name='[%= it[item]["user_name"] %]' data-phone='[%= it[item]["user_phone"] %]'>约带看</a>
[% } %] [% } %]
......
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