Commit 2e69231c authored by agping's avatar agping

1

parent 355b93ac
...@@ -2247,9 +2247,14 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -2247,9 +2247,14 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
params.site_id = _siteTagArr.join(','); params.site_id = _siteTagArr.join(',');
//客户类型 //客户类型
params.entrust_type = $('#find-shop-type').val(); params.entrust_type = $('#find-shop-type').val();
if($("#find-shop-type").val() == -1) {
alert('客户类型必选');
return;
};
if($('#find-shop-type').val() == 0){ if($('#find-shop-type').val() == 0){
params.concrete_industry = $("#concrete_industry").val();//具体业态 params.concrete_industry = $("#concrete_industry").val();//具体业态
params.industry_type = $("#industry_type2").val();//业态范围 params.industry_type = $("#industry_type2").val();//业态范围
if($("#concrete_industry").val() == '') { if($("#concrete_industry").val() == '') {
alert('具体业态必填'); alert('具体业态必填');
return; return;
......
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