Commit c9be9c15 authored by agping's avatar agping

1

parent 6f1c8d11
......@@ -105,6 +105,26 @@ class OfficeBuilding extends Basic
return view('officeBuilding/account_statement_shop');
}
}
//办公楼跟进列表
public function officeFollowUp()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/officeFollowUp');
}
}
//成交报告 撤销
public function undoReportCJOffice()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/office_statement_backout');
}
}
public function undoReportCJShop()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/shop_statement_backout');
}
}
}
......@@ -130,7 +130,7 @@
<table class="table table-striped table-bordered table-hover table-condensed">
<thead>
<tr>
<td colspan="11" class="maintable-top-sub-tr">
<td colspan="18" class="maintable-top-sub-tr">
<a class="btn btn-info liudan_pic_btn performance-district-click" id='liudan_pic_btn_district'>部门业绩排行榜</a>
<a class="btn btn-default liudan_pic_btn performance-store-click" id='liudan_pic_btn_store'>门店业绩排行榜</a>
<a class="btn btn-default liudan_pic_btn performance-person-click" id='liudan_pic_btn_person'>个人业绩排行榜</a>
......@@ -139,7 +139,7 @@
</tr>
<!--部门业绩 门店业绩 个人业绩的搜索功能-->
<tr>
<td colspan="11">
<td colspan="18">
<form id="maintable_form_search">
<!--<span class="btn btn-primary btn3 left" id="maintable_month">本月</span>-->
<!--<span class="btn btn-primary btn3 left" id="maintable_today">今天</span>-->
......
This diff is collapsed.
......@@ -5,15 +5,18 @@
<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>
<th class="text-center">业绩(元)<span class="glyphicon glyphicon-triangle-bottom positive-sequence-yeji"></span><span class="glyphicon glyphicon-triangle-top reverse-order-yeji"></span></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">业绩(商铺+办公楼)<span class="glyphicon glyphicon-triangle-bottom positive-sequence-yeji"></span><span class="glyphicon glyphicon-triangle-top reverse-order-yeji"></span></th>
<th class="text-center">业绩总</th>
<th class="text-center">实收(商铺+办公楼)</th>
<th class="text-center">实收总</th>
</tr>
[% for(var item in it){ %]
<tr data-id="[%= it[item]['district_id'] %]">
......@@ -22,13 +25,19 @@
<a class="store-ranking" href="#modal-store" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['district_name']%]</a>
</td>
<td class="text-center"><a class="team-number-details performance-district-click" href="#modal-team-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['team_num'] %]</a></td>
<td class="text-center">[%= it[item]['followUp_sum_total'] %]</td>
<td class="text-center">[%= it[item]['followUp_sum_total'] %]+[%= it[item]['followUp_sum_total'] %]</td>
<td class="text-center"><a class="newuser-number-details performance-district-click" href="#modal-newuser-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['add_user_num_total'] %]</a></td>
<td class="text-center"><a class="newshop-number-details performance-district-click" href="#modal-newshop-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['add_house_num_total'] %]</a></td>
<td class="text-center"><a class="reported-number-details performance-district-click" href="#modal-reported-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['look_at_num_total'] %]</a></td>
<td class="text-center"><a class="approach-number-details performance-district-click" href="#modal-approach-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['march_in_num_total'] %]</a></td>
<td class="text-center"><a class="collection-number-details performance-district-click" href="#modal-collection-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['paylog_total'] %]</a></td>
<td class="text-center"><a class="deal-number-details performance-district-click" href="#modal-deal-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['bargain_sum_total'] %]</a></td>
<td class="text-center"><a class="newshop-number-details performance-district-click" href="#modal-newshop-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['add_house_num_total'] %]</a></td>
<td class="text-center"><a class="reported-number-details performance-district-click" href="#modal-reported-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['look_at_num_total'] %]</a>+<a class="reported-number-details performance-district-click" href="#modal-reported-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['look_at_num_total'] %]</a></td>
<td class="text-center"><a class="approach-number-details performance-district-click" href="#modal-approach-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['march_in_num_total'] %]</a>+<a class="approach-number-details performance-district-click" href="#modal-approach-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['march_in_num_total'] %]</a></td>
<td class="text-center"><a class="collection-number-details performance-district-click" href="#modal-collection-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['paylog_total'] %]</a>+<a class="collection-number-details performance-district-click" href="#modal-collection-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['paylog_total'] %]</a></td>
<td class="text-center"><a class="deal-number-details performance-district-click" href="#modal-deal-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['bargain_sum_total'] %]</a>+<a class="deal-number-details performance-district-click" href="#modal-deal-number-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]">[%= it[item]['bargain_sum_total'] %]</a></td>
<td class="text-center"><a class="performance-number-details performance-district-click" href="#modal-performance-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]" >[%= it[item]['performance_total'] %]</a>+<a class="performance-number-details performance-district-click" href="#modal-performance-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]" >[%= it[item]['performance_total'] %]</a></td>
<td class="text-center"><a class="performance-number-details performance-district-click" href="#modal-performance-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]" >[%= it[item]['performance_total'] %]</a></td>
<td class="text-center"><a class="performance-number-details performance-district-click" href="#modal-performance-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]" >[%= it[item]['performance_total'] %]</a>+<a class="performance-number-details performance-district-click" href="#modal-performance-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]" >[%= it[item]['performance_total'] %]</a></td>
<td class="text-center"><a class="performance-number-details performance-district-click" href="#modal-performance-details" data-toggle="modal" data-id="[%= it[item]['district_id'] %]" >[%= it[item]['performance_total'] %]</a></td>
</tr>
[% } %]
......
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