Commit 918cd381 authored by agping's avatar agping

1

parent ccf8fbba
...@@ -470,12 +470,12 @@ define(['doT', 'text!temp/commissionTotal_template_tpl.html', 'css!style/home.cs ...@@ -470,12 +470,12 @@ define(['doT', 'text!temp/commissionTotal_template_tpl.html', 'css!style/home.cs
params.store_id = $('#guest_stores').val(); params.store_id = $('#guest_stores').val();
// params.site_id = $('#district_id2_city').val(); // params.site_id = $('#district_id2_city').val();
// if($("#district_id2_city").val()){ if($("#district_id2_city").val()){
// if(!$("#district_id").val()){ if(!$("#district_id").val()){
// alert('请选择部门进行搜索'); alert('请选择部门进行搜索');
// return return
// } }
// } }
$.ajax({ $.ajax({
url: business.listUrl, //获取列表 url: business.listUrl, //获取列表
type: 'GET', type: 'GET',
......
...@@ -2155,12 +2155,12 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs ...@@ -2155,12 +2155,12 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
}; };
// if($("#district_id2_city").val()){ if($("#district_id2_city").val()){
// if(!$("select[name='district_id']").val()){ if(!$("select[name='district_id']").val()){
// alert('请选择部门进行搜索'); alert('请选择部门进行搜索');
// return return
// } }
// } }
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
url: bargain.switchUrl(), url: bargain.switchUrl(),
......
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