Commit c345b9dd authored by agping's avatar agping Committed by hujun

后天新增功能

parent f15e5d3e
......@@ -214,7 +214,7 @@
<table class="table table-striped table-bordered table-hover table-condensed">
<thead>
<tr>
<td colspan="10">
<td colspan="12">
<form id="form_search">
<div class="col-xs-12" style="padding:0px">
<select class="form-control btn2-city shop_city_choose_site_list"></select>
......@@ -233,6 +233,8 @@
<option value="">商铺状态</option>
<option value="1">上架</option>
<option value="2">下架</option>
<option value="2">无效</option>
</select>
<select class="form-control btn2 " id="yetai_id">
<option value="" selected="selected">业态筛选</option>
......@@ -329,6 +331,7 @@
<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>-->
......
......@@ -392,7 +392,7 @@
<table class="table table-striped table-bordered table-hover table-condensed">
<thead>
<tr>
<td colspan="11">
<td colspan="12">
<form action="" method="get" id="form_search">
<select class="form-control btn2-city ld-Marheight user_city_choose_site_list"></select>
<!--<select class="form-control btn2 ld-Marheight" id="user_area_choose">
......@@ -540,6 +540,7 @@
<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>
......
......@@ -45,6 +45,7 @@
[% } %]
</td>
<td width="15%">[%= it[item]['industry_type'] %]</td>
<td>[%= '盘方 ' %]</td>
<td width="10%">[%= it[item]['create_time'] %]</td>
<td>
[% if(it[item]["status"] == 0) { %]
......
......@@ -50,7 +50,7 @@
[% } %]
[% }else{ %]
<tr>
<td colspan="13" style="text-align:center;"> 暂无数据</td>
<td colspan="14" style="text-align:center;"> 暂无数据</td>
</tr>
[% } %]
</script>
......
......@@ -47,6 +47,9 @@
老数据客户
[% } %]
</td>
<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>&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