Commit 843581f9 authored by xishifeng's avatar xishifeng Committed by hujun

优化等

parent 70398f51
......@@ -215,6 +215,7 @@
客方所属部门、客方所属门店 与邀请人所属部门、邀请人所属门店 不作为并列筛选项" value="">
</select>
<input class="form-control btn2 margin-top-ld input" data-rule-phoneus="false" data-rule-required="false" name="kefang_phone" placeholder="客方手机号" type="text" value="">
<!--邀请人-->
<select class="form-control btn2 margin-top-ld input" name="" id="district_id2" title="
客方所属部门、客方所属门店 与邀请人所属部门、邀请人所属门店 不作为并列筛选项">
......
......@@ -31,6 +31,7 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
$("#reset").click(function() { //重置
document.getElementById("form_search").reset();
$('#mend_name').html('');
});
store.getDistrict({
......
......@@ -48,6 +48,8 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
$("#reset").click(function () {
document.getElementById("form_search").reset();
$('#guest_stores').html('');
$('#guest_stores2').html('');
});
......@@ -423,6 +425,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
params.activate = $("select[name=activate]").val();
params.pageNo = user.pageNo;
params.pageSize = user.pageSize;
params.user_agent = $("input[name='user_agent']").val();
params.invite_agent_phone = $("input[name='invite_agent_phone']").val();
params.area_type = $("select[name=area_type]").val();
params.price_type = $("select[name=price_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