Commit d1b4bc01 authored by agping's avatar agping

1

parent d2c865b9
......@@ -596,11 +596,11 @@
<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>
<th class="text-center">客方</th>
<!--<th class="text-center">客方</th>-->
<th class="text-center">操作</th>
</tr>
</thead>
......
......@@ -717,7 +717,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
$.ajax({
type: 'GET',
url: '/index/performanceInfo',
url: '/office_index/performanceInfo',
data: params,
timeout: 30000,
dataType: 'json',
......@@ -764,7 +764,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
$.ajax({
type: 'GET',
url: '/broker/bargainSumPcInfo',
url: '/office/bargainSumPcInfo',
data: params,
timeout: 30000,
dataType: 'json',
......@@ -811,7 +811,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
$.ajax({
type: 'GET',
url: '/broker/paylogListPcInfo',
url: '/office/paylogListPcInfo',
data: params,
timeout: 30000,
dataType: 'json',
......@@ -856,7 +856,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
$.ajax({
type: 'GET',
url: '/broker/marchInListPcInfo',
url: '/office/marchInListPcInfo',
data: params,
timeout: 30000,
dataType: 'json',
......@@ -900,7 +900,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
$.ajax({
type: 'GET',
url: '/broker/marchInListPcInfo',
url: '/office/marchInListPcInfo',
data: params,
timeout: 30000,
dataType: 'json',
......@@ -944,7 +944,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
$.ajax({
type: 'GET',
url: '/broker/followListPcInfo',
url: '/office/followListPcInfo',
data: params,
timeout: 30000,
dataType: 'json',
......@@ -988,7 +988,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
$.ajax({
type: 'GET',
url: '/broker/housingResourcePcInfo',
url: '/office/housingResourcePcInfo',
data: params,
timeout: 30000,
dataType: 'json',
......@@ -1032,7 +1032,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
$.ajax({
type: 'GET',
url: '/broker/userResourcePcInfo',
url: '/office/userResourcePcInfo',
data: params,
timeout: 30000,
dataType: 'json',
......@@ -1076,7 +1076,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
$.ajax({
type: 'GET',
url: '/broker/teamNumPcInfo',
url: '/office/teamNumPcInfo',
data: params,
timeout: 30000,
dataType: 'json',
......@@ -1176,7 +1176,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
bargaininfoShow: function() { //报告详情
$.ajax({
'type': 'GET',
'url': '/index/bargainInfo',
'url': '/office_index/bargainInfo',
data: {
"id": realtime.bargain_id
},
......@@ -1233,7 +1233,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
$("#maid_new_table_list").html('');
$.ajax({
type: 'GET',
url: '/index/commissionList',
url: '/office_index/commissionList',
data: {
'id': realtime.bargain_id
},
......@@ -1277,7 +1277,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
taxShow: function() {
$.ajax({
type: 'GET',
url: '/index/getTallAge',
url: '/office_index/getTallAge',
data: {
'bargain_id': realtime.bargain_id
},
......
......@@ -30,7 +30,7 @@
[% if(it[item]["user_status"] == 0) { %] 求租 [% }else if(it[item]["user_status"] == 1) { %] 已租 [% }else{ %] 无效 [% } %]
</td>
<td>
[% if(it[item]["industry_type"] != null) { %] [%= it[item]["industry_type"] %] [% } %]
[% if(it[item]["concrete_industry"] != null) { %] [%= it[item]["concrete_industry"] %] [% } %]
</td>
<td>
......@@ -48,9 +48,9 @@
老数据客户
[% } %]
</td>
<td>
<!--<td>
[%= it[item]['agent_name'] %]
</td>
</td>-->
<td width="16%">
[% if((it[item]['agent_id']*1 == 0) || (check_auth('index/useraction_search'))) { %]
<a class="btn1 caozuo genj_ure caozuo-add-color [%= getLoaclId(it[item]['id']) %]" href="#modal-record" data-toggle="modal" data-phone='[%= it[item]["user_phone"] %]' data-id='[%= it[item]["id"] %]' data-baohu='[%= it[item]["is_outstrip_twenty_four_hours"] %]' data-agent='[%= it[item]["agent_id"] %]' data-vip='[%= it[item]["vip"] %]' data-current='[%= it[item]["current_agent_id"] %]'>详情/跟进</a><p style="display: none;">[%= JSON.stringify(delName(it[item])) %]</p>&nbsp;
......
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