Commit 9cf0ba24 authored by agping's avatar agping Committed by hujun

电话 精确搜索

parent 4a597f84
......@@ -321,6 +321,7 @@
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="industry_type" placeholder="姓名" type="text" value="">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="dish" placeholder="手机号" type="phone" value="">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="ali_yun_phone" placeholder="隐私号码" type="phone" value="">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="user_id" placeholder="客户ID" type="phone" value="">
<div class="clear">
</div>
<span class="fore-span ld-Marheight">拨打时间:</span>
......@@ -423,7 +424,7 @@
<span class="fore-span ld-Marheight">电话:</span>
<span class="fore-span ld-Marheight cus_phone"></span>
<!--<a class="fore-span btn-primary ld-Marheight user_call" href="#modal-call" data-toggle="modal">拨打</a>-->
<a class="fore-span btn-primary user_call" >拨打</a>
<!--<a class="fore-span btn-primary user_call" >拨打</a>-->
</td>
</tr>
<tr>
......
......@@ -1282,6 +1282,8 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
params.call_type = $("#call_type").val();
params.call_style = $("#call_style").val();
params.ali_yun_phone = $("#ali_yun_phone").val();
params.users_id = $("#user_id").val();//客户id精确搜索
$.ajax ({
url: '/index/callLog',//获取列表
type: 'GET',
......
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