Commit fbfb0874 authored by xinyuandu's avatar xinyuandu

新增id搜索

parent fee630c0
......@@ -58,6 +58,7 @@
<input class="form-control btn2" data-rule-phoneus="false" data-rule-required="false" id="agent_name" placeholder="约带看人姓名" type="text" value="">
<input class="form-control btn2" data-rule-phoneus="false" data-rule-required="false" id="agent_phone" placeholder="约带看人手机号" type="text" value="">
<input class="form-control btn2" data-rule-phoneus="false" data-rule-required="false" id="partical_name" placeholder="分佣方姓名" type="text" value="">
<input class="form-control btn2" data-rule-phoneus="false" data-rule-required="false" id="bargain_id" placeholder="成交报告id" type="text" value="">
<div class="clear">
</div>
......
......@@ -1372,8 +1372,8 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
'store_id' : $("select[name='store_id'] option:selected").val(),
'agent_name': $.trim($('#agent_name').val()),
'agent_phone': $.trim($('#agent_phone').val()),
'partial_name': $.trim($('#partical_name').val())
'partial_name': $.trim($('#partical_name').val()),
'bargain_id' :$.trim($('#bargain_id').val())
};
$.ajax({
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