Commit 3e054bf2 authored by agping's avatar agping

id

parent f6622cdb
......@@ -342,6 +342,7 @@
<input class="form-control btn4 ld-Marheight" value="" data-rule-phoneus="false" data-rule-required="false" id="end_date" name="end_date" type="date">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="call_id" placeholder="通话ID" type="text" value="">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="shangpu_id" placeholder="商铺ID" type="text" value="">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="bangong_id" placeholder="办公楼ID" type="text" value="">
<span class="btn btn-info btn3 ld-Marheight" id="search" style="float: left;">搜索</span>
<span class="btn btn-info btn3 ld-Marheight" id="reset" style="float: left;">重置</span>
......
......@@ -1320,7 +1320,9 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
params.ali_yun_phone = $("#ali_yun_phone").val();
params.house_id = $("#house_id").val();//客户id精确搜索
params.id = $("#call_id").val();//客户id精确搜索
params.shop_house_id = $("#shangpu_id").val();//商铺id
params.office_house_id = $("#bangong_id").val();//办公楼id
// if ($("#user_type").val() > -1) {
// params.user_type = $("#user_type").val();
// }
......
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