Commit d8a8b3da authored by agping's avatar agping

客户列表 优化

parent c411412d
...@@ -485,8 +485,8 @@ ...@@ -485,8 +485,8 @@
</div> </div>
<!--纯房东的筛选--> <!--纯房东的筛选-->
<select class="form-control btn2 margin-top-ld" name="landlord_status" disabled="disabled"> <select class="form-control btn2 margin-top-ld" name="landlord_status" disabled="disabled">
<option value="0">全部</option> <option value="">全部</option>
<option value="1" selected="selected">非纯房东</option> <option value="3">非纯房东</option>
<option value="2">纯房东</option> <option value="2">纯房东</option>
</select> </select>
</div> </div>
......
...@@ -1122,6 +1122,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home ...@@ -1122,6 +1122,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
type: 'GET', type: 'GET',
async: true, async: true,
data: { data: {
'AuthToken' : user_info_obj.AuthToken,
"site_area":5, "site_area":5,
"title":$(n).val() "title":$(n).val()
}, },
......
...@@ -133,6 +133,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -133,6 +133,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
$("select[name=landlord_status]").removeAttr("disabled"); $("select[name=landlord_status]").removeAttr("disabled");
}else{ }else{
$("select[name=landlord_status]").attr("disabled","disabled"); $("select[name=landlord_status]").attr("disabled","disabled");
$("select[name=landlord_status]").val(3);
}; };
}, },
event: function() { event: function() {
...@@ -1739,7 +1740,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -1739,7 +1740,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
params.industry_type = $.trim($("select[name=industry_type]").val()); params.industry_type = $.trim($("select[name=industry_type]").val());
params.first_login_start = $.trim($("#first_login_start").val()); params.first_login_start = $.trim($("#first_login_start").val());
params.first_login_end = $.trim($("#first_login_end").val()); params.first_login_end = $.trim($("#first_login_end").val());
params.landlord_status = $.trim($("select[name=landlord_status]").val());//纯房东 筛选 受权限限制 params.is_single_homeowner = $.trim($("select[name=landlord_status]").val());//纯房东 筛选 受权限限制
params.is_referrer_source_user = $.trim($("select[name='customer_referrals_choose']").val());//客户列表 是否转介绍 筛选 params.is_referrer_source_user = $.trim($("select[name='customer_referrals_choose']").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