Commit 902cf510 authored by agping's avatar agping

客户列表 高级筛选 加面积 租金自定义搜索

parent bd685a3e
...@@ -401,7 +401,7 @@ ...@@ -401,7 +401,7 @@
<table class="table table-striped table-bordered table-hover table-condensed"> <table class="table table-striped table-bordered table-hover table-condensed">
<thead> <thead>
<tr> <tr>
<td colspan="11"> <td colspan="13">
<form action="" method="get" id="form_search"> <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-city ld-Marheight user_city_choose_site_list"></select>
<!--<select class="form-control btn2 ld-Marheight" id="user_area_choose"> <!--<select class="form-control btn2 ld-Marheight" id="user_area_choose">
...@@ -520,6 +520,16 @@ ...@@ -520,6 +520,16 @@
<option value="3">非纯房东</option> <option value="3">非纯房东</option>
<option value="2">纯房东</option> <option value="2">纯房东</option>
</select> </select>
<!--客户列表 面积 租金自定义-->
<span class="fore-span margin-top-ld">面积m²:</span>
<input class="form-control btn2 margin-top-ld" value="" data-rule-phoneus="false" data-rule-required="false" id="area_start" name="" type="text" placeholder="请输入">
<span class="fore-span margin-top-ld">-</span>
<input class="form-control btn2 margin-top-ld" value="" data-rule-phoneus="false" data-rule-required="false" id="area_end" name="" type="text" placeholder="请输入">
<!--<div class="clear"></div>-->
<span class="fore-span margin-top-ld">月租金(元/月):</span>
<input class="form-control btn2 margin-top-ld" value="" data-rule-phoneus="false" data-rule-required="false" id="price_start" name="" type="text" placeholder="请输入">
<span class="fore-span margin-top-ld">-</span>
<input class="form-control btn2 margin-top-ld" value="" data-rule-phoneus="false" data-rule-required="false" id="price_end" name="" type="text" placeholder="请输入">
</div> </div>
<div class="col-xs-12" style="padding:0px"> <div class="col-xs-12" style="padding:0px">
<span class="btn btn-info btn3 margin-top-ld" id="search">搜索</span> <span class="btn btn-info btn3 margin-top-ld" id="search">搜索</span>
...@@ -549,6 +559,7 @@ ...@@ -549,6 +559,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>
<th class="text-center">操作</th> <th class="text-center">操作</th>
</tr> </tr>
</thead> </thead>
......
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